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(T) after the
detached copy is made. |
void |
preDetach(InstanceLifecycleEvent event)
This method is called during the execution of
PersistenceManager.detachCopy(T) before the
detached copy is made. |
void preDetach(InstanceLifecycleEvent event)
PersistenceManager.detachCopy(T)
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(T)
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–1970 Apache Software Foundation. All rights reserved.