Uses of Interface
org.hibernate.SessionEventListener
-
Packages that use SessionEventListener Package Description org.hibernate org.hibernate.cfg org.hibernate.engine.spi -
-
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 SessionTSessionBuilder. eventListeners(SessionEventListener... listeners)Add one or moreSessionEventListenerinstances to the list of listeners for the new session to be built. -
Uses of SessionEventListener in org.hibernate.cfg
Methods in org.hibernate.cfg that return SessionEventListener Modifier and Type Method Description SessionEventListener[]BaselineSessionEventsListenerBuilder. buildBaseline()Methods in org.hibernate.cfg that return types with arguments of type SessionEventListener Modifier and Type Method Description List<SessionEventListener>BaselineSessionEventsListenerBuilder. buildBaselineList()Class<? extends SessionEventListener>BaselineSessionEventsListenerBuilder. getAutoListener()Constructor parameters in org.hibernate.cfg with type arguments of type SessionEventListener Constructor Description BaselineSessionEventsListenerBuilder(boolean logSessionMetrics, Class<? extends SessionEventListener> autoListener) -
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)TAbstractDelegatingSessionBuilder. eventListeners(SessionEventListener... listeners)TAbstractDelegatingSharedSessionBuilder. eventListeners(SessionEventListener... listeners)
-