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

Packages that use AbstractUIDPoidGenerator
org.jpox.store.poid POID - Persistent Id Generation. 
 

Uses of AbstractUIDPoidGenerator in org.jpox.store.poid
 

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



Copyright © -2007 . All Rights Reserved.