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.
Just implement SessionEventListener directly.
A noop implementation of SessionEventListener. Intended as a convenient base class for developing SessionEventListener implementations.
See Also:
  • Constructor Details

    • BaseSessionEventListener

      public BaseSessionEventListener()
      Deprecated, for removal: This API element is subject to removal in a future version.