JDO Method
in javax.jdo.spi.StateManager

boolean isDeleted(
  PersistenceCapable pc
)


Tests whether this object has been deleted. Instances that have been deleted in the current transaction return true.

Transient instances return false.

Parameters:
pc - the calling PersistenceCapable instance
Return:
true if this instance was deleted in the current transaction.
See Also:
PersistenceManager.deletePersistent(Object pc)
Since:
JDO 1.0