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 TypeMethodDescriptionvoidinjectCallbackRegistry(CallbackRegistry callbackRegistry) Injection of the CallbackRegistryvoidonPostUpdate(PostUpdateEvent event) booleanrequiresPostCommitHandling(EntityPersister persister)
-
Constructor Details
-
PostUpdateEventListenerStandardImpl
public PostUpdateEventListenerStandardImpl()
-
-
Method Details
-
injectCallbackRegistry
Description copied from interface:CallbackRegistryConsumerInjection of the CallbackRegistry- Specified by:
injectCallbackRegistryin interfaceCallbackRegistryConsumer- Parameters:
callbackRegistry- The CallbackRegistry
-
onPostUpdate
- Specified by:
onPostUpdatein interfacePostUpdateEventListener
-
requiresPostCommitHandling
-