org.objectweb.jorm.api
Interface PMappingCallback
- PMapper, PMappingStructuresManager
public interface PMappingCallback
This is a control interface dedicated to the JORM mapping code.
- P. Dechamboux
void | scheduleEvent(EventObject e)- Schedules an mapper-related event.
|
addMapperEventListener, closeConnection, cn2mn, createGenClassMapping, getConnection, getConnection, getConnection, getConnectionFactory, getMapperName, getMetaInfoManager, getPMappingStructuresManager, getPTypeSpace, getPrefetchCache, lookup, map, map, map, removeMapperEventListener, setConnectionFactory, setMapperName, setPrefetchCache, start, stop, unmap |
scheduleEvent
public void scheduleEvent(EventObject e)
throws PException Schedules an mapper-related event.
e - The event to be scheduled.
PException - Cannot schedule this event.