Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface DeleteLifecycleListener
extends InstanceLifecycleListener
Method Summary | |
void |
|
void |
|
public void postDelete(InstanceLifecycleEvent event)
Invoked whenever a persistent instance is deleted, for example duringPersistenceManager.deletePersistent(Object)
. This method is called after the instance transitions to persistent-deleted. Access to field values is not permitted.
- Parameters:
event
- the delete event.
- Since:
- 2.0
public void preDelete(InstanceLifecycleEvent event)
Invoked whenever a persistent instance is deleted, for example duringPersistenceManager.deletePersistent(Object)
. Access to field values within this call are permitted. This method is called before the instance callbackDeleteCallback.jdoPreDelete()
.
- Parameters:
event
- the delete event.
- Since:
- 2.0