Uses of Class
org.jpox.store.rdbms.scostore.ElementContainerStore

Packages that use ElementContainerStore
org.jpox.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps) within JPOX. 
 

Uses of ElementContainerStore in org.jpox.store.rdbms.scostore
 

Subclasses of ElementContainerStore in org.jpox.store.rdbms.scostore
 class AbstractArrayStore
          Abstract representation of the backing store for an array.
 class AbstractCollectionStore
          Abstract representation of a store of a Collection.
(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.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 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 JoinSetStore
          Representation of a Normal Set as part of a relationship.
 class MapKeySetStore
          Representation of the backing store for a MapKey Set.
 class MapValueSetStore
          Representation of the backing store for a MapValue Set.
 



Copyright © -2007 . All Rights Reserved.