public class JpaPostDeleteEventListener extends Object implements PostDeleteEventListener, CallbackRegistryConsumer
| Constructor and Description |
|---|
JpaPostDeleteEventListener() |
JpaPostDeleteEventListener(CallbackRegistry callbackRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
injectCallbackRegistry(CallbackRegistry callbackRegistry)
Injection of the CallbackRegistry
|
void |
onPostDelete(PostDeleteEvent event) |
boolean |
requiresPostCommitHanding(EntityPersister persister) |
public JpaPostDeleteEventListener()
public JpaPostDeleteEventListener(CallbackRegistry callbackRegistry)
public void injectCallbackRegistry(CallbackRegistry callbackRegistry)
CallbackRegistryConsumerinjectCallbackRegistry in interface CallbackRegistryConsumercallbackRegistry - The CallbackRegistrypublic void onPostDelete(PostDeleteEvent event)
onPostDelete in interface PostDeleteEventListenerpublic boolean requiresPostCommitHanding(EntityPersister persister)
requiresPostCommitHanding in interface PostDeleteEventListenerCopyright © 2018 JBoss by Red Hat. All rights reserved.