boolean jdoIsDeleted()
Tests whether this object has been deleted. Instances that have been deleted in the current transaction return true.
Transient instances return false.
- Return:
- true if this instance was deleted in the current transaction.
- See Also:
javax.jdo.JDOHelper.isDeleted(Object pc)
PersistenceManager.deletePersistent(Object pc)
- Since:
- JDO 1.0