javax.jdo.listener
Interface DeleteCallback

All Known Subinterfaces:
InstanceCallbacks

public interface DeleteCallback

This interface is used to notify instances of delete events.

Since:
2.0
Version:
2.0

Method Summary
 void jdoPreDelete()
          Called before the instance is deleted.
 

Method Detail

jdoPreDelete

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.



Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache JDO2 API 2.0 Reference (DEPRECATED)
12c Release 1 (12.1.1)
Part Number E24397_01