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