ObjectDB ObjectDB

jdoIsDirty() - JDO PersistenceCapable's method

Method
javax.jdo.spi.PersistenceCapable
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.

Returns:
true if this instance has been modified in the current transaction.
Since:
JDO 1.0
See Also:
javax.jdo.JDOHelper.isDirty(Object pc)
javax.jdo.JDOHelper.makeDirty(Object pc, String fieldName)
jdoMakeDirty(String fieldName)