Package org.jpox.store.rdbms.scostore

This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps) within JPOX.

See:
          Description

Class Summary
AbstractArrayStore Abstract representation of the backing store for an array.
AbstractCollectionStore Abstract representation of a store of a Collection.
ElementContainerStore Representation of the store of an element-based container.
FKArrayStore Backing store for an array that is formed by a foreign key in the table of the element type.
FKListStore Representation of an Inverse List as part of a relationship.
FKMapStore Representation of an "inverse" (FK) backing for a Map.
FKSetStore Representation of an Inverse Set as part of a relationship.
JoinArrayStore Backing store for an array stored using a join table.
JoinListStore Representation of the backing store for a Normal List.
JoinMapStore Representation of the backing store for a Map.
JoinSetStore Representation of a Normal Set as part of a relationship.
MapEntrySetStore Representation of backing store for a MapEntry Set.
MapKeySetStore Representation of the backing store for a MapKey Set.
MapValueSetStore Representation of the backing store for a MapValue Set.
 

Package org.jpox.store.rdbms.scostore Description

This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps) within JPOX. These classes handle the reading/writing of data from/to the datastore for these SCO containers.



Copyright © -2007 . All Rights Reserved.