Package org.hibernate.event.internal
Class PostDeleteEventListenerStandardImpl
- java.lang.Object
-
- org.hibernate.event.internal.PostDeleteEventListenerStandardImpl
-
- All Implemented Interfaces:
PostDeleteEventListener,CallbackRegistryConsumer
public class PostDeleteEventListenerStandardImpl extends Object implements PostDeleteEventListener, CallbackRegistryConsumer
The standard PostDeleteEventListener implementation
-
-
Constructor Summary
Constructors Constructor Description PostDeleteEventListenerStandardImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinjectCallbackRegistry(CallbackRegistry callbackRegistry)Injection of the CallbackRegistryvoidonPostDelete(PostDeleteEvent 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
-
onPostDelete
public void onPostDelete(PostDeleteEvent event)
- Specified by:
onPostDeletein interfacePostDeleteEventListener
-
requiresPostCommitHandling
public boolean requiresPostCommitHandling(EntityPersister persister)
-
-