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.sco.queued This package provides classes allowing SCO containers to queue mutating commands (add, remove, clear etc). 
org.jpox.sco.simple Provides implementations of the "simple" wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.store Package handling the storage of classes to the datastore, and the management of the datastore. 
org.jpox.store.mapped.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.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.
 

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

Classes in org.jpox.store.scostore used by org.jpox.sco.simple
SetStore
          Interface representation of the backing store for a Set.
 

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

Classes in org.jpox.store.scostore used by org.jpox.store.mapped.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.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 © -2008 . All Rights Reserved.