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)Apply one or more SessionEventListener instances to the listeners for the 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 java.util.List<SessionEventListener>BaselineSessionEventsListenerBuilder. buildBaselineList()java.lang.Class<? extends SessionEventListener>BaselineSessionEventsListenerBuilder. getAutoListener()Method parameters in org.hibernate.cfg with type arguments of type SessionEventListener Modifier and Type Method Description voidBaselineSessionEventsListenerBuilder. setAutoListener(java.lang.Class<? extends SessionEventListener> autoListener)Deprecated.Constructor parameters in org.hibernate.cfg with type arguments of type SessionEventListener Constructor Description BaselineSessionEventsListenerBuilder(boolean logSessionMetrics, java.lang.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)
-