Package org.apache.jdo.tck.api.persistencemanager.detach

Class Summary
DetachAllOnCommit Title: Test DetachAllOnCommit
Keywords: DetachAllOnCommit detach
Assertion IDs: A12.6.8-3
Assertion Description: With this flag set to true, during beforeCompletion all cached instances are prepared for detachment according to the fetch plan in effect at commit.
DetachAttach Title: Test DetachAttach
Keywords: makePersistent detach
Assertion IDs:
Assertion Description: For a detached instance, they locate or create a persistent instance with the same JDO identity as the detached instance
DetachAttachDirty Title: Test DetachAttach
Keywords: makePersistent detach dirty
Assertion IDs: A12.6.8-26
Assertion Description: For a detached instance, they locate or create a persistent instance with the same JDO identity as the detached instance, and merge the persistent state of the detached instance into the persistent instance.
DetachCopy Title: Test DetachCopy
Keywords: detachCopy detach
Assertion IDs: A12.6.8-13, A12.6.8-18, A12.6.8-19, A12.6.8-20
Assertion Description: For each instance in the parameter Collection, a corresponding detached copy is returned.
DetachSerialize Title: Test DetachSerialize
Keywords: serialize detach
Assertion IDs: A12.6.8-4, A12.6.8-5
Assertion Description: The JDO 1.0 specification requires that serialized instances be made ready for serialization by instantiating all serializable persistent fields before calling writeObject.
DetachTest  
SetDetachAllOnCommit Title: Test SetDetachAllOnCommit
Keywords: DetachAllOnCommit commit detach
Assertion IDs: A12.6.8-1, A12.6.8-2
Assertion Description: We define a new property called DetachAllOnCommit PersistenceManager.setDetachAllOnCommit(boolean detachAllOnCommit) sets the DetachAllOnCommit property PersistenceManager.getDetachAllOnCommit() The value of the DetachAllOnCommit flag is returned.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.