Uses of Interface
org.hibernate.jpa.event.spi.CallbackRegistry
-
Packages that use CallbackRegistry Package Description org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.event.service.internal Implementation of the event listener registration service.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession.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 voidAbstractSaveEventListener. injectCallbackRegistry(CallbackRegistry callbackRegistry)voidDefaultDeleteEventListener. injectCallbackRegistry(CallbackRegistry callbackRegistry)voidDefaultFlushEntityEventListener. injectCallbackRegistry(CallbackRegistry callbackRegistry)voidDefaultPostLoadEventListener. injectCallbackRegistry(CallbackRegistry callbackRegistry)voidPostDeleteEventListenerStandardImpl. injectCallbackRegistry(CallbackRegistry callbackRegistry)voidPostInsertEventListenerStandardImpl. injectCallbackRegistry(CallbackRegistry callbackRegistry)voidPostUpdateEventListenerStandardImpl. injectCallbackRegistry(CallbackRegistry callbackRegistry)voidPostUpsertEventListenerStandardImpl. injectCallbackRegistry(CallbackRegistry callbackRegistry) -
Uses of CallbackRegistry in org.hibernate.event.service.internal
Constructors in org.hibernate.event.service.internal with parameters of type CallbackRegistry Constructor Description Builder(CallbackRegistry callbackRegistry, boolean jpaBootstrap) -
Uses of CallbackRegistry in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return CallbackRegistry Modifier and Type Method Description CallbackRegistryEventEngine. getCallbackRegistry() -
Uses of CallbackRegistry in org.hibernate.jpa.event.internal
Methods in org.hibernate.jpa.event.internal that return CallbackRegistry Modifier and Type Method Description static CallbackRegistryCallbacksFactory. buildCallbackRegistry(SessionFactoryOptions options, ServiceRegistry serviceRegistry, Collection<PersistentClass> entityBindings) -
Uses of CallbackRegistry in org.hibernate.jpa.event.spi
Methods in org.hibernate.jpa.event.spi with parameters of type CallbackRegistry Modifier and Type Method Description voidCallbackRegistryConsumer. injectCallbackRegistry(CallbackRegistry callbackRegistry)Injection of the CallbackRegistry
-