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.interp.genclass.lib   
org.objectweb.jorm.runtime   
 

Uses of PMapper in org.objectweb.jorm.api
 

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 PClassMapping.init(PMapper mapper, MetaObject metaclass)
          It intialises the class mapping.
 

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
 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.
static LongGenMgr LongGenMgrRegistry.getLongGenMgr(PMapper m)
          Looks for a LonGenMgr associated with this mapper.
 

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

Methods in org.objectweb.jorm.facility.naming.polymorphid that return PMapper
 PMapper PolymorphIdMgr.getPMapper()
          Retrieves the mapper associated with this PolymorphIdMgr.
 PMapper PolymorphIdMgrImpl.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 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.
 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.
 

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

Fields in org.objectweb.jorm.interp.genclass.lib declared as PMapper
protected  PMapper GenClassMapping.mapper
          This field references the mapper.
 

Methods in org.objectweb.jorm.interp.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.
 

Methods in org.objectweb.jorm.interp.genclass.lib with parameters of type PMapper
 void GenClassMapping.init(PMapper mapper, MetaObject metaclass)
          It intialises the class mapping.
 

Uses of PMapper in org.objectweb.jorm.runtime
 

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