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

Packages that use ArrayStore
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. 
 

Uses of ArrayStore in org.jpox.store
 

Methods in org.jpox.store that return ArrayStore
abstract  ArrayStore StoreManager.getBackingStoreForArray(AbstractPropertyMetaData fmd, DatastoreObject datastoreTable, ClassLoaderResolver clr)
          Method to return a backing store for an array, consistent with this store and the instantiated type.
 

Uses of ArrayStore in org.jpox.store.expression
 

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

Uses of ArrayStore in org.jpox.store.mapping
 

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

Uses of ArrayStore in org.jpox.store.rdbms
 

Methods in org.jpox.store.rdbms that return ArrayStore
 ArrayStore RDBMSManager.getBackingStoreForArray(AbstractPropertyMetaData fmd, DatastoreObject datastoreTable, ClassLoaderResolver clr)
          Method to return a backing store for an array, consistent with this store and the instantiated type.
 

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

Classes in org.jpox.store.rdbms.scostore that implement ArrayStore
 class AbstractArrayStore
          Abstract representation of the backing store for an array.
 class FKArrayStore
          Backing store for an array that is formed by a foreign key in the table of the element type.
 class JoinArrayStore
          Backing store for an array stored using a join table.
 



Copyright © -2007 . All Rights Reserved.