Uses of Interface
org.hibernate.event.service.spi.EventListenerGroup
Packages that use EventListenerGroup
Package
Description
Implementation of the event listener registration service.
An SPI for the event listener registration service.
Defines the event types and event listener interfaces for
events produced by the stateful
Session.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.-
Uses of EventListenerGroup in org.hibernate.event.service.internal
Methods in org.hibernate.event.service.internal that return EventListenerGroupModifier and TypeMethodDescription<T> EventListenerGroup<T>EventListenerRegistryImpl.getEventListenerGroup(EventType<T> eventType) <T> EventListenerGroup<T>EventListenerRegistryImpl.Builder.getListenerGroup(EventType<T> eventType) -
Uses of EventListenerGroup in org.hibernate.event.service.spi
Methods in org.hibernate.event.service.spi that return EventListenerGroupModifier and TypeMethodDescription<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 EventListenerGroupModifier and TypeMethodDescription<T> voidEventEngineContributions.configureListeners(EventType<T> eventType, Consumer<EventListenerGroup<T>> action) Perform an action against the listener group for the specified event-type -
Uses of EventListenerGroup in org.hibernate.internal
Fields in org.hibernate.internal declared as EventListenerGroupModifier and TypeFieldDescriptionFastSessionServices.eventListenerGroup_AUTO_FLUSHFastSessionServices.eventListenerGroup_CLEARFastSessionServices.eventListenerGroup_DELETEFastSessionServices.eventListenerGroup_DIRTY_CHECKFastSessionServices.eventListenerGroup_EVICTFastSessionServices.eventListenerGroup_FLUSHFastSessionServices.eventListenerGroup_FLUSH_ENTITYFastSessionServices.eventListenerGroup_INIT_COLLECTIONFastSessionServices.eventListenerGroup_LOADFastSessionServices.eventListenerGroup_LOCKFastSessionServices.eventListenerGroup_MERGEFastSessionServices.eventListenerGroup_PERSISTFastSessionServices.eventListenerGroup_PERSIST_ONFLUSHFastSessionServices.eventListenerGroup_POST_COLLECTION_RECREATEFastSessionServices.eventListenerGroup_POST_COLLECTION_REMOVEFastSessionServices.eventListenerGroup_POST_COLLECTION_UPDATEFastSessionServices.eventListenerGroup_POST_COMMIT_DELETEFastSessionServices.eventListenerGroup_POST_COMMIT_INSERTFastSessionServices.eventListenerGroup_POST_COMMIT_UPDATEFastSessionServices.eventListenerGroup_POST_DELETEFastSessionServices.eventListenerGroup_POST_INSERTFastSessionServices.eventListenerGroup_POST_LOADFastSessionServices.eventListenerGroup_POST_UPDATEFastSessionServices.eventListenerGroup_POST_UPSERTFastSessionServices.eventListenerGroup_PRE_COLLECTION_RECREATEFastSessionServices.eventListenerGroup_PRE_COLLECTION_REMOVEFastSessionServices.eventListenerGroup_PRE_COLLECTION_UPDATEFastSessionServices.eventListenerGroup_PRE_DELETEFastSessionServices.eventListenerGroup_PRE_INSERTFastSessionServices.eventListenerGroup_PRE_LOADFastSessionServices.eventListenerGroup_PRE_UPDATEFastSessionServices.eventListenerGroup_PRE_UPSERTFastSessionServices.eventListenerGroup_REFRESHFastSessionServices.eventListenerGroup_REPLICATEFastSessionServices.eventListenerGroup_RESOLVE_NATURAL_IDFastSessionServices.eventListenerGroup_SAVEFastSessionServices.eventListenerGroup_SAVE_UPDATEFastSessionServices.eventListenerGroup_UPDATE