JDO Method
in javax.jdo.spi.StateManager

boolean isDirty(
  PersistenceCapable pc
)


Tests whether this object is dirty. Instances that have been modified, deleted, or newly made persistent in the current transaction return true.

Transient nontransactional instances return false.

Parameters:
pc - the calling PersistenceCapable instance
Return:
true if this instance has been modified in the current transaction.
See Also:
PersistenceCapable(String fieldName)
Since:
JDO 1.0