makePersistent
, which makes the closure of the instance persistent, the closure of the instance is not deleted from the data store. This method has no effect if the instance is already deleted in the current transaction. This method throws JDOUserException
if the instance is transient or is managed by another PersistenceManager
.
@param pc a persistent instance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|