Package org.jpox.store.rdbms.poid

Package providing a series of identity generators for use in RDBMS datastores.

See:
          Description

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

Package org.jpox.store.rdbms.poid Description

Package providing a series of identity generators for use in RDBMS datastores.



Copyright © -2007 . All Rights Reserved.