Uses of Interface
org.hibernate.jpa.event.spi.CallbackRegistry
-
Packages that use CallbackRegistry Package Description org.hibernate.event.internal org.hibernate.jpa.event.internal Internal details of implementing support for JPA callbacksorg.hibernate.jpa.event.spi The SPI contracts for supporting JPA lifecycle callbacks. -
-
Uses of CallbackRegistry in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type CallbackRegistry Modifier and Type Method Description void
AbstractSaveEventListener. injectCallbackRegistry(CallbackRegistry callbackRegistry)
void
DefaultDeleteEventListener. injectCallbackRegistry(CallbackRegistry callbackRegistry)
void
DefaultFlushEntityEventListener. injectCallbackRegistry(CallbackRegistry callbackRegistry)
void
DefaultPostLoadEventListener. injectCallbackRegistry(CallbackRegistry callbackRegistry)
void
PostDeleteEventListenerStandardImpl. injectCallbackRegistry(CallbackRegistry callbackRegistry)
void
PostInsertEventListenerStandardImpl. injectCallbackRegistry(CallbackRegistry callbackRegistry)
void
PostUpdateEventListenerStandardImpl. injectCallbackRegistry(CallbackRegistry callbackRegistry)
-
Uses of CallbackRegistry in org.hibernate.jpa.event.internal
Subinterfaces of CallbackRegistry in org.hibernate.jpa.event.internal Modifier and Type Interface Description interface
CallbackRegistryImplementor
-
Uses of CallbackRegistry in org.hibernate.jpa.event.spi
Subinterfaces of CallbackRegistry in org.hibernate.jpa.event.spi Modifier and Type Interface Description 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
-