Uses of Interface
org.hibernate.jpa.event.spi.CallbackRegistry
Packages that use CallbackRegistry
Package
Description
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
Implementation of the event listener registration service.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.Internal details of implementing support for JPA callbacks
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 CallbackRegistryModifier and TypeMethodDescriptionvoid
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) void
PostUpsertEventListenerStandardImpl.injectCallbackRegistry
(CallbackRegistry callbackRegistry) -
Uses of CallbackRegistry in org.hibernate.event.service.internal
Constructors in org.hibernate.event.service.internal with parameters of type CallbackRegistry -
Uses of CallbackRegistry in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return CallbackRegistry -
Uses of CallbackRegistry in org.hibernate.jpa.event.internal
Methods in org.hibernate.jpa.event.internal that return CallbackRegistryModifier and TypeMethodDescriptionstatic CallbackRegistry
CallbacksFactory.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 CallbackRegistryModifier and TypeMethodDescriptionvoid
CallbackRegistryConsumer.injectCallbackRegistry
(CallbackRegistry callbackRegistry) Injection of the CallbackRegistry