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 -
Method Summary
Modifier and TypeMethodDescriptionvoidinjectCallbackRegistry(CallbackRegistry callbackRegistry) Injection of the CallbackRegistryvoidonPostInsert(PostInsertEvent event) booleanrequiresPostCommitHandling(EntityPersister persister)
-
Constructor Details
-
PostInsertEventListenerStandardImpl
public PostInsertEventListenerStandardImpl()
-
-
Method Details
-
injectCallbackRegistry
Description copied from interface:CallbackRegistryConsumerInjection of the CallbackRegistry- Specified by:
injectCallbackRegistryin interfaceCallbackRegistryConsumer- Parameters:
callbackRegistry- The CallbackRegistry
-
onPostInsert
- Specified by:
onPostInsertin interfacePostInsertEventListener
-
requiresPostCommitHandling
-