ObjectDB ObjectDB

jdoPostDetach(detached) - JDO DetachCallback's method

Method
javax.jdo.listener.DetachCallback
void jdoPostDetach(
  Object detached
)

This method is called during the execution of javax.jdo.PersistenceManager.detachCopy on the detached instance after the copy is made.
Parameters:
detached - The corresponding (attached) persistent instance.
Since:
JDO 2.0