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

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

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

Subclasses of AbstractCollectionStore in org.jpox.store.rdbms.scostore
(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 FKListStore
          Representation of an Inverse List as part of a relationship.
 class FKSetStore
          Representation of an Inverse Set as part of a relationship.
 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.