|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to notify instances of detach events.
Method Summary | |
void |
jdoPostDetach(java.lang.Object detached)
This method is called during the execution of PersistenceManager.detachCopy(java.lang.Object) on the
detached instance after the copy is made. |
void |
jdoPreDetach()
This method is called during the execution of PersistenceManager.detachCopy(java.lang.Object) on the
persistent instance before the copy is made. |
Method Detail |
public void jdoPreDetach()
PersistenceManager.detachCopy(java.lang.Object)
on the
persistent instance before the copy is made.
public void jdoPostDetach(java.lang.Object detached)
PersistenceManager.detachCopy(java.lang.Object)
on the
detached instance after the copy is made.
detached
- The corresponding (attached) persistent instance.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |