JDO Static Method
in javax.jdo.JDOHelper

boolean isDeleted(
  Object pc
)


Tests whether the parameter instance has been deleted. Instances that have been deleted in the current transaction return true.

Transient instances and instances of classes that do not implement PersistenceCapable return false.

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