| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface AttachCallbackMethod Summary | |
void |
|
void |
|
public void jdoPostAttach(Object attached)
This method is called during the execution ofPersistenceManager.makePersistent(Object)on the persistent instance after the copy is made.
- Parameters:
attached- The corresponding (non-attached) instance that was attached in the call toPersistenceManager.makePersistent(Object).
- Since:
- 2.0
public void jdoPreAttach()
This method is called during the execution ofPersistenceManager.makePersistent(Object)on the detached instance before the copy is made.
- Since:
- 2.0