程序包 org.hibernate
类 BaseSessionEventListener
- java.lang.Object
-
- org.hibernate.BaseSessionEventListener
-
- 所有已实现的接口:
Serializable,SessionEventListener
public class BaseSessionEventListener extends Object implements SessionEventListener
A no-op implementation of SessionEventListener. Intended as a convenient base class for developing SessionEventListener implementations.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 BaseSessionEventListener()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidcacheGetEnd(boolean hit)voidcacheGetStart()voidcachePutEnd()voidcachePutStart()voiddirtyCalculationEnd(boolean dirty)voiddirtyCalculationStart()voidend()voidflushEnd(int numberOfEntities, int numberOfCollections)voidflushStart()voidjdbcConnectionAcquisitionEnd()voidjdbcConnectionAcquisitionStart()voidjdbcConnectionReleaseEnd()voidjdbcConnectionReleaseStart()voidjdbcExecuteBatchEnd()voidjdbcExecuteBatchStart()voidjdbcExecuteStatementEnd()voidjdbcExecuteStatementStart()voidjdbcPrepareStatementEnd()voidjdbcPrepareStatementStart()voidpartialFlushEnd(int numberOfEntities, int numberOfCollections)voidpartialFlushStart()voidtransactionCompletion(boolean successful)
-
-
-
方法详细资料
-
transactionCompletion
public void transactionCompletion(boolean successful)
- 指定者:
transactionCompletion在接口中SessionEventListener
-
jdbcConnectionAcquisitionStart
public void jdbcConnectionAcquisitionStart()
-
jdbcConnectionAcquisitionEnd
public void jdbcConnectionAcquisitionEnd()
-
jdbcConnectionReleaseStart
public void jdbcConnectionReleaseStart()
-
jdbcConnectionReleaseEnd
public void jdbcConnectionReleaseEnd()
- 指定者:
jdbcConnectionReleaseEnd在接口中SessionEventListener
-
jdbcPrepareStatementStart
public void jdbcPrepareStatementStart()
-
jdbcPrepareStatementEnd
public void jdbcPrepareStatementEnd()
- 指定者:
jdbcPrepareStatementEnd在接口中SessionEventListener
-
jdbcExecuteStatementStart
public void jdbcExecuteStatementStart()
-
jdbcExecuteStatementEnd
public void jdbcExecuteStatementEnd()
- 指定者:
jdbcExecuteStatementEnd在接口中SessionEventListener
-
jdbcExecuteBatchStart
public void jdbcExecuteBatchStart()
- 指定者:
jdbcExecuteBatchStart在接口中SessionEventListener
-
jdbcExecuteBatchEnd
public void jdbcExecuteBatchEnd()
- 指定者:
jdbcExecuteBatchEnd在接口中SessionEventListener
-
cachePutStart
public void cachePutStart()
- 指定者:
cachePutStart在接口中SessionEventListener
-
cachePutEnd
public void cachePutEnd()
- 指定者:
cachePutEnd在接口中SessionEventListener
-
cacheGetStart
public void cacheGetStart()
- 指定者:
cacheGetStart在接口中SessionEventListener
-
cacheGetEnd
public void cacheGetEnd(boolean hit)
- 指定者:
cacheGetEnd在接口中SessionEventListener
-
flushStart
public void flushStart()
- 指定者:
flushStart在接口中SessionEventListener
-
flushEnd
public void flushEnd(int numberOfEntities, int numberOfCollections)- 指定者:
flushEnd在接口中SessionEventListener
-
partialFlushStart
public void partialFlushStart()
- 指定者:
partialFlushStart在接口中SessionEventListener
-
partialFlushEnd
public void partialFlushEnd(int numberOfEntities, int numberOfCollections)- 指定者:
partialFlushEnd在接口中SessionEventListener
-
dirtyCalculationStart
public void dirtyCalculationStart()
- 指定者:
dirtyCalculationStart在接口中SessionEventListener
-
dirtyCalculationEnd
public void dirtyCalculationEnd(boolean dirty)
- 指定者:
dirtyCalculationEnd在接口中SessionEventListener
-
end
public void end()
- 指定者:
end在接口中SessionEventListener
-
-