Package org.hibernate.engine.internal
Class SessionEventListenerManagerImpl
java.lang.Object
org.hibernate.engine.internal.SessionEventListenerManagerImpl
- All Implemented Interfaces:
Serializable,SessionEventListenerManager,SessionEventListener
public class SessionEventListenerManagerImpl
extends Object
implements SessionEventListenerManager, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionEventListenerManagerImpl(List<SessionEventListener> initialListener) SessionEventListenerManagerImpl(SessionEventListener... initialListener) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(SessionEventListener... additionalListeners) voidcacheGetEnd(boolean hit) voidvoidvoidvoiddirtyCalculationEnd(boolean dirty) voidvoidend()voidflushEnd(int numberOfEntities, int numberOfCollections) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidpartialFlushEnd(int numberOfEntities, int numberOfCollections) voidvoidvoidvoidtransactionCompletion(boolean successful)
-
Constructor Details
-
SessionEventListenerManagerImpl
-
SessionEventListenerManagerImpl
-
-
Method Details
-
addListener
- Specified by:
addListenerin interfaceSessionEventListenerManager
-
transactionCompletion
public void transactionCompletion(boolean successful) - Specified by:
transactionCompletionin interfaceSessionEventListener
-
jdbcConnectionAcquisitionStart
public void jdbcConnectionAcquisitionStart()- Specified by:
jdbcConnectionAcquisitionStartin interfaceSessionEventListener
-
jdbcConnectionAcquisitionEnd
public void jdbcConnectionAcquisitionEnd()- Specified by:
jdbcConnectionAcquisitionEndin interfaceSessionEventListener
-
jdbcConnectionReleaseStart
public void jdbcConnectionReleaseStart()- Specified by:
jdbcConnectionReleaseStartin interfaceSessionEventListener
-
jdbcConnectionReleaseEnd
public void jdbcConnectionReleaseEnd()- Specified by:
jdbcConnectionReleaseEndin interfaceSessionEventListener
-
jdbcPrepareStatementStart
public void jdbcPrepareStatementStart()- Specified by:
jdbcPrepareStatementStartin interfaceSessionEventListener
-
jdbcPrepareStatementEnd
public void jdbcPrepareStatementEnd()- Specified by:
jdbcPrepareStatementEndin interfaceSessionEventListener
-
jdbcExecuteStatementStart
public void jdbcExecuteStatementStart()- Specified by:
jdbcExecuteStatementStartin interfaceSessionEventListener
-
jdbcExecuteStatementEnd
public void jdbcExecuteStatementEnd()- Specified by:
jdbcExecuteStatementEndin interfaceSessionEventListener
-
jdbcExecuteBatchStart
public void jdbcExecuteBatchStart()- Specified by:
jdbcExecuteBatchStartin interfaceSessionEventListener
-
jdbcExecuteBatchEnd
public void jdbcExecuteBatchEnd()- Specified by:
jdbcExecuteBatchEndin interfaceSessionEventListener
-
cachePutStart
public void cachePutStart()- Specified by:
cachePutStartin interfaceSessionEventListener
-
cachePutEnd
public void cachePutEnd()- Specified by:
cachePutEndin interfaceSessionEventListener
-
cacheGetStart
public void cacheGetStart()- Specified by:
cacheGetStartin interfaceSessionEventListener
-
cacheGetEnd
public void cacheGetEnd(boolean hit) - Specified by:
cacheGetEndin interfaceSessionEventListener
-
flushStart
public void flushStart()- Specified by:
flushStartin interfaceSessionEventListener
-
flushEnd
public void flushEnd(int numberOfEntities, int numberOfCollections) - Specified by:
flushEndin interfaceSessionEventListener
-
prePartialFlushStart
public void prePartialFlushStart()- Specified by:
prePartialFlushStartin interfaceSessionEventListener
-
prePartialFlushEnd
public void prePartialFlushEnd()- Specified by:
prePartialFlushEndin interfaceSessionEventListener
-
partialFlushStart
public void partialFlushStart()- Specified by:
partialFlushStartin interfaceSessionEventListener
-
partialFlushEnd
public void partialFlushEnd(int numberOfEntities, int numberOfCollections) - Specified by:
partialFlushEndin interfaceSessionEventListener
-
dirtyCalculationStart
public void dirtyCalculationStart()- Specified by:
dirtyCalculationStartin interfaceSessionEventListener
-
dirtyCalculationEnd
public void dirtyCalculationEnd(boolean dirty) - Specified by:
dirtyCalculationEndin interfaceSessionEventListener
-
end
public void end()- Specified by:
endin interfaceSessionEventListener
-