Package org.hibernate
Class BaseSessionEventListener
java.lang.Object
org.hibernate.BaseSessionEventListener
- All Implemented Interfaces:
Serializable
,SessionEventListener
@Deprecated(since="7",
forRemoval=true)
public class BaseSessionEventListener
extends Object
implements SessionEventListener
Deprecated, for removal: This API element is subject to removal in a future version.
A noop implementation of
SessionEventListener
.
Intended as a convenient base class for developing
SessionEventListener
implementations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Constructor Details
-
BaseSessionEventListener
public BaseSessionEventListener()Deprecated, for removal: This API element is subject to removal in a future version.
-
SessionEventListener
directly.