Uses of Interface
org.hibernate.event.service.spi.EventListenerRegistry
-
Packages that use EventListenerRegistry Package Description org.hibernate.event.service.internal Implementation of the event listener registration service.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
. -
-
Uses of EventListenerRegistry in org.hibernate.event.service.internal
Classes in org.hibernate.event.service.internal that implement EventListenerRegistry Modifier and Type Class Description class
EventListenerRegistryImpl
Standard implementation of EventListenerRegistryMethods in org.hibernate.event.service.internal that return EventListenerRegistry Modifier and Type Method Description EventListenerRegistry
EventListenerRegistryImpl.Builder. buildRegistry(Map<String,EventType<?>> registeredEventTypes)
-
Uses of EventListenerRegistry in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return EventListenerRegistry Modifier and Type Method Description EventListenerRegistry
EventEngine. getListenerRegistry()
-