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 void
injectCallbackRegistry(CallbackRegistry callbackRegistry)
Injection of the CallbackRegistryvoid
onPostDelete(PostDeleteEvent event)
boolean
requiresPostCommitHandling(EntityPersister persister)
-
-
-
Method Detail
-
injectCallbackRegistry
public void injectCallbackRegistry(CallbackRegistry callbackRegistry)
Description copied from interface:CallbackRegistryConsumer
Injection of the CallbackRegistry- Specified by:
injectCallbackRegistry
in interfaceCallbackRegistryConsumer
- Parameters:
callbackRegistry
- The CallbackRegistry
-
onPostDelete
public void onPostDelete(PostDeleteEvent event)
- Specified by:
onPostDelete
in interfacePostDeleteEventListener
-
requiresPostCommitHandling
public boolean requiresPostCommitHandling(EntityPersister persister)
-
-