Uses of Interface
org.jpox.store.poid.PoidGenerator

Packages that use PoidGenerator
org.jpox.jdo Package providing components specific to JDO persistence. 
org.jpox.store Package handling the storage of classes to the datastore, and the management of the datastore. 
org.jpox.store.poid POID - Persistent Id Generation. 
 

Uses of PoidGenerator in org.jpox.jdo
 

Fields in org.jpox.jdo declared as PoidGenerator
protected  PoidGenerator JDOSequenceImpl.generator
          The generator for the sequence.
 

Uses of PoidGenerator in org.jpox.store
 

Methods in org.jpox.store with parameters of type PoidGenerator
protected  java.lang.Object AbstractStoreManager.getStrategyValueForGenerator(PoidGenerator generator, ObjectManager om)
          Accessor for the next value from the specified generator.
 

Uses of PoidGenerator in org.jpox.store.poid
 

Classes in org.jpox.store.poid that implement PoidGenerator
 class AbstractDatastorePoidGenerator
          Abstract representation of a PoidGenerator for a datastore.
 class AbstractPoidGenerator
          Abstract POID generator.
 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 TimestampPoidGenerator
          Value generator for timestamps.
 class TimestampValuePoidGenerator
          Value generator for timestamp values (millisecs).
 class UUIDHexPoidGenerator
          Poid generator for a UUID hexadecimal format.
 class UUIDStringPoidGenerator
          Poid generator for a UUID String format.
 

Methods in org.jpox.store.poid that return PoidGenerator
 PoidGenerator PoidManager.createPoidGenerator(java.lang.String name, java.lang.Class generatorClass, java.util.Properties props, StoreManager storeMgr, PoidConnectionProvider connectionProvider)
          Method to create a PoidGenerator when the generator is datastore based.
 PoidGenerator PoidManager.getPoidGenerator(java.lang.String name)
          Accessor for the PoidGenerator with the given symbolic name.
 



Copyright © -2008 . All Rights Reserved.