|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jorm.facility.naming.generator.LongGenIncrMgr
Manages LongGenIncr long generators. It is extended by the LongGenIncrMapping JORM-generated class.
Nested Class Summary |
Nested classes inherited from class org.objectweb.jorm.api.PClassMapping |
PClassMapping.ReferenceConfigurator |
Field Summary | |
java.lang.String |
CNLONGGENINCR
|
Fields inherited from interface org.objectweb.jorm.api.PClassMapping |
CLEANUP_DONOTHING, CLEANUP_REMOVEALL, CLEANUP_REMOVEDATA, CREATE_STRUCTURE_IF_NEEDED |
Constructor Summary | |
LongGenIncrMgr()
|
Method Summary | |
LongGen |
getLongGen(java.lang.String lgname)
Retrieves a long generator with the given name. |
void |
init(PMapper pm,
byte clact)
Initializes a long generator manager by mapping relevant classes to the given mapper, and setting relevant initial persistent information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.jorm.facility.naming.generator.LongGenMgr |
getPMapper |
Methods inherited from interface org.objectweb.jorm.api.PClassMapping |
configureRefFields, createPBinding, getClassName, getGenClassMapping, getGenClassMapping, getMetaInfo, getPBinder, getPMapper, getPNameCoder, getPNameCoder, getPNameIterator, getProjectName, getPType, init, isConform, setPBinder |
Field Detail |
public final java.lang.String CNLONGGENINCR
Constructor Detail |
public LongGenIncrMgr()
Method Detail |
public void init(PMapper pm, byte clact) throws PException
init
in interface LongGenMgr
PException
public LongGen getLongGen(java.lang.String lgname) throws PException
getLongGen
in interface LongGenMgr
PException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |