|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PClassMapping in org.objectweb.jorm.api |
Methods in org.objectweb.jorm.api that return PClassMapping | |
PClassMapping |
PMapper.lookup(java.lang.String classname)
It looks for the PClassMapping object associated to a JORM class within this PMapper. |
PClassMapping |
PMapper.createGenClassMapping()
Creates a new PClassMapping for a gen class. |
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 |
PBinding.getPClassMapping()
It gives access to the PClassMapping which manages this binding. |
Methods in org.objectweb.jorm.api with parameters of type PClassMapping | |
void |
PSerializable.read(PClassMapping pcm,
PAccessor pa)
Read all the fields of the serializable object and put it in the PAccessor pa. |
void |
PSerializable.write(PClassMapping pcm,
PAccessor pa)
Write the PAccessor in the serializable object. |
void |
PMapper.map(PClassMapping pcm)
It registers a PClassMapping associated to a particular JORM class within this PMapper. |
void |
PMapper.map(java.lang.Object conn,
PClassMapping pcm)
It registers a PClassMapping associated to a particular JORM class within this PMapper. |
void |
PMapper.map(java.lang.Object conn,
PClassMapping pcm,
boolean loadmeta)
It registers a PClassMapping associated to a particular JORM class within this PMapper. |
void |
PClassMappingCtrl.setGenClassMapping(PClassMapping pcm)
It assigns the GenClassMapping used to manage the reference hold by a field whose type is a JORM gen class. |
void |
PClassMappingCtrl.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 |
PBinding.init(PClassMapping pcm)
It initialises a PBinding. |
Constructors in org.objectweb.jorm.api with parameters of type PClassMapping | |
PMappingRequiredEvent(PClassMapping source,
java.lang.String jormclassname)
Constructs a PMappingRequiredEvent event. |
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.genclass.lib |
Classes in org.objectweb.jorm.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.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.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.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 gen 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.lib |
Methods in org.objectweb.jorm.lib that return PClassMapping | |
PClassMapping |
Mapper.lookup(java.lang.String classname)
It looks for the PClassMapping object associated to a JORM class within this PMapper. |
PClassMapping |
Mapper.createGenClassMapping()
|
static PClassMapping |
JormPathHelper.getPClassMapping(java.lang.String path,
PMapper mapper)
Retrieves the GenClassMapping instance corresponding to a path |
Methods in org.objectweb.jorm.lib with parameters of type PClassMapping | |
void |
Mapper.map(PClassMapping pcm)
It registers a PClassMapping associated to a particular JORM class within this PMapper. |
void |
Mapper.map(java.lang.Object conn,
PClassMapping pcm)
It registers a PClassMapping associated to a particular JORM class within this PMapper. |
void |
Mapper.map(java.lang.Object conn,
PClassMapping pcm,
boolean loadmeta)
It registers a PClassMapping associated to a particular JORM class within this PMapper. |
Constructors in org.objectweb.jorm.lib with parameters of type PClassMapping | |
MultiplePNameIterator(PClassMapping[] pcms,
java.lang.Object connection,
boolean prefetching)
Builds a PNameIterator over a set of PClassMapping instances |
|
MultiplePNameIterator(PClassMapping[] pcms,
java.util.Iterator currentIt,
java.lang.Object connection,
boolean prefetching)
Builds a PNameIterator over an iterator and a set of PClassMapping instances. |
Uses of PClassMapping in org.objectweb.jorm.mapper.fos.genclass |
Classes in org.objectweb.jorm.mapper.fos.genclass that implement PClassMapping | |
class |
FosGenClassMapping
|
Uses of PClassMapping in org.objectweb.jorm.mapper.rdb.genclass |
Classes in org.objectweb.jorm.mapper.rdb.genclass 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.naming.lib |
Methods in org.objectweb.jorm.naming.lib that return PClassMapping | |
PClassMapping |
BasicPBinder.getBinderClassMapping()
|
Methods in org.objectweb.jorm.naming.lib with parameters of type PClassMapping | |
void |
BasicPBinder.setPClassMapping(PClassMapping pcm)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |