JDO Method
in javax.jdo.spi.StateManager

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 calling PersistenceCapable instance
Return:
true if this instance is persistent.
See Also:
PersistenceManager.makePersistent(Object pc)
Since:
JDO 1.0