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
Constructors Constructor Description PostInsertEventListenerStandardImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
injectCallbackRegistry(CallbackRegistry callbackRegistry)
Injection of the CallbackRegistryvoid
onPostInsert(PostInsertEvent 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
-
onPostInsert
public void onPostInsert(PostInsertEvent event)
- Specified by:
onPostInsert
in interfacePostInsertEventListener
-
requiresPostCommitHandling
public boolean requiresPostCommitHandling(EntityPersister persister)
-
-