|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to notify instances of attach events.
Method Summary | |
void |
jdoPostAttach(java.lang.Object attached)
This method is called during the execution of PersistenceManager.attachCopy(java.lang.Object, boolean) on the persistent
instance after the copy is made. |
void |
jdoPreAttach()
This method is called during the execution of PersistenceManager.attachCopy(java.lang.Object, boolean) before the copy is made. |
Method Detail |
public void jdoPreAttach()
PersistenceManager.attachCopy(java.lang.Object, boolean)
before the copy is made.
public void jdoPostAttach(java.lang.Object attached)
PersistenceManager.attachCopy(java.lang.Object, boolean)
on the persistent
instance after the copy is made.
attached
- The corresponding (non-attached) instance that was
attached in the call to PersistenceManager.attachCopy(java.lang.Object, boolean)
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |