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 Constructor Description PostUpdateEventListenerStandardImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinjectCallbackRegistry(CallbackRegistry callbackRegistry)Injection of the CallbackRegistryvoidonPostUpdate(PostUpdateEvent event)booleanrequiresPostCommitHandling(EntityPersister persister)
-
-
-
Method Detail
-
injectCallbackRegistry
public void injectCallbackRegistry(CallbackRegistry callbackRegistry)
Description copied from interface:CallbackRegistryConsumerInjection of the CallbackRegistry- Specified by:
injectCallbackRegistryin interfaceCallbackRegistryConsumer- Parameters:
callbackRegistry- The CallbackRegistry
-
onPostUpdate
public void onPostUpdate(PostUpdateEvent event)
- Specified by:
onPostUpdatein interfacePostUpdateEventListener
-
requiresPostCommitHandling
public boolean requiresPostCommitHandling(EntityPersister persister)
-
-