public interface AttachCallback
| Modifier and Type | Method and Description |
|---|---|
void |
jdoPostAttach(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. |
void jdoPreAttach()
PersistenceManager.makePersistent(T) on the detached
instance before the copy is made.void jdoPostAttach(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).Copyright © 2005–1970 Apache Software Foundation. All rights reserved.