Uses of Class
org.hibernate.event.spi.EventEngine
-
Packages that use EventEngine Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of EventEngine in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return EventEngine Modifier and Type Method Description EventEngine
SessionFactoryDelegatingImpl. getEventEngine()
EventEngine
SessionFactoryImplementor. getEventEngine()
Get the EventEngine associated with this SessionFactory -
Uses of EventEngine in org.hibernate.internal
Methods in org.hibernate.internal that return EventEngine Modifier and Type Method Description EventEngine
SessionFactoryImpl. getEventEngine()
-