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 voidinjectCallbackRegistry(CallbackRegistry callbackRegistry)Injection of the CallbackRegistryvoidonPostInsert(PostInsertEvent 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
-
onPostInsert
public void onPostInsert(PostInsertEvent event)
- Specified by:
onPostInsertin interfacePostInsertEventListener
-
requiresPostCommitHandling
public boolean requiresPostCommitHandling(EntityPersister persister)
-
-