org.hibernate.engine.spi
Interface SessionEventListenerManager

All Superinterfaces:
Serializable, SessionEventListener
All Known Implementing Classes:
SessionEventListenerManagerImpl

public interface SessionEventListenerManager
extends SessionEventListener


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, transactionCompletion
 



Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.