|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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. |
LongGen |
getLongGen(java.lang.String lgname,
java.lang.Object _conn)
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 |
addAssociation, classDefined, configureRefFields, createPBinding, exist, getAssociationTable, getClassName, getClassPNameCoder, getDecodedPName, getGenClassMapping, getGenClassMapping, getIndexesTable, getMetaInfo, getPBinder, getPMapper, getPNameCoder, getPNameCoder, getPNameIterator, getPNameIterator, getProjectName, getPType, getSubPCMs, init, init, isConform, match, read, read, read, resolve, setPBinder, write |
Methods inherited from interface org.objectweb.jorm.api.PClassMappingCtrl |
setClassPNameCoder, setGenClassMapping, setGenClassMapping, setPNameCoder, setPNameCoder, setProjectName |
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
public LongGen getLongGen(java.lang.String lgname, java.lang.Object _conn) throws PException
getLongGen
in interface LongGenMgr
PException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |