Package org.hibernate.engine.spi
Interface SessionEventListenerManager
-
- All Superinterfaces:
Serializable
,SessionEventListener
- All Known Implementing Classes:
SessionEventListenerManagerImpl
public interface SessionEventListenerManager extends SessionEventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addListener(SessionEventListener... listeners)
-
Methods inherited from interface org.hibernate.SessionEventListener
cacheGetEnd, cacheGetStart, cachePutEnd, cachePutStart, dirtyCalculationEnd, dirtyCalculationStart, end, flushEnd, flushStart, jdbcConnectionAcquisitionEnd, jdbcConnectionAcquisitionStart, jdbcConnectionReleaseEnd, jdbcConnectionReleaseStart, jdbcExecuteBatchEnd, jdbcExecuteBatchStart, jdbcExecuteStatementEnd, jdbcExecuteStatementStart, jdbcPrepareStatementEnd, jdbcPrepareStatementStart, partialFlushEnd, partialFlushStart, prePartialFlushEnd, prePartialFlushStart, transactionCompletion
-
-
-
-
Method Detail
-
addListener
void addListener(SessionEventListener... listeners)
-
-