ObjectDB ObjectDB

jdoIsDetached() - JDO PersistenceCapable's method

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

Tests whether this object has been detached. Instances that have been detached return true.

Transient instances return false.

Returns:
true if this instance is detached.
Since:
JDO 2.0
See Also:
javax.jdo.JDOHelper.isDetached(Object pc)