javax.jdo.listener
Interface DeleteCallback
- InstanceCallbacks
public interface DeleteCallback
This interface is used to notify instances of delete events.
jdoPreDelete
public void jdoPreDelete()
Called before the instance is deleted.
This method is called before the state transition to persistent-deleted
or persistent-new-deleted. Access to field values within this call
are valid. Access to field values after this call are disallowed.
This method is modified by the enhancer so that fields referenced
can be used in the business logic of the method.