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)
CallbackRegistryConsumer
injectCallbackRegistry
in interface CallbackRegistryConsumer
callbackRegistry
- The CallbackRegistrypublic void onPostDelete(PostDeleteEvent event)
onPostDelete
in interface PostDeleteEventListener
public boolean requiresPostCommitHanding(EntityPersister persister)
requiresPostCommitHanding
in interface PostDeleteEventListener
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.