javax.jdo.listener.DetachLifecycleListener - JDO interface
javax.jdo.listener
Interface DetachLifecycleListener
- Superinterfaces:
-
InstanceLifecycleListener
- Since:
- JDO 2.0
javax.jdo.PersistenceManager.detachCopy
after the detached copy is made. It is called after the method
DetachCallback.jdoPreDetach
is called on the detached instance.
- Parameters:
-
event
- the detach event.
- Since:
- JDO 2.0
javax.jdo.PersistenceManager.detachCopy
before the detached copy is made. It is called before the method
DetachCallback.jdoPreDetach
is called on the instance to be detached.
- Parameters:
-
event
- the detach event.
- Since:
- JDO 2.0