|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PMappingStructuresManager in org.objectweb.jorm.api |
Subinterfaces of PMappingStructuresManager in org.objectweb.jorm.api | |
interface |
PMapper
The PMapper interface defines a JORM mapper as an object that mainly maintains the set of JORM classes that it maps on a particular DS. |
interface |
PMappingCallback
This is a control interface dedicated to the JORM mapping code. |
Methods in org.objectweb.jorm.api that return PMappingStructuresManager | |
PMappingStructuresManager |
PMapper.getPMappingStructuresManager()
Retrieves the PMappingStructuresManager associated with this mapper. |
PMappingStructuresManager |
JormConfigurator.getSchMgr(java.lang.String mappername)
Gets the schema manager associated with the given mapper. |
Methods in org.objectweb.jorm.api with parameters of type PMappingStructuresManager | |
void |
PClassMapping.init(PMappingStructuresManager pmsm)
Register the mapping structures and the dependencies. |
void |
PClassMapping.classDefined(PMappingStructuresManager pmsm)
Register the class in the cluster. |
Uses of PMappingStructuresManager in org.objectweb.jorm.lib |
Classes in org.objectweb.jorm.lib that implement PMappingStructuresManager | |
class |
Mapper
|
class |
MapperJCA
This mapper supports JCA CCI connection management. |
Methods in org.objectweb.jorm.lib that return PMappingStructuresManager | |
PMappingStructuresManager |
Mapper.getPMappingStructuresManager()
Retrieves the PMappingStructuresManager associated with this mapper. |
PMappingStructuresManager |
JormConfiguratorImpl.getSchMgr(java.lang.String mappername)
Gets the schema manager associated with the given mapper. |
Uses of PMappingStructuresManager in org.objectweb.jorm.mapper.fos.genclass |
Methods in org.objectweb.jorm.mapper.fos.genclass with parameters of type PMappingStructuresManager | |
void |
FosGenClassMapping.init(PMappingStructuresManager pmsm)
|
void |
FosGenClassMapping.classDefined(PMappingStructuresManager pmsm)
|
Uses of PMappingStructuresManager in org.objectweb.jorm.mapper.fos.lib |
Classes in org.objectweb.jorm.mapper.fos.lib that implement PMappingStructuresManager | |
class |
FosPMappingStructuresManager
Defines the way to manage relational schema for the FOS mappers. |
Uses of PMappingStructuresManager in org.objectweb.jorm.mapper.rdb.genclass |
Methods in org.objectweb.jorm.mapper.rdb.genclass with parameters of type PMappingStructuresManager | |
void |
RdbGenClassMapping.init(PMappingStructuresManager pmsm)
|
void |
RdbGenClassMapping.classDefined(PMappingStructuresManager pmsm)
|
Uses of PMappingStructuresManager in org.objectweb.jorm.mapper.rdb.lib |
Subinterfaces of PMappingStructuresManager 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 PMappingStructuresManager | |
class |
MapperJCA_JDBC
This mapper supports JDBC connection management through JCA. |
class |
MapperJDBC
This mapper supports JDBC connection management. |
class |
RdbPMappingStructuresManager
Defines the way to manage relational schema for the RDB mappers. |
class |
RdbScriptPMSM
This class is used to define a dummy PMappingStructuresManager to generate the database creation script. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |