Package org.hibernate.engine.spi
Interface SessionEventListenerManager
- All Superinterfaces:
Serializable
,SessionEventListener
- All Known Implementing Classes:
SessionEventListenerManagerImpl
-
Method Summary
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 Details
-
addListener
-