DetachCallback
This interface is used to notify instances of detach events.
- Since:
- JDO 2.0
Public Methods
void jdoPostDetach(Object detached)
- Parameters:
detached
- The corresponding (attached) persistent instance.
- Since:
- JDO 2.0
void jdoPreDetach()
- Since:
- JDO 2.0