| 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. |
code | html |
| GetObjectIdForNull | Title: Get Object Id For Null
Keywords: jdohelper Assertion ID: A8.3-4. |
code | html |
| GetObjectIdForTransient | Title: Get Object Id For Transient
Keywords: jdohelper Assertion ID: A8.3-2. |
code | html |
| GetObjectIdNotPersistenceCapable | Title: Get Object Id Not Persistence Capable
Keywords: jdohelper Assertion ID: A8.3-3. |
code | html |
| GetObjectIds | Title: Test GetObjectIds
Keywords: getObjectIds getObjectId Assertion IDs: A8.3-11 Assertion Description: These methods return the JDO identities of the parameter instances. |
code | html |
| GetPersistenceManager | Title: Get Persistence Manager
Keywords: jdohelper Assertion ID: A8.1-1. |
code | html |
| GetPersistenceManagerForNull | Title: Get Persistence Manager For Null
Keywords: jdohelper Assertion ID: A8.1-4. |
code | html |
| GetPersistenceManagerForTransient | Title: Get Persistence Manager For Transien
Keywords: jdohelper Assertion ID: A8.1-2. |
code | html |
| GetPersistenceManagerNotPersistenceCapable | Title: Get Persistence Manager Not Persistence Capable
Keywords: jdohelper Assertion ID: A8.1-3. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| IsDetached | Title: Test IsDetached
Keywords: Assertion IDs: A8.5.6-1 Assertion Description: Instances that have been detached return true. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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 . |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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 . |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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 . |
code | html |
| 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 . |
code | html |
| 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 . |
code | html |
| 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. |
code | html |
| 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. |
code | html |
| 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. |
code | html |