| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface DetachLifecycleListenerextends InstanceLifecycleListenerMethod Summary | |
void |
|
void |
|
public void postDetach(InstanceLifecycleEvent event)
This method is called during the execution ofPersistenceManager.detachCopy(Object)after the detached copy is made. It is called after the methodDetachCallback.jdoPreDetach()is called on the detached instance.
- Parameters:
event- the detach event.
- Since:
- 2.0
public void preDetach(InstanceLifecycleEvent event)
This method is called during the execution ofPersistenceManager.detachCopy(Object)before the detached copy is made. It is called before the methodDetachCallback.jdoPreDetach()is called on the instance to be detached.
- Parameters:
event- the detach event.
- Since:
- 2.0