Uses of Interface
org.objectweb.jorm.facility.naming.generator.PLongGen

Packages that use PLongGen
org.objectweb.jorm.facility.naming.generator   
org.objectweb.jorm.facility.naming.longid   
org.objectweb.jorm.facility.naming.olongid   
 

Uses of PLongGen in org.objectweb.jorm.facility.naming.generator
 

Classes in org.objectweb.jorm.facility.naming.generator that implement PLongGen
 class LongGenIncr
          Implements a long generator (LongGen) that produces new long ID merely by incrementing a persistent long variable.
 

Uses of PLongGen in org.objectweb.jorm.facility.naming.longid
 

Classes in org.objectweb.jorm.facility.naming.longid that implement PLongGen
 class CompositePLongGen
          This object long identifier generates identifier divided in two parts.
 

Fields in org.objectweb.jorm.facility.naming.longid declared as PLongGen
protected  PLongGen CompositePLongGen.objectIdGenerator
          The inner generator of object identifier
 

Constructors in org.objectweb.jorm.facility.naming.longid with parameters of type PLongGen
CompositePLongGen(PLongGen objectIdGenerator, long cid, int cidSize)
           
 

Uses of PLongGen in org.objectweb.jorm.facility.naming.olongid
 

Fields in org.objectweb.jorm.facility.naming.olongid declared as PLongGen
protected  PLongGen CompositePLongGen.objectIdGenerator
          The inner generator of object identifier
 

Constructors in org.objectweb.jorm.facility.naming.olongid with parameters of type PLongGen
CompositePLongGen(PLongGen objectIdGenerator, long cid, int cidSize)