Uses of Package
org.jpox.store.poid

Packages that use org.jpox.store.poid
org.jpox This package provides classes that are typically client-facing. 
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.poid POID - Persistent Id Generation. 
org.jpox.store.rdbms.poid Package providing a series of identity generators for use in RDBMS datastores. 
 

Classes in org.jpox.store.poid used by org.jpox
PoidGenerator
          Generator interface for POIDs.
 

Classes in org.jpox.store.poid used by org.jpox.store
PoidManager
          Manager for the creation of PoidGenerators.
 

Classes in org.jpox.store.poid used by org.jpox.store.poid
AbstractPoidGenerator
          Abstract POID generator.
AbstractUIDPoidGenerator
          Poid generator for a UID format.
AbstractUUIDPoidGenerator
          Poid generator for a UUID format.
PoidBlock
          Representation of a block of ids.
PoidConnectionProvider
          Connection provider for a PoidGenerator that requires connections to their datastore.
PoidGenerator
          Generator interface for POIDs.
 

Classes in org.jpox.store.poid used by org.jpox.store.rdbms.poid
AbstractDatastorePoidGenerator
          Abstract representation of a PoidGenerator for a datastore.
AbstractPoidGenerator
          Abstract POID generator.
PoidBlock
          Representation of a block of ids.
PoidGenerator
          Generator interface for POIDs.
 



Copyright © -2007 . All Rights Reserved.