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

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

Uses of PMapper in org.objectweb.jorm.api
 

Subinterfaces of PMapper in org.objectweb.jorm.api
 interface PMappingCallback
          This is a control interface dedicated to the JORM mapping code.
 

Methods in org.objectweb.jorm.api that return PMapper
 PMapper PClassMapping.getPMapper()
          It gives access to the mapper that has mapped the associated JORM class as defined by this PClassMapping.
 

Methods in org.objectweb.jorm.api with parameters of type PMapper
 void PMappingStructuresManager.setPMapper(PMapper pm)
          Assigns a mapper to this schema manager.
 

Uses of PMapper in org.objectweb.jorm.facility.naming.basidir
 

Constructors in org.objectweb.jorm.facility.naming.basidir with parameters of type PMapper
BasidBinder(PMapper m, java.lang.String genname, byte clact)
           
 

Uses of PMapper in org.objectweb.jorm.facility.naming.generator
 

Methods in org.objectweb.jorm.facility.naming.generator that return PMapper
 PMapper LongGenMgr.getPMapper()
          Retrieves the mapper associated with this LongGenMgr.
 

Methods in org.objectweb.jorm.facility.naming.generator with parameters of type PMapper
static LongGenMgr LongGenMgrRegistry.getLongGenMgr(PMapper m)
          Looks for a LonGenMgr associated with this mapper.
 void LongGenMgr.init(PMapper pm, byte clact)
          Initializes a long generator manager by mapping relevant classes to the given mapper, and setting up relevant initial persistent information.
 void LongGenIncrMgr.init(PMapper pm, byte clact)
          Initializes a long generator manager by mapping relevant classes to the given mapper, and setting relevant initial persistent information.
 

Uses of PMapper in org.objectweb.jorm.facility.naming.polymorphid
 

Methods in org.objectweb.jorm.facility.naming.polymorphid that return PMapper
 PMapper PolymorphIdMgrImpl.getPMapper()
          Retrieves the mapper associated with this PolymorphIdMgr.
 PMapper PolymorphIdMgr.getPMapper()
          Retrieves the mapper associated with this PolymorphIdMgr.
 

Methods in org.objectweb.jorm.facility.naming.polymorphid with parameters of type PMapper
static PolymorphIdMgr PolymorphIdMgrRegistry.getPolymorphIdMgr(PMapper m)
          Looks for a PolymorphIdMgr associated with this mapper.
 void PolymorphIdMgrImpl.init(PMapper pm, byte clact)
          Initializes a polymorphic identifier manager by mapping relevant classes to the given mapper, and setting up relevant initial persistent information.
 void PolymorphIdMgr.init(PMapper pm, byte clact)
          Initializes a polymorphic identifier manager by mapping relevant classes to the given mapper, and setting up relevant initial persistent information.
 

Uses of PMapper in org.objectweb.jorm.genclass.lib
 

Methods in org.objectweb.jorm.genclass.lib that return PMapper
 PMapper GenClassMapping.getPMapper()
          It gives access to the mapper that has mapped the associated JORM class as defined by this PClassMapping.
 

Uses of PMapper in org.objectweb.jorm.lib
 

Classes in org.objectweb.jorm.lib that implement PMapper
 class Mapper
           
 class MapperJCA
          This mapper supports JCA CCI connection management.
 

Methods in org.objectweb.jorm.lib with parameters of type PMapper
 void Mapper.setPMapper(PMapper pm)
          Assigns a mapper to this schema manager.
static PNameCoder JormPathHelper.getPNameCoder(java.lang.String path, PMapper mapper)
          Retrieves the PNameCoder instance corresponding to a path
static PClassMapping JormPathHelper.getPClassMapping(java.lang.String path, PMapper mapper)
          Retrieves the GenClassMapping instance corresponding to a path
 

Uses of PMapper in org.objectweb.jorm.mapper.fos.lib
 

Methods in org.objectweb.jorm.mapper.fos.lib with parameters of type PMapper
 void FosPMappingStructuresManager.setPMapper(PMapper pm)
          Assigns a mapper to this schema manager.
 

Uses of PMapper in org.objectweb.jorm.mapper.rdb.lib
 

Subinterfaces of PMapper in org.objectweb.jorm.mapper.rdb.lib
 interface PMapperRdb
          This interface is the speciailisation of the PMapper generic interface, for the relational databases (rdb mapper).
 

Classes in org.objectweb.jorm.mapper.rdb.lib that implement PMapper
 class MapperJCA_JDBC
          This mapper supports JDBC connection management through JCA.
 class MapperJDBC
          This mapper supports JDBC connection management.
 

Methods in org.objectweb.jorm.mapper.rdb.lib that return PMapper
 PMapper RdbPMappingStructuresManager.getPMapper()
           
 

Methods in org.objectweb.jorm.mapper.rdb.lib with parameters of type PMapper
 void RdbPMappingStructuresManager.setPMapper(PMapper pm)
          Assigns a mapper to this schema manager.