Uses of Interface
org.hibernate.engine.spi.SessionEventListenerManager
-
Packages that use SessionEventListenerManager Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of SessionEventListenerManager in org.hibernate.engine.internal
Classes in org.hibernate.engine.internal that implement SessionEventListenerManager Modifier and Type Class Description class
SessionEventListenerManagerImpl
-
Uses of SessionEventListenerManager in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return SessionEventListenerManager Modifier and Type Method Description SessionEventListenerManager
SessionDelegatorBaseImpl. getEventListenerManager()
SessionEventListenerManager
SharedSessionContractImplementor. getEventListenerManager()
Get theSessionEventListenerManager
associated with this session.SessionEventListenerManager
SharedSessionDelegatorBaseImpl. getEventListenerManager()
-
Uses of SessionEventListenerManager in org.hibernate.internal
Methods in org.hibernate.internal that return SessionEventListenerManager Modifier and Type Method Description SessionEventListenerManager
AbstractSharedSessionContract. getEventListenerManager()
Constructors in org.hibernate.internal with parameters of type SessionEventListenerManager Constructor Description JdbcObserverImpl(ConnectionObserverStatsBridge observer, SessionEventListenerManager eventListenerManager, Runnable abortBatch)
Deprecated, for removal: This API element is subject to removal in a future version.
-