Uses of Interface
org.jpox.store.scostore.CollectionStore

Packages that use CollectionStore
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.expression This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. 
org.jpox.store.mapping Package providing mappings for all supported Java types in JPOX. 
org.jpox.store.rdbms Package providing management of the persistence to RDBMS datastores. 
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 CollectionStore in org.jpox.sco
 

Fields in org.jpox.sco declared as CollectionStore
protected  CollectionStore Collection.backingStore
          The "backing store" (for use when not serialised).
protected  CollectionStore HashSet.backingStore
          The "backing store"
protected  CollectionStore LinkedHashSet.backingStore
          The "backing store"
protected  CollectionStore Set.backingStore
          The "backing store" (for use when not serialised).
protected  CollectionStore SortedSet.backingStore
          The "backing store"
protected  CollectionStore TreeSet.backingStore
          The "backing store"
 

Methods in org.jpox.sco with parameters of type CollectionStore
protected  void Collection.init(StateManager ownerSM, java.lang.String fieldName, boolean allowNulls, CollectionStore backingStore)
          Initialisation method.
static void SCOUtils.updateStoreWithCollection(CollectionStore store, StateManager ownerSM, java.util.Collection newColl)
          Convenience method to update a Store collection to contain the elements in another collection.
static java.lang.Object[] SCOUtils.toArray(CollectionStore backingStore, StateManager sm)
          Returns true if this collection contains the specified element.
static java.lang.Object[] SCOUtils.toArray(CollectionStore backingStore, StateManager sm, java.lang.Object[] a)
          Returns an array containing all of the elements in this collection;
 

Constructors in org.jpox.sco with parameters of type CollectionStore
SCOCollectionIterator(java.util.Collection sco, StateManager sm, java.util.Collection theDelegate, CollectionStore backingStore, boolean useDelegate)
          Constructor taking the delegate, backing store.
 

Uses of CollectionStore in org.jpox.store
 

Methods in org.jpox.store that return CollectionStore
abstract  CollectionStore StoreManager.getBackingStoreForCollection(java.lang.Class instantiatedType, AbstractPropertyMetaData fmd, DatastoreObject datastoreTable, ClassLoaderResolver clr)
          Method to return a backing store for a Collection, consistent with this store and the instantiated type.
 

Uses of CollectionStore in org.jpox.store.expression
 

Constructors in org.jpox.store.expression with parameters of type CollectionStore
CollectionExpression(QueryExpression qs, JavaTypeMapping ownerMapping, LogicSetExpression te, CollectionStore collStore, java.lang.String fieldName)
          Constructor.
 

Uses of CollectionStore in org.jpox.store.mapping
 

Methods in org.jpox.store.mapping that return CollectionStore
 CollectionStore CollectionMapping.getBackingStore(ClassLoaderResolver clr)
          Accessor for the Store of the contents.
 

Uses of CollectionStore in org.jpox.store.rdbms
 

Methods in org.jpox.store.rdbms that return CollectionStore
 CollectionStore RDBMSManager.getBackingStoreForCollection(java.lang.Class instantiatedType, AbstractPropertyMetaData fmd, DatastoreObject datastoreTable, ClassLoaderResolver clr)
          Method to return a backing store for a Collection, consistent with this store and the instantiated type.
 

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

Classes in org.jpox.store.rdbms.scostore that implement CollectionStore
(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 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 CollectionStore in org.jpox.store.scostore
 

Subinterfaces of CollectionStore in org.jpox.store.scostore
 interface ListStore
          Interface representation of the backing store for a List.
 interface SetStore
          Interface representation of the backing store for a Set.
 



Copyright © -2007 . All Rights Reserved.