|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DetachLifecycleListener
This interface is implemented by listeners to be notified of detach events.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |