| |
|
| java.lang.Object org.objectweb.speedo.mapper.lib.DelegatePMapper
DelegatePMapper | public class DelegatePMapper implements PMapper(Code) | | This class is an implementation of the PMapper interface delegating all
method to another PMapper, except for the lookup method. In this case the
lookup method is done by the use of the JormFactory. The aim is to always
have the PClassMapping instance. But only the JormFactory is able to build
the PClassMapping instance of a Persistent class.
author: S.Chassande-Barrioz |
addMapperEventListener | public void addMapperEventListener(PMapperListener pMapperListener)(Code) | | |
classDefined | public void classDefined(String s) throws PException(Code) | | |
clean | public void clean() throws PException(Code) | | |
clear | public void clear() throws PException(Code) | | |
closeConnection | public void closeConnection(Object o) throws PException(Code) | | |
createGenClassMapping | public PClassMapping createGenClassMapping() throws PException(Code) | | |
getConnection | public Object getConnection() throws PException(Code) | | |
getConnectionFactory | public Object getConnectionFactory()(Code) | | |
getMapper | public PMapper getMapper()(Code) | | |
getMetaInfoManager | public Manager getMetaInfoManager()(Code) | | |
getPMapCluster | public PMapCluster getPMapCluster(String s) throws PException(Code) | | |
getPMappingStructuresManager | public PMappingStructuresManager getPMappingStructuresManager()(Code) | | |
getPTypeSpace | public PTypeSpace getPTypeSpace()(Code) | | |
getPrefetchCache | public PrefetchCache getPrefetchCache()(Code) | | |
map | public void map(PClassMapping pClassMapping) throws PException(Code) | | |
map | public void map(Object o, PClassMapping pClassMapping) throws PException(Code) | | |
map | public void map(Object o, PClassMapping pClassMapping, boolean b) throws PException(Code) | | |
removeMapperEventListener | public void removeMapperEventListener(PMapperListener pMapperListener)(Code) | | |
setConnectionFactory | public void setConnectionFactory(Object o) throws PException(Code) | | |
setLogger | public void setLogger(Logger l)(Code) | | |
setMapper | public void setMapper(PMapper mapper)(Code) | | |
setPMapper | public void setPMapper(PMapper pm)(Code) | | |
setPathsToPdFiles | public void setPathsToPdFiles(PathExplorer paths)(Code) | | |
setPrefetchCache | public void setPrefetchCache(PrefetchCache prefetchCache) throws PException(Code) | | |
start | public void start() throws PException(Code) | | |
stop | public void stop() throws PException(Code) | | |
|
|
|