ClearCallback
This interface is used to notify instances of clear events.
- Since:
- JDO 2.0
Public Methods
void jdoPreClear()
Transient fields should be cleared in this method. Associations between this instance and others in the runtime environment should be cleared.
This method is not modified by the enhancer.
- Since:
- JDO 2.0