Uses of Class
org.jpox.store.poid.AbstractPoidGenerator

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

Uses of AbstractPoidGenerator in org.jpox.store.poid
 

Subclasses of AbstractPoidGenerator in org.jpox.store.poid
 class AbstractDatastorePoidGenerator
          Abstract representation of a PoidGenerator for a datastore.
 class AbstractUIDPoidGenerator
          Poid generator for a UID format.
 class AbstractUUIDPoidGenerator
          Poid generator for a UUID format.
 class AUIDPoidGenerator
          This generator uses a Java implementation of DCE UUIDs to create unique identifiers without the overhead of additional database transactions or even an open database connection.
 class UUIDHexPoidGenerator
          Poid generator for a UUID hexadecimal format.
 class UUIDStringPoidGenerator
          Poid generator for a UUID String format.
 

Uses of AbstractPoidGenerator in org.jpox.store.rdbms.poid
 

Subclasses of AbstractPoidGenerator in org.jpox.store.rdbms.poid
 class AbstractRDBMSPoidGenerator
          Abstract representation of a PoidGenerator for RDBMS datastores.
 class DatastoreUUIDHexPoidGenerator
          Generator for POIDs using datastore-based UUID generation.
 class MaxPoidGenerator
          This generator for Relational Databases uses the "select max(column) from table" strategy.
 class SequencePoidGenerator
          This generator Sequence uses the "select .nextval from dual", "SELECT nextval('')" strategy.
 class SequenceTablePoidGenerator
          Identity generator for RDBMS databases that generates ids using a sequence table in the database.
 



Copyright © -2007 . All Rights Reserved.