Uses of Class
org.jpox.store.rdbms.poid.AbstractRDBMSPoidGenerator

Packages that use AbstractRDBMSPoidGenerator
org.jpox.store.rdbms.poid Package providing a series of identity generators for use in RDBMS datastores. 
 

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

Subclasses of AbstractRDBMSPoidGenerator in org.jpox.store.rdbms.poid
 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.