Uses of Interface
org.hibernate.engine.spi.SessionEventListenerManager
-
Packages that use SessionEventListenerManager Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of SessionEventListenerManager in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return SessionEventListenerManager Modifier and Type Method Description SessionEventListenerManagerSessionDelegatorBaseImpl. getEventListenerManager()SessionEventListenerManagerSharedSessionContractImplementor. getEventListenerManager()Get theSessionEventListenerManagerassociated with this session.SessionEventListenerManagerSharedSessionDelegatorBaseImpl. getEventListenerManager()
-