boolean jdoIsNew()
Tests whether this object has been newly made persistent. Instances that have been made persistent in the current transaction return true.
Transient instances return false.
- Return:
- true if this instance was made persistent in the current transaction.
- See Also:
javax.jdo.JDOHelper.isNew(Object pc)
PersistenceManager.makePersistent(Object pc)
- Since:
- JDO 1.0