public interface DetachLifecycleListener extends InstanceLifecycleListener
Modifier and Type | Method and Description |
---|---|
void |
postDetach(InstanceLifecycleEvent event)
This method is called during the execution of
PersistenceManager.detachCopy(java.lang.Object) after the
detached copy is made. |
void |
preDetach(InstanceLifecycleEvent event)
This method is called during the execution of
PersistenceManager.detachCopy(java.lang.Object) before the
detached copy is made. |
void preDetach(InstanceLifecycleEvent event)
PersistenceManager.detachCopy(java.lang.Object)
before the
detached copy is made. It is called before the method
DetachCallback.jdoPreDetach()
is called on the
instance to be detached.event
- the detach event.void postDetach(InstanceLifecycleEvent event)
PersistenceManager.detachCopy(java.lang.Object)
after the
detached copy is made. It is called after the method
DetachCallback.jdoPreDetach()
is called on
the detached instance.event
- the detach event.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.