org.jpox.store.scostore |
Package providing backing store definitions for SCO stores. Intended to be implemented
by datastore specific stores.
|
Java Source File Name | Type | Comment |
ArrayStore.java | Interface | Interface representation of the backing store for an array. |
CollectionStore.java | Interface | Interface representation of the backing store for a Collection. |
ListStore.java | Interface | Interface representation of the backing store for a List. |
MapStore.java | Interface | Interface representation of the backing store for a Map. |
SetStore.java | Interface | Interface representation of the backing store for a Set. |
Store.java | Interface | Interface representation of the backing store for a Collection or Map. |