void postAttach(
InstanceLifecycleEvent event
)
This method is called after a detached instance is attached, via the javax.jdo.PersistenceManager.makePersistent method. The source instance is the corresponding persistent instance in the cache; the target instance is the detached instance. This method is called after the corresponding AttachCallback.jdoPostAttach on the persistent instance.
- Parameters:
event
- the attach event.
- Since:
- JDO 2.0