JDO Method
in javax.jdo.spi.StateInterrogation

Boolean isDeleted(
  Object pc
)


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

Instances known by the implementation to be non-deleted return Boolean.FALSE.

Instances not recognized by the implementation return null.

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