Package org.hibernate.event.internal
Class PostUpsertEventListenerStandardImpl
java.lang.Object
org.hibernate.event.internal.PostUpsertEventListenerStandardImpl
- All Implemented Interfaces:
PostUpsertEventListener,CallbackRegistryConsumer
public class PostUpsertEventListenerStandardImpl
extends Object
implements PostUpsertEventListener, CallbackRegistryConsumer
This is just a stub, since we don't yet have a
@PostUpsert callback-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinjectCallbackRegistry(CallbackRegistry callbackRegistry) Injection of the CallbackRegistryvoidonPostUpsert(PostUpsertEvent event) booleanrequiresPostCommitHandling(EntityPersister persister)
-
Constructor Details
-
PostUpsertEventListenerStandardImpl
public PostUpsertEventListenerStandardImpl()
-
-
Method Details
-
injectCallbackRegistry
Description copied from interface:CallbackRegistryConsumerInjection of the CallbackRegistry- Specified by:
injectCallbackRegistryin interfaceCallbackRegistryConsumer- Parameters:
callbackRegistry- The CallbackRegistry
-
onPostUpsert
- Specified by:
onPostUpsertin interfacePostUpsertEventListener
-
requiresPostCommitHandling
-