org.objectweb.jorm.mapper.rdb.lib
Interface PMapperRdb

All Superinterfaces:
PMapper, PMappingStructuresManager
All Known Implementing Classes:
MapperJCA_JDBC, MapperJDBC

public interface PMapperRdb
extends PMapper

This interface is the speciailisation of the PMapper generic interface, for the relational databases (rdb mapper). It permits to access to the RdbAdapter instance associated to the rdb mapper.

Author:
S.Chassande-Barrioz

Field Summary
 
Fields inherited from interface org.objectweb.jorm.api.PMapper
JORMPROPFILE, PBINDINGAPPENDER, PCLASSMAPPINGAPPENDER
 
Method Summary
 RdbAdapter getRdbAdapter()
           
 
Methods inherited from interface org.objectweb.jorm.api.PMapper
addMapperEventListener, clean, closeConnection, cn2mn, createGenClassMapping, getConnection, getConnection, getConnection, getConnectionFactory, getMappedClasses, getMapperName, getMetaInfoManager, getPMappingStructuresManager, getPrefetchCache, getPTypeSpace, lookup, map, map, map, removeMapperEventListener, setConnectionFactory, setDTDLocations, setMapperName, setPathsToPdFiles, setPrefetchCache, start, stop, unmap
 
Methods inherited from interface org.objectweb.jorm.api.PMappingStructuresManager
addDependency, classDefined, clear, declareClass, getPMapCluster, getPMapClusters, setLogger, setPMapper
 

Method Detail

getRdbAdapter

public RdbAdapter getRdbAdapter()
Returns:
the RdbAdapter instance associated to this mapper.