接口 SessionEventListenerManager
-
- 所有超级接口:
Serializable,SessionEventListener
- 所有已知实现类:
SessionEventListenerManagerImpl
public interface SessionEventListenerManager extends SessionEventListener
- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidaddListener(SessionEventListener... listeners)-
从接口继承的方法 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
-
-
-
-
方法详细资料
-
addListener
void addListener(SessionEventListener... listeners)
-
-