Package org.hibernate.event.internal
Class PostUpdateEventListenerStandardImpl
java.lang.Object
org.hibernate.event.internal.PostUpdateEventListenerStandardImpl
- All Implemented Interfaces:
PostUpdateEventListener
,CallbackRegistryConsumer
public class PostUpdateEventListenerStandardImpl
extends Object
implements PostUpdateEventListener, CallbackRegistryConsumer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
injectCallbackRegistry
(CallbackRegistry callbackRegistry) Injection of the CallbackRegistryvoid
onPostUpdate
(PostUpdateEvent event) boolean
requiresPostCommitHandling
(EntityPersister persister)
-
Constructor Details
-
PostUpdateEventListenerStandardImpl
public PostUpdateEventListenerStandardImpl()
-
-
Method Details
-
injectCallbackRegistry
Description copied from interface:CallbackRegistryConsumer
Injection of the CallbackRegistry- Specified by:
injectCallbackRegistry
in interfaceCallbackRegistryConsumer
- Parameters:
callbackRegistry
- The CallbackRegistry
-
onPostUpdate
- Specified by:
onPostUpdate
in interfacePostUpdateEventListener
-
requiresPostCommitHandling
-