ObjectDB ObjectDB

jdoIsPersistent() - JDO PersistenceCapable's method

Method
javax.jdo.spi.PersistenceCapable
boolean jdoIsPersistent()

Tests whether this object is persistent. Instances that represent persistent objects in the data store return true.
Returns:
true if this instance is persistent.
Since:
JDO 1.0
See Also:
javax.jdo.JDOHelper.isPersistent(Object pc)
PersistenceManager.makePersistent(Object pc)