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

Packages that use LongGen
org.objectweb.jorm.facility.naming.generator   
org.objectweb.jorm.facility.naming.longid   
org.objectweb.jorm.facility.naming.rdbsequence   
 

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

Subinterfaces of LongGen in org.objectweb.jorm.facility.naming.generator
 interface PLongGen
           
 

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

Methods in org.objectweb.jorm.facility.naming.generator that return LongGen
 LongGen LongGenMgr.getLongGen(java.lang.String lgname)
          Retrieves a long generator with the given name.
 LongGen LongGenMgr.getLongGen(java.lang.String lgname, java.lang.Object conn)
           
 LongGen LongGenIncrMgr.getLongGen(java.lang.String lgname)
          Retrieves a long generator with the given name.
 LongGen LongGenIncrMgr.getLongGen(java.lang.String lgname, java.lang.Object _conn)
          Retrieves a long generator with the given name.
 

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

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

Uses of LongGen in org.objectweb.jorm.facility.naming.rdbsequence
 

Classes in org.objectweb.jorm.facility.naming.rdbsequence that implement LongGen
 class RdbSequenceLongGen