Uses of Interface
org.hibernate.event.service.spi.EventListenerGroup
-
Packages that use EventListenerGroup Package Description org.hibernate.event.service.spi An SPI for 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 EventListenerGroup in org.hibernate.event.service.spi
Methods in org.hibernate.event.service.spi that return EventListenerGroup Modifier and Type Method Description <T> EventListenerGroup<T>EventListenerRegistry. getEventListenerGroup(EventType<T> eventType) -
Uses of EventListenerGroup in org.hibernate.event.spi
Method parameters in org.hibernate.event.spi with type arguments of type EventListenerGroup Modifier and Type Method Description <T> voidEventEngineContributions. configureListeners(EventType<T> eventType, Consumer<EventListenerGroup<T>> action)Perform an action against the listener group for the specified event-type
-