|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
PMapper |
ClassMappedEvent.getPMapper()
|
Methods in org.objectweb.jorm.api with parameters of type PMapper | |
void |
PMappingStructuresManager.setPMapper(PMapper pm)
Assigns a mapper to this schema manager. |
Constructors in org.objectweb.jorm.api with parameters of type PMapper | |
ClassMappedEvent(PMapper mapper,
java.lang.String jormClassName)
|
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. |
static void |
LongGenMgrRegistry.registerLonGenMgr(LongGenMgr lgm,
PMapper 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.longid |
Methods in org.objectweb.jorm.facility.naming.longid that return PMapper | |
PMapper |
LongIdManager.getMapper()
|
Methods in org.objectweb.jorm.facility.naming.longid with parameters of type PMapper | |
void |
LongIdManager.setPMapper(PMapper mapper)
Instanciates and initializes a LongGenMgr Allocates a class identifier generator |
Constructors in org.objectweb.jorm.facility.naming.longid with parameters of type PMapper | |
LongIdManager(PMapper mapper)
Builds and intializes a LongIdManager with the default class identifier size. |
|
LongIdManager(PMapper mapper,
int cidSize)
Builds and intializes a LongIdManager with a particular class identifier size. |
Uses of PMapper in org.objectweb.jorm.facility.naming.olongid |
Methods in org.objectweb.jorm.facility.naming.olongid that return PMapper | |
PMapper |
LongIdManager.getMapper()
|
Methods in org.objectweb.jorm.facility.naming.olongid with parameters of type PMapper | |
void |
LongIdManager.setPMapper(PMapper mapper)
Instanciates and initializes a LongGenMgr Allocates a class identifier generator |
Constructors in org.objectweb.jorm.facility.naming.olongid with parameters of type PMapper | |
LongIdManager(PMapper mapper)
Builds and intializes a LongIdManager with the default class identifier size. |
|
LongIdManager(PMapper mapper,
int cidSize)
Builds and intializes a LongIdManager with a particular class identifier size. |
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. |
Uses of PMapper in org.objectweb.jorm.mapper.rdb.metainfo |
Methods in org.objectweb.jorm.mapper.rdb.metainfo with parameters of type PMapper | |
java.lang.String |
RdbInheritanceQuery.getExtentQuery(PMapper mapper,
boolean prefetch,
boolean pkOnly,
java.lang.String primaryKey,
PClassMapping pcm)
Returns the query of the extent as a String. |
void |
RdbInheritanceQuery.setSubTreeFieldAssociationTable(PMapper mapper,
PClassMapping pcm)
For each subclass of the class linked to the pcm (including itself), compute the association table of field indexes and add the element [pcm -> table] in the map of the subclass PClassMapping |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |