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 callingPersistenceCapable
instance
- Return:
-
true
if this instance has been modified in the current transaction.
- See Also:
PersistenceCapable(String fieldName)
- Since:
- JDO 1.0