ObjectDB ObjectDB

preDelete(event) - JDO DeleteLifecycleListener's method

Invoked whenever a persistent instance is deleted, for example during javax.jdo.PersistenceManager.deletePersistent. Access to field values within this call are permitted.

This method is called before the instance callback DeleteCallback.jdoPreDelete.

Parameters:
event - the delete event.
Since:
JDO 2.0