void preAttach(
InstanceLifecycleEvent event
)
This method is called before a detached instance is attached, via the javax.jdo.PersistenceManager.makePersistent method. The source instance is the detached instance. This method is called before the corresponding AttachCallback.jdoPreAttach on the detached instance.
- Parameters:
event
- the attach event.
- Since:
- JDO 2.0