Uses of Interface
org.hibernate.engine.spi.SessionEventListenerManager
Packages that use SessionEventListenerManager
Package
Description
Support for many of the internal workings of Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.-
Uses of SessionEventListenerManager in org.hibernate.engine.internal
Classes in org.hibernate.engine.internal that implement SessionEventListenerManager -
Uses of SessionEventListenerManager in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return SessionEventListenerManagerModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getEventListenerManager()SharedSessionContractImplementor.getEventListenerManager()Get theSessionEventListenerManagerassociated with this session.SharedSessionDelegatorBaseImpl.getEventListenerManager() -
Uses of SessionEventListenerManager in org.hibernate.internal
Methods in org.hibernate.internal that return SessionEventListenerManagerConstructors in org.hibernate.internal with parameters of type SessionEventListenerManagerModifierConstructorDescriptionJdbcObserverImpl(ConnectionObserverStatsBridge observer, SessionEventListenerManager eventListenerManager, Runnable abortBatch) Deprecated, for removal: This API element is subject to removal in a future version.