jdoIsDeleted() - JDO PersistenceCapable's method
Method javax.jdo.spi.PersistenceCapable
boolean jdoIsDeleted()
Tests whether this object has been deleted. Instances that have been deleted in the current transaction return true.
Transient instances return false.
- Returns:
- true if this instance was deleted in the current transaction.
- Since:
- JDO 1.0