boolean jdoIsDirty()
Tests whether this object is dirty. Instances that have been modified, deleted, or newly made persistent in the current transaction return true.
Transient instances return false.
- Return:
- true if this instance has been modified in the current transaction.
- See Also:
javax.jdo.JDOHelper.isDirty(Object pc)
javax.jdo.JDOHelper.makeDirty(Object pc,String fieldName)
jdoMakeDirty(String fieldName)
- Since:
- JDO 1.0