javax.jdo.listener

Interface ClearCallback

Known Subinterfaces:
InstanceCallbacks

public interface ClearCallback

This interface is used to notify instances of clear events.
Version:
2.0
Since:
2.0

Method Summary

void
jdoPreClear()
Called before the values in the instance are cleared.

Method Details

jdoPreClear

public void jdoPreClear()
Called before the values in the instance are cleared.

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.