org.objectweb.jorm.mapper.rdb.lib
Interface PMapperRdb
- All Superinterfaces:
- PMapper, PMappingStructuresManager
- All Known Implementing Classes:
- 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
Methods inherited from interface org.objectweb.jorm.api.PMapper |
addMapperEventListener, closeConnection, cn2mn, createGenClassMapping, getConnection, getConnection, getConnectionFactory, getMapperName, getMetaInfoManager, getPMappingStructuresManager, getPrefetchCache, getPTypeSpace, lookup, map, map, map, removeMapperEventListener, setConnectionFactory, setMapperName, setPrefetchCache, start, stop, unmap |
getRdbAdapter
public RdbAdapter getRdbAdapter()
- Returns:
- the RdbAdapter instance associated to this mapper.