Uses of Interface
org.objectweb.jorm.api.PClassMapping

Packages that use PClassMapping
org.objectweb.jorm.api   
org.objectweb.jorm.facility.naming.basidir   
org.objectweb.jorm.facility.naming.generator   
org.objectweb.jorm.facility.naming.longid   
org.objectweb.jorm.genclass.lib   
org.objectweb.jorm.lib   
org.objectweb.jorm.mapper.fos.genclass   
org.objectweb.jorm.mapper.rdb.genclass   
org.objectweb.jorm.mapper.rdb.lib   
org.objectweb.jorm.naming.api   
org.objectweb.jorm.naming.lib   
 

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 PMapper.createGenClassMapping()
          Creates a new PClassMapping for a gen class.
 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 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 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 PBinding.init(PClassMapping pcm)
          It initialises a PBinding.
 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.
 

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 PLongGen.init(java.lang.String name, PClassMapping pcm, LongGenMgr mgr)
          Initializes this long generator.
 

Uses of PClassMapping in org.objectweb.jorm.facility.naming.longid
 

Methods in org.objectweb.jorm.facility.naming.longid with parameters of type PClassMapping
 void CompositePLongGen.init(java.lang.String name, PClassMapping pcm, LongGenMgr mgr)
          Initializes the underlying object identifier generator
 void LongIdPBinder.setPClassMapping(PClassMapping pcm)
           
 

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 GenClassBinding.getPClassMapping()
          It gives access to the PClassMapping which manages this binding.
 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.
 

Methods in org.objectweb.jorm.genclass.lib with parameters of type PClassMapping
 void GenClassBinding.init(PClassMapping pcm)
          It initialises a PBinding.
 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.
 

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, java.lang.Object txctx)
          Builds a PNameIterator over a set of PClassMapping instances
MultiplePNameIterator(PClassMapping[] pcms, java.util.Iterator currentIt, java.lang.Object connection, boolean prefetching, java.lang.Object txctx)
          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.mapper.rdb.lib
 

Constructors in org.objectweb.jorm.mapper.rdb.lib with parameters of type PClassMapping
RdbTupleCollection(java.lang.Object txctx, java.sql.ResultSet rs, java.sql.PreparedStatement ps, int pi, Logger l, PClassMapping pcm, java.lang.Object png)
           
 

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)