|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PClassMapping in org.objectweb.jorm.api |
| Methods in org.objectweb.jorm.api that return PClassMapping | |
PClassMapping |
PClassMapping.getGenClassMapping()
It gives access to the PClassMapping associated to the element of a generic class whose type is a generic class. |
PClassMapping |
PClassMapping.getGenClassMapping(java.lang.String fn)
It gives access to the PClassMapping associated to a field whose type is a generic class. |
PClassMapping |
PClassMapping.ReferenceConfigurator.getGenClassMapping(java.lang.String sourceclassName,
java.lang.String refFieldName,
java.lang.String[] genClassNames)
It retrieves the PClassMapping which must be associated to the field specified in parameter. |
PClassMapping |
PClassMapping.ReferenceConfigurator.getGenClassMapping(java.lang.String sourceclassName,
java.lang.String refFieldName,
java.lang.String[] genClassNames,
java.lang.String destclassName)
It retrieves the PClassMapping which must be associated to the field specified in parameter. |
PClassMapping |
PMapper.lookup(java.lang.String classname)
It looks for the PClassMapping object associated to a JORM class within this PMapper. |
PClassMapping |
PBinding.getPClassMapping()
It gives access to the PClassMapping which manages this binding. |
| Methods in org.objectweb.jorm.api with parameters of type PClassMapping | |
void |
PClassMapping.setGenClassMapping(PClassMapping pcm)
It assigns the GenClassMapping used to manage the reference hold by a field whose type is a JORM class. |
void |
PClassMapping.setGenClassMapping(java.lang.String fn,
PClassMapping pcm)
It assigns the GenClassMapping used to manage the reference hold by a field whose type is a JORM class. |
void |
PMapper.map(PClassMapping pcm,
byte cleanup)
It registers a PClassMapping associated to a particular JORM class within this PMapper. |
void |
PMapper.map(java.lang.Object conn,
PClassMapping pcm,
byte cleanup)
It registers a PClassMapping associated to a particular JORM class within this PMapper. |
void |
PMapper.map(java.lang.Object conn,
PClassMapping pcm,
byte cleanup,
boolean loadmeta)
It registers a PClassMapping associated to a particular JORM class within this PMapper. |
void |
PBinding.init(PClassMapping pcm)
It initialises a PBinding. |
| Uses of PClassMapping in org.objectweb.jorm.facility.meminst.manager.basic.lib |
| Methods in org.objectweb.jorm.facility.meminst.manager.basic.lib with parameters of type PClassMapping | |
PBinding |
ManagerImpl.createPBinding(PClassMapping pcm)
|
| Uses of PClassMapping in org.objectweb.jorm.facility.naming.basidir |
| Fields in org.objectweb.jorm.facility.naming.basidir declared as PClassMapping | |
protected PClassMapping |
BasidBinder.pcm
|
| Methods in org.objectweb.jorm.facility.naming.basidir that return PClassMapping | |
PClassMapping |
BasidBinder.getBinderClassMapping()
|
| Methods in org.objectweb.jorm.facility.naming.basidir with parameters of type PClassMapping | |
void |
BasidBinder.setPClassMapping(PClassMapping pcm)
|
| Uses of PClassMapping in org.objectweb.jorm.facility.naming.generator |
| Classes in org.objectweb.jorm.facility.naming.generator that implement PClassMapping | |
class |
LongGenIncrMgr
Manages LongGenIncr long generators. |
| Methods in org.objectweb.jorm.facility.naming.generator with parameters of type PClassMapping | |
void |
LongGenIncr.init(java.lang.String name,
PClassMapping pcm,
LongGenMgr mgr)
Initializes this long generator. |
void |
LongGen.init(java.lang.String name,
PClassMapping pcm,
LongGenMgr mgr)
Initializes this long generator. |
| Uses of PClassMapping in org.objectweb.jorm.interp.genclass.file.lib |
| Classes in org.objectweb.jorm.interp.genclass.file.lib that implement PClassMapping | |
class |
FileGenClassMapping
|
| Uses of PClassMapping in org.objectweb.jorm.interp.genclass.fos.lib |
| Classes in org.objectweb.jorm.interp.genclass.fos.lib that implement PClassMapping | |
class |
FosGenClassMapping
|
| Uses of PClassMapping in org.objectweb.jorm.interp.genclass.lib |
| Classes in org.objectweb.jorm.interp.genclass.lib that implement PClassMapping | |
class |
GenClassMapping
This abstract class provides all the generic code for the PClassMapping associated with JORM generic classes. |
| Fields in org.objectweb.jorm.interp.genclass.lib declared as PClassMapping | |
protected PClassMapping |
GenClassMapping.elemClassMapping
The PClassMapping of the generic class instance representing the element stored within this generic class object. |
| Methods in org.objectweb.jorm.interp.genclass.lib that return PClassMapping | |
PClassMapping |
GenClassMapping.getGenClassMapping()
It gives access to the PClassMapping associated to the element of a generic class whose type is a generic class. |
PClassMapping |
GenClassMapping.getGenClassMapping(java.lang.String fn)
It gives access to the PClassMapping associated to a field whose type is a generic class. |
PClassMapping |
GenClassBinding.getPClassMapping()
It gives access to the PClassMapping which manages this binding. |
| Methods in org.objectweb.jorm.interp.genclass.lib with parameters of type PClassMapping | |
void |
GenClassMapping.setGenClassMapping(PClassMapping pcm)
It assigns the GenClassMapping used to manage the reference hold by a field whose type is a JORM class. |
void |
GenClassMapping.setGenClassMapping(java.lang.String fn,
PClassMapping pcm)
It assigns the GenClassMapping used to manage the reference hold by a field whose type is a JORM class. |
void |
GenClassBinding.init(PClassMapping pcm)
It initialises a PBinding. |
| Uses of PClassMapping in org.objectweb.jorm.interp.genclass.memory.lib |
| Classes in org.objectweb.jorm.interp.genclass.memory.lib that implement PClassMapping | |
class |
MemoryGenClassMapping
|
| Uses of PClassMapping in org.objectweb.jorm.interp.genclass.rdb.lib |
| Classes in org.objectweb.jorm.interp.genclass.rdb.lib that implement PClassMapping | |
class |
RdbGenClassMapping
This class provides the implementation of PClassMapping for RDBMS. |
| Uses of PClassMapping in org.objectweb.jorm.naming.api |
| Methods in org.objectweb.jorm.naming.api that return PClassMapping | |
PClassMapping |
PBinder.getBinderClassMapping()
It returns the PClassMapping for which it is the binder. |
| Methods in org.objectweb.jorm.naming.api with parameters of type PClassMapping | |
void |
PBinder.setPClassMapping(PClassMapping pcm)
It set the PClassMapping which use this binder slave. |
| Uses of PClassMapping in org.objectweb.jorm.runtime |
| Methods in org.objectweb.jorm.runtime that return PClassMapping | |
PClassMapping |
Mapper.lookup(java.lang.String classname)
It looks for the PClassMapping object associated to a JORM class within this PMapper. |
| Methods in org.objectweb.jorm.runtime with parameters of type PClassMapping | |
void |
Mapper.map(PClassMapping pcm,
byte cleanup)
It registers a PClassMapping associated to a particular JORM class within this PMapper. |
void |
Mapper.map(java.lang.Object conn,
PClassMapping pcm,
byte cleanup)
It registers a PClassMapping associated to a particular JORM class within this PMapper. |
void |
Mapper.map(java.lang.Object conn,
PClassMapping pcm,
byte cleanup,
boolean loadmeta)
It registers a PClassMapping associated to a particular JORM class within this PMapper. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||