|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DetachCallback
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(T) on the
detached instance after the copy is made. |
void |
jdoPreDetach()
This method is called during the execution of PersistenceManager.detachCopy(T) on the
persistent instance before the copy is made. |
Method Detail |
---|
void jdoPreDetach()
PersistenceManager.detachCopy(T)
on the
persistent instance before the copy is made.
void jdoPostDetach(java.lang.Object detached)
PersistenceManager.detachCopy(T)
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 |