Uses of Interface
org.hibernate.jpa.event.spi.CallbackRegistry
-
Packages that use CallbackRegistry Package Description org.hibernate.jpa.event.spi The SPI contracts for supporting JPA lifecycle callbacks. -
-
Uses of CallbackRegistry in org.hibernate.jpa.event.spi
Subinterfaces of CallbackRegistry in org.hibernate.jpa.event.spi Modifier and Type Interface Description static interface
CallbackBuilder.CallbackRegistrar
Deprecated.UseCallbackRegistrar
instead.interface
CallbackRegistrar
Methods in org.hibernate.jpa.event.spi with parameters of type CallbackRegistry Modifier and Type Method Description void
CallbackRegistryConsumer. injectCallbackRegistry(CallbackRegistry callbackRegistry)
Injection of the CallbackRegistry
-