Uses of Package
org.jpox.store.scostore

Packages that use org.jpox.store.scostore
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. 
 

Classes in org.jpox.store.scostore used by org.jpox.sco
CollectionStore
          Interface representation of the backing store for a Collection.
ListStore
          Interface representation of the backing store for a List.
MapStore
          Interface representation of the backing store for a Map.
SetStore
          Interface representation of the backing store for a Set.
 

Classes in org.jpox.store.scostore used by org.jpox.store
ArrayStore
          Interface representation of the backing store for an array.
CollectionStore
          Interface representation of the backing store for a Collection.
MapStore
          Interface representation of the backing store for a Map.
 

Classes in org.jpox.store.scostore used by org.jpox.store.expression
ArrayStore
          Interface representation of the backing store for an array.
CollectionStore
          Interface representation of the backing store for a Collection.
MapStore
          Interface representation of the backing store for a Map.
 

Classes in org.jpox.store.scostore used by org.jpox.store.mapping
ArrayStore
          Interface representation of the backing store for an array.
CollectionStore
          Interface representation of the backing store for a Collection.
MapStore
          Interface representation of the backing store for a Map.
Store
          Interface representation of the backing store for a Collection or Map.
 

Classes in org.jpox.store.scostore used by org.jpox.store.rdbms
ArrayStore
          Interface representation of the backing store for an array.
CollectionStore
          Interface representation of the backing store for a Collection.
MapStore
          Interface representation of the backing store for a Map.
 

Classes in org.jpox.store.scostore used by org.jpox.store.rdbms.scostore
ArrayStore
          Interface representation of the backing store for an array.
CollectionStore
          Interface representation of the backing store for a Collection.
ListStore
          Interface representation of the backing store for a List.
MapStore
          Interface representation of the backing store for a Map.
SetStore
          Interface representation of the backing store for a Set.
Store
          Interface representation of the backing store for a Collection or Map.
 

Classes in org.jpox.store.scostore used by org.jpox.store.scostore
CollectionStore
          Interface representation of the backing store for a Collection.
SetStore
          Interface representation of the backing store for a Set.
Store
          Interface representation of the backing store for a Collection or Map.
 



Copyright © -2007 . All Rights Reserved.