Package org.apache.jdo.tck.api.jdohelper

Class Summary
GetObjectId Title: Get Objectid
Keywords: jdohelper
Assertion ID: A8.3-1
Assertion Description: The jdohelper.getObjectId method returns an ObjectId instance that represents the object identity of the specified JDO Instance.
GetObjectIdForNull Title: Get Object Id For Null
Keywords: jdohelper
Assertion ID: A8.3-4.
GetObjectIdForTransient Title: Get Object Id For Transient
Keywords: jdohelper
Assertion ID: A8.3-2.
GetObjectIdNotPersistenceCapable Title: Get Object Id Not Persistence Capable
Keywords: jdohelper
Assertion ID: A8.3-3.
GetPersistenceManager Title: Get Persistence Manager
Keywords: jdohelper
Assertion ID: A8.1-1.
GetPersistenceManagerForNull Title: Get Persistence Manager For Null
Keywords: jdohelper
Assertion ID: A8.1-4.
GetPersistenceManagerForTransient Title: Get Persistence Manager For Transien
Keywords: jdohelper
Assertion ID: A8.1-2.
GetPersistenceManagerNotPersistenceCapable Title: Get Persistence Manager Not Persistence Capable
Keywords: jdohelper
Assertion ID: A8.1-3.
GetTransactionalObjectId Title: Get Transactional Object Id
Keywords: jdohelper
Assertion ID: A8.3-5
Assertion Description: If the object parameter implements PersistenceCapable, JDOHelper.getTransactionalObjectId delegates to the parameter instance and returns the JDO identity of the instance.
GetTransactionalObjectIdForNull Title: Get Transactional Object Id For Null
Keywords: jdohelper
Assertion ID: A8.3-8
Assertion Description: The jdohelper.getTransactionalObjectIdForNull method returns null if Object is null.Evaluating to true when == is used.
GetTransactionalObjectIdForTransient Title: Get Transactional Object Id For Transient
Keywords: jdohelper
Assertion ID: A8.3-6
Assertion Description: The jdohelper.getTransactionalObjectIdForTransient method returns null if Object is a transient.Evaluating to true when == is used.
GetTransactionalObjectIdNotPersistenceCapable Title: Get Object Id Not Persistence Capable
Keywords: jdohelper
Assertion ID: A8.3-7
Assertion Description: The jdohelper.getTransactionalObjectId method returns null if Object is not PC.Evaluating to true when == is used.
IsDeleted Title: Is Deleted
Keywords: jdohelper
Assertion ID: A8.4.5-1
Assertion Description: The jdohelper.isDeleted method returns true if the instance of persistence capable have been deleted in the current transaction evaluating to true when == is used.
IsDeletedFalse Title: Is Deleted False
Keywords: jdohelper
Assertion ID: A8.4.5-2
Assertion Description: The object parameter that implements PersistenceCapable, JDOHelper.isDeleted delegates to the parameter instance and instances that have not been deleted in the current transaction return false.
IsDeletedForNull Title: Is Deleted For Null
Keywords: jdohelper
Assertion ID: A8.4.5-5
Assertion Description: The jdohelper.isDeleted method returns false for the instance of null, evaluating to true when == is used.
IsDeletedForTransient Title: Is Deleted For Transient
Keywords: jdohelper
Assertion ID: A8.4.5-3
Assertion Description: The JDOHelper.IsDeleted method returns false if the instance is a transient, evaluating to true when == is used.
IsDeletedNotPersistenceCapable Title: Is Deleted Not Persistence Capable
Keywords: jdohelper
Assertion ID: A8.4.5-4
Assertion Description: The JDOHelper.IsDeleted method returns false if the instance is not persistence capable , evaluating to true when == is used.
IsDirty Title: Is Dirty
Keywords: jdohelper
Assertion ID: A8.4.1-1
Assertion Description: The jdohelper.isDirty method returns true if the instance of persistence capable have changed the state in the current transaction evaluating to true when == is used.
IsDirtyFalse Title: Is Dirty False
Keywords: jdohelper
Assertion ID: A8.4.1-2
Assertion Description: The jdohelper.isDirty method returns false if the instance of persistence capable have not changed the state in the current transaction evaluating to true when == is used.
IsDirtyForNull Title: Is Dirty For Null
Keywords: jdohelper
Assertion ID: A8.4.1-5
Assertion Description: The jdohelper.isDirty method returns false if the instance is null, evaluating to true when == is used.
IsDirtyForTransient Title: Is Dirty For Transient
Keywords: jdohelper
Assertion ID: A8.4.1-3
Assertion Description: The jdohelper.isDirty method returns false If the instance is transient, evaluating to true when == is used.
IsDirtyNotPersistenceCapable Title: Is Dirty Not Persistence Capable
Keywords: jdohelper
Assertion ID: A8.4.1-4
Assertion Description: The jdohelper.isDirty method returns false If the instance does not implement PersistenceCapable evaluating to true when == is used.
IsNew Title: Is New
Keywords: jdohelper
Assertion ID: A8.4.4-1
Assertion Description: The jdohelper.isNew method returns true for instances that have been made persistent in the current transactionthe evaluating to true when == is used.
IsNewFalse Title: Is New False
Keywords: jdohelper
Assertion ID: A8.4.4-2
Assertion Description: The jdohelper.isnew method returns false for the instances that have not been made persistent in the current transaction evaluating to true when == is used.
IsNewForNull Title: Is New For Null
Keywords: jdohelper
Assertion ID: A8.4.4-5
Assertion Description: The jdohelper.isNew method returns false for the instance which is null, evaluating to true when == is used.
IsNewForTransient Title: Is New For Transient
Keywords: jdohelper
Assertion ID: A8.4.4-3
Assertion Description: The jdohelper.isNew method returns false If the instance is transient, evaluating to true when == is used.
IsNewNotPersistenceCapable Title: Is New Not Persistence Capable
Keywords: jdohelper
Assertion ID: A8.4.4-4
Assertion Description: The jdohelper.isNew method returns false If the instance does not implement PersistenceCapable evaluating to true when == is used.
IsPersistent Title: Is Persistent
Keywords: jdohelper
Assertion ID: A8.4.3-1
Assertion Description: The JDOHelper.isPersistent method returns true if instances represent persistent objects in the data store true when == is used.
IsPersistentFalse Title: Is Persistent False
Keywords: jdohelper
Assertion ID: A8.4.3-2
Assertion Description: The jdohelper.isPersistent method returns false for instances which do not represent persistent objects in the data store .
IsPersistentForNull Title: Is Persistent For Null
Keywords: jdohelper
Assertion ID: A8.4.3-5
Assertion Description: The jdohelper.isPersistent method returns false for the instance which is null, evaluating to true when == is used.
IsPersistentForTransient Title: Is Persistent For Transient
Keywords: jdohelper
Assertion ID: A8.4.3-3
Assertion Description: The jdohelper.isPersistent method returns false If the instance is transient, evaluating to true when == is used.
IsPersistentNotPersistenceCapable Title: Is Persistent Not Persistence Capable
Keywords: jdohelper
Assertion ID: A8.4.3-4
Assertion Description: The jdohelper.isPersistent method returns false If the instance does not implement PersistenceCapable evaluating to true when == is used.
IsTransactional Title: Is Transactional
Keywords: jdohelper
Assertion ID: A8.4.2-1
Assertion Description: The jdohelper.isTransactional method returns true and delegates to the parameter instance and instances whose state is associated with the current transaction .
IsTransactionalFalse Title: Is Transactional False
Keywords: jdohelper
Assertion ID: A8.4.2-2
Assertion Description: The jdohelper.isTransactional method returns false and delegates to the parameter instance and instances whose state is not associated with the current transaction return false.
IsTransactionalForNull Title: Is Transactional For Null
Keywords: jdohelper
Assertion ID: A8.4.2-5
Assertion Description: The jdohelper.isTransactional method returns false, if the instance is null.
IsTransactionalForTransient Title: Is Transactional For Transient
Keywords: jdohelper
Assertion ID: A8.4.2-3
Assertion Description: The jdohelper.isTransactional method returns false if the instance is transien .
IsTransactionalNotPersistenceCapable Title: Is Transactional Not Persistence Capable
Keywords: jdohelper
Assertion ID: A8.4.2-4
Assertion Description: The jdohelper.isTransactional method returns false If the instance does not implement PersistenceCapable .
MakeDirty Title: Make Dirty
Keywords: jdohelper
Assertion ID: A8.2-1
Assertion Description: The jdohelper.makeDirty method delegates to the parameter instance and marks the specified field dirty if parameter is instance of Persistence capable .
MakeDirtyForNull Title: Make Dirty For Null
Keywords: jdohelper
Assertion ID: A8.2-3
Assertion Description: The JDOHelper.makeDirty method has no affect if the instance is null, evaluating to true when == is used.
MakeDirtyForTransient Title: Make Dirty For Transient
Keywords: jdohelper
Assertion ID: A8.2-2
Assertion Description: The JDOHelper.makeDirty method has no affect if the instance is transient, evaluating to true when == is used.
MakeDirtyNotPersistenceCapable Title: Make Dirty Not Persistence Capable
Keywords: jdohelper
Assertion ID: A8.2-4
Assertion Description: The JDOHelper.makeDirty method has no affect if the instance is not persistence capable evaluating to true when == is used.
 



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