Package org.hibernate.jpa.event.spi
Interface CallbackRegistryConsumer
-
public interface CallbackRegistryConsumerContract for injecting the registry of Callbacks into event listeners.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinjectCallbackRegistry(CallbackRegistry callbackRegistry)Injection of the CallbackRegistry
-
-
-
Method Detail
-
injectCallbackRegistry
void injectCallbackRegistry(CallbackRegistry callbackRegistry)
Injection of the CallbackRegistry- Parameters:
callbackRegistry- The CallbackRegistry
-
-