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