Package org.hibernate.jpa.event.spi
Interface CallbackRegistryConsumer
public interface CallbackRegistryConsumer
Contract for injecting the registry of Callbacks into event listeners.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
injectCallbackRegistry
(CallbackRegistry callbackRegistry) Injection of the CallbackRegistry
-
Method Details
-
injectCallbackRegistry
Injection of the CallbackRegistry- Parameters:
callbackRegistry
- The CallbackRegistry
-