Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface DetachCallback
Method Summary | |
void |
|
void |
|
public void jdoPostDetach(Object detached)
This method is called during the execution ofPersistenceManager.detachCopy(Object)
on the detached instance after the copy is made.
- Parameters:
detached
- The corresponding (attached) persistent instance.
- Since:
- 2.0
public void jdoPreDetach()
This method is called during the execution ofPersistenceManager.detachCopy(Object)
on the persistent instance before the copy is made.
- Since:
- 2.0