|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttachCallback
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.makePersistent(T) on the persistent
instance after the copy is made. |
void |
jdoPreAttach()
This method is called during the execution of PersistenceManager.makePersistent(T) on the detached
instance before the copy is made. |
Method Detail |
---|
void jdoPreAttach()
PersistenceManager.makePersistent(T)
on the detached
instance before the copy is made.
void jdoPostAttach(java.lang.Object attached)
PersistenceManager.makePersistent(T)
on the persistent
instance after the copy is made.
attached
- The corresponding (non-attached) instance that was
attached in the call to
PersistenceManager.makePersistent(T)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |