isDeleted(pc) - JDO StateManager's method
Method javax.jdo.spi.StateManager
boolean isDeleted(
PersistenceCapable pc
)
true
. Transient instances return false
.
- Parameters:
-
pc
- the callingPersistenceCapable
instance
- Returns:
-
true
if this instance was deleted in the current transaction.
- Since:
- JDO 1.0