JDO Static Method
in javax.jdo.JDOHelper

boolean isDetached(
  Object pc
)


Tests whether the parameter instance has been detached. Instances that have been detached return true.

Transient instances return false.

Parameters:
pc - the instance
Return:
true if this instance is detached.
See Also:
PersistenceCapable.jdoIsDetached()
Since:
JDO 2.0