public class JpaPostUpdateEventListener extends Object implements PostUpdateEventListener, CallbackRegistryConsumer, PostCollectionRecreateEventListener, PostCollectionRemoveEventListener, PostCollectionUpdateEventListener
| Constructor and Description |
|---|
JpaPostUpdateEventListener() |
JpaPostUpdateEventListener(CallbackRegistry callbackRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
injectCallbackRegistry(CallbackRegistry callbackRegistry)
Injection of the CallbackRegistry
|
void |
onPostRecreateCollection(PostCollectionRecreateEvent event) |
void |
onPostRemoveCollection(PostCollectionRemoveEvent event) |
void |
onPostUpdate(PostUpdateEvent event) |
void |
onPostUpdateCollection(PostCollectionUpdateEvent event) |
boolean |
requiresPostCommitHanding(EntityPersister persister) |
public JpaPostUpdateEventListener()
public JpaPostUpdateEventListener(CallbackRegistry callbackRegistry)
public void injectCallbackRegistry(CallbackRegistry callbackRegistry)
CallbackRegistryConsumerinjectCallbackRegistry in interface CallbackRegistryConsumercallbackRegistry - The CallbackRegistrypublic void onPostUpdate(PostUpdateEvent event)
onPostUpdate in interface PostUpdateEventListenerpublic boolean requiresPostCommitHanding(EntityPersister persister)
requiresPostCommitHanding in interface PostUpdateEventListenerpublic void onPostRecreateCollection(PostCollectionRecreateEvent event)
onPostRecreateCollection in interface PostCollectionRecreateEventListenerpublic void onPostRemoveCollection(PostCollectionRemoveEvent event)
onPostRemoveCollection in interface PostCollectionRemoveEventListenerpublic void onPostUpdateCollection(PostCollectionUpdateEvent event)
onPostUpdateCollection in interface PostCollectionUpdateEventListenerCopyright © 2018 JBoss by Red Hat. All rights reserved.