Class EventListenerRegistryImpl.Builder
java.lang.Object
org.hibernate.event.service.internal.EventListenerRegistryImpl.Builder
- Enclosing class:
EventListenerRegistryImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildRegistry(Map<String, EventType<?>> registeredEventTypes) <T> EventListenerGroup<T> getListenerGroup(EventType<T> eventType) <T> voidprepareListeners(EventType<T> eventType) <T> voidprepareListeners(EventType<T> type, T defaultListener) <T> voidprepareListeners(EventType<T> type, T defaultListener, Function<EventType<T>, org.hibernate.event.service.internal.EventListenerGroupImpl<T>> groupCreator)
-
Constructor Details
-
Builder
-
-
Method Details
-
prepareListeners
-
prepareListeners
-
prepareListeners
-
getListenerGroup
-
buildRegistry
-