Package org.objectweb.jorm.facility.naming.generator

Interface Summary
LongGen Provides a generator of long identifiers and ensures that allocated ones are never proposed again (allocation information is made persistent).
LongGenMgr Provides a means to allocates long identifiers generators.
PLongGen  
 

Class Summary
LongGenIncr Implements a long generator (LongGen) that produces new long ID merely by incrementing a persistent long variable.
LongGenIncrMgr Manages LongGenIncr long generators.
LongGenMgrRegistry Statically registers LongGenMgr associated with mappers within a JVM context.