Uses of Class
org.apache.jdo.tck.api.persistencemanager.detach.DetachTest

Packages that use DetachTest
org.apache.jdo.tck.api.jdohelper   
org.apache.jdo.tck.api.persistencemanager.detach   
 

Uses of DetachTest in org.apache.jdo.tck.api.jdohelper
 

Subclasses of DetachTest in org.apache.jdo.tck.api.jdohelper
 class IsDetached
          Title: Test IsDetached
Keywords:
Assertion IDs: A8.5.6-1
Assertion Description: Instances that have been detached return true.
 

Uses of DetachTest in org.apache.jdo.tck.api.persistencemanager.detach
 

Subclasses of DetachTest in org.apache.jdo.tck.api.persistencemanager.detach
 class 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.
 class 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
 class 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.
 class 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.
 class 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.
 class 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.