boolean isPersistent(
PersistenceCapable pc
)
Tests whether this object is persistent. Instances whose state is stored in the data store return
true
. Transient instances return false
.
- Parameters:
pc
- the callingPersistenceCapable
instance
- Return:
-
true
if this instance is persistent.
- See Also:
PersistenceManager.makePersistent(Object pc)
- Since:
- JDO 1.0