Uses of Interface
org.hibernate.SessionEventListener
Packages that use SessionEventListener
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory
, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session
and StatelessSession
,
the most important APIs exposing persistence-related operations for
entities.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 SessionEventListener in org.hibernate
Classes in org.hibernate that implement SessionEventListenerModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate with parameters of type SessionEventListenerModifier and TypeMethodDescriptionvoid
Session.addEventListeners
(SessionEventListener... listeners) Add one or more listeners to the SessionSessionBuilder.eventListeners
(SessionEventListener... listeners) Add one or moreSessionEventListener
instances to the list of listeners for the new session to be built.SharedSessionBuilder.eventListeners
(SessionEventListener... listeners) -
Uses of SessionEventListener in org.hibernate.engine.internal
Classes in org.hibernate.engine.internal that implement SessionEventListenerModifier and TypeClassDescriptionclass
class
Tracks and logs certain session-level metrics.Methods in org.hibernate.engine.internal with parameters of type SessionEventListenerModifier and TypeMethodDescriptionvoid
SessionEventListenerManagerImpl.addListener
(SessionEventListener... additionalListeners) Constructors in org.hibernate.engine.internal with parameters of type SessionEventListenerModifierConstructorDescriptionSessionEventListenerManagerImpl
(SessionEventListener... initialListener) -
Uses of SessionEventListener in org.hibernate.engine.spi
Subinterfaces of SessionEventListener in org.hibernate.engine.spiMethods in org.hibernate.engine.spi with parameters of type SessionEventListenerModifier and TypeMethodDescriptionvoid
SessionDelegatorBaseImpl.addEventListeners
(SessionEventListener... listeners) void
SessionLazyDelegator.addEventListeners
(SessionEventListener... listeners) void
SessionEventListenerManager.addListener
(SessionEventListener... listeners) AbstractDelegatingSessionBuilder.eventListeners
(SessionEventListener... listeners) AbstractDelegatingSharedSessionBuilder.eventListeners
(SessionEventListener... listeners) -
Uses of SessionEventListener in org.hibernate.internal
Methods in org.hibernate.internal that return SessionEventListenerMethods in org.hibernate.internal that return types with arguments of type SessionEventListenerModifier and TypeMethodDescriptionBaselineSessionEventsListenerBuilder.buildBaselineList()
Class<? extends SessionEventListener>
BaselineSessionEventsListenerBuilder.getAutoListener()
SessionCreationOptions.getCustomSessionEventListener()
SessionFactoryImpl.SessionBuilderImpl.getCustomSessionEventListener()
SessionFactoryImpl.StatelessSessionBuilderImpl.getCustomSessionEventListener()
Methods in org.hibernate.internal with parameters of type SessionEventListenerModifier and TypeMethodDescriptionvoid
SessionImpl.addEventListeners
(SessionEventListener... listeners) SessionFactoryImpl.SessionBuilderImpl.eventListeners
(SessionEventListener... listeners) Constructors in org.hibernate.internal with parameters of type SessionEventListenerModifierConstructorDescriptionContextualJdbcConnectionAccess
(Object tenantIdentifier, SessionEventListener listener, MultiTenantConnectionProvider<Object> connectionProvider, SharedSessionContractImplementor session) NonContextualJdbcConnectionAccess
(SessionEventListener listener, ConnectionProvider connectionProvider, SharedSessionContractImplementor session) Constructor parameters in org.hibernate.internal with type arguments of type SessionEventListenerModifierConstructorDescriptionBaselineSessionEventsListenerBuilder
(Class<? extends SessionEventListener> autoListener)
SessionEventListener
directly.