|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Store | |
org.jpox.store.mapping | Package providing mappings for all supported Java types in JPOX. |
org.jpox.store.rdbms.scostore | This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps) within JPOX. |
org.jpox.store.scostore | Package providing backing store definitions for SCO stores. |
Uses of Store in org.jpox.store.mapping |
Fields in org.jpox.store.mapping declared as Store | |
protected Store |
AbstractContainerMapping.contentsStore
Store for the contents. |
Uses of Store in org.jpox.store.rdbms.scostore |
Classes in org.jpox.store.rdbms.scostore that implement Store | |
class |
AbstractArrayStore
Abstract representation of the backing store for an array. |
(package private) class |
org.jpox.store.rdbms.scostore.AbstractListStore
Abstract representation of a backing store for a List. |
(package private) class |
org.jpox.store.rdbms.scostore.AbstractMapStore
Abstract representation of the backing store for a Map. |
(package private) class |
org.jpox.store.rdbms.scostore.AbstractSetStore
Abstract representation of the backing store for a Set. |
class |
FKArrayStore
Backing store for an array that is formed by a foreign key in the table of the element type. |
class |
FKListStore
Representation of an Inverse List as part of a relationship. |
class |
FKMapStore
Representation of an "inverse" (FK) backing for a Map. |
class |
FKSetStore
Representation of an Inverse Set as part of a relationship. |
class |
JoinArrayStore
Backing store for an array stored using a join table. |
class |
JoinListStore
Representation of the backing store for a Normal List. |
class |
JoinMapStore
Representation of the backing store for a Map. |
class |
JoinSetStore
Representation of a Normal Set as part of a relationship. |
class |
MapEntrySetStore
Representation of backing store for a MapEntry Set. |
class |
MapKeySetStore
Representation of the backing store for a MapKey Set. |
class |
MapValueSetStore
Representation of the backing store for a MapValue Set. |
Uses of Store in org.jpox.store.scostore |
Subinterfaces of Store in org.jpox.store.scostore | |
interface |
ArrayStore
Interface representation of the backing store for an array. |
interface |
CollectionStore
Interface representation of the backing store for a Collection. |
interface |
ListStore
Interface representation of the backing store for a List. |
interface |
MapStore
Interface representation of the backing store for a Map. |
interface |
SetStore
Interface representation of the backing store for a Set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |