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

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

Uses of MapStore in org.jpox.sco
 

Fields in org.jpox.sco declared as MapStore
protected  MapStore HashMap.backingStore
          The "backing store"
protected  MapStore Hashtable.backingStore
          The "backing store"
protected  MapStore LinkedHashMap.backingStore
          The "backing store"
protected  MapStore Map.backingStore
          The "backing store"
protected  MapStore Properties.backingStore
          The "backing store"
protected  MapStore SortedMap.backingStore
          The "backing store"
protected  MapStore TreeMap.backingStore
          The "backing store"
 

Methods in org.jpox.sco with parameters of type MapStore
static void SCOUtils.populateMapDelegateWithStoreData(java.util.Map delegate, MapStore store, StateManager ownerSM)
          Convenience method to populate the passed delegate Map with the keys/values from the associated Store.
 

Uses of MapStore in org.jpox.store
 

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

Uses of MapStore in org.jpox.store.expression
 

Constructors in org.jpox.store.expression with parameters of type MapStore
MapExpression(QueryExpression qs, JavaTypeMapping mapping, LogicSetExpression te, MapStore mapStore, java.lang.String fieldName)
          Constructor.
 

Uses of MapStore in org.jpox.store.mapping
 

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

Uses of MapStore in org.jpox.store.rdbms
 

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

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

Classes in org.jpox.store.rdbms.scostore that implement MapStore
(package private)  class org.jpox.store.rdbms.scostore.AbstractMapStore
          Abstract representation of the backing store for a Map.
 class FKMapStore
          Representation of an "inverse" (FK) backing for a Map.
 class JoinMapStore
          Representation of the backing store for a Map.
 

Fields in org.jpox.store.rdbms.scostore declared as MapStore
protected  MapStore MapEntrySetStore.mapStore
          The backing store for the Map.
 

Constructors in org.jpox.store.rdbms.scostore with parameters of type MapStore
MapEntrySetStore(MapTable mapTable, MapStore mapStore, ClassLoaderResolver clr)
          Constructor when using a JoinTable map.
MapEntrySetStore(DatastoreContainerObject valueTable, JavaTypeMapping ownerMapping, JavaTypeMapping keyMapping, JavaTypeMapping valueMapping, MapStore mapStore)
          Constructor when using a ForeignKey Map.
MapValueSetStore(MapTable mapTable, MapStore mapStore, ClassLoaderResolver clr)
          Constructor.
MapValueSetStore(DatastoreClass valueTable, JavaTypeMapping ownerMapping, MapStore mapStore, ClassLoaderResolver clr)
          Constructor.
 



Copyright © -2007 . All Rights Reserved.