Uses of Interface
org.hibernate.SessionEventListener
-
Packages that use SessionEventListener Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSessionandStatelessSession, the most important APIs exposing persistence-related operations for entities.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of SessionEventListener in org.hibernate
Classes in org.hibernate that implement SessionEventListener Modifier and Type Class Description classBaseSessionEventListenerA no-op implementation of SessionEventListener.Methods in org.hibernate with parameters of type SessionEventListener Modifier and Type Method Description voidSession. addEventListeners(SessionEventListener... listeners)Add one or more listeners to the SessionSessionBuilderSessionBuilder. eventListeners(SessionEventListener... listeners)Add one or moreSessionEventListenerinstances to the list of listeners for the new session to be built.SharedSessionBuilderSharedSessionBuilder. eventListeners(SessionEventListener... listeners) -
Uses of SessionEventListener in org.hibernate.engine.spi
Subinterfaces of SessionEventListener in org.hibernate.engine.spi Modifier and Type Interface Description interfaceSessionEventListenerManagerMethods in org.hibernate.engine.spi with parameters of type SessionEventListener Modifier and Type Method Description voidSessionDelegatorBaseImpl. addEventListeners(SessionEventListener... listeners)voidSessionLazyDelegator. addEventListeners(SessionEventListener... listeners)voidSessionEventListenerManager. addListener(SessionEventListener... listeners)SessionBuilderAbstractDelegatingSessionBuilder. eventListeners(SessionEventListener... listeners)SharedSessionBuilderAbstractDelegatingSharedSessionBuilder. eventListeners(SessionEventListener... listeners)
-