Package org.hibernate.event.internal
Class PostInsertEventListenerStandardImpl
java.lang.Object
org.hibernate.event.internal.PostInsertEventListenerStandardImpl
- All Implemented Interfaces:
PostInsertEventListener
,CallbackRegistryConsumer
public class PostInsertEventListenerStandardImpl
extends Object
implements PostInsertEventListener, CallbackRegistryConsumer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
injectCallbackRegistry
(CallbackRegistry callbackRegistry) Injection of the CallbackRegistryvoid
onPostInsert
(PostInsertEvent event) boolean
requiresPostCommitHandling
(EntityPersister persister)
-
Constructor Details
-
PostInsertEventListenerStandardImpl
public PostInsertEventListenerStandardImpl()
-
-
Method Details
-
injectCallbackRegistry
Description copied from interface:CallbackRegistryConsumer
Injection of the CallbackRegistry- Specified by:
injectCallbackRegistry
in interfaceCallbackRegistryConsumer
- Parameters:
callbackRegistry
- The CallbackRegistry
-
onPostInsert
- Specified by:
onPostInsert
in interfacePostInsertEventListener
-
requiresPostCommitHandling
-