A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

APPLICATION_IDENTITY - Static variable in class org.apache.jdo.tck.JDO_Test
identitytype value for applicationidentity.
ASSERTION10_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION11_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION12_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION13_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION14_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION1_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION2_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION3_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION4_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION5_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION6_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION7_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION8_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION9_FAILED - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
ASSERTION_FAILED - Static variable in class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreCommit
 
ASSERTION_FAILED - Static variable in class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreCommitConflict
 
ASSERTION_FAILED - Static variable in class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreRollback
 
ASSERTION_FAILED - Static variable in class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticCommit
 
ASSERTION_FAILED - Static variable in class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticCommitConflict
 
ASSERTION_FAILED - Static variable in class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticRollback
 
ASSERTION_FAILED - Static variable in class org.apache.jdo.tck.lifecycle.NontransactionalWriteThrows
 
AbstractFetchPlanTest - class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest.
This class is an abstract superclass for the fetch plan tests.
AbstractFetchPlanTest() - Constructor for class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
 
AbstractInstanceLifecycleListener - class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.
Title: Abstract test AbstractInstanceLifecycleListener
Keywords: LifeCycleListener lifecycle listener callback
Assertion IDs: A12.15-1, A12.15-2, A12.15-3, A12.15-4, A12.15-5, A12.15-6, A12.15-7, A12.15-8, A12.15-9, A12.15-10, A12.15-11, A12.15-12, A12.15-13, A12.15-14,
Assertion Description: A12.15-1 void postCreate(InstanceLifecycleEvent event); This method is called whenever a persistent instance is created, during makePersistent.
AbstractInstanceLifecycleListener() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
 
AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl - class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl.
The LifeCycleListener to be registered with the PersistenceManager.
AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
AbstractPCPointSingleField - class org.apache.jdo.tck.pc.singlefieldidentity.AbstractPCPointSingleField.
This is the super class for all PCPoint single indentity classes.
AbstractPCPointSingleField() - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.AbstractPCPointSingleField
 
AccessOtherInstancesInPrestore - class org.apache.jdo.tck.api.instancecallbacks.AccessOtherInstancesInPrestore.
Title: Access Other Instances In Prestore Method
Keywords: instancecallbacks
Assertion ID: A10.2-3.
AccessOtherInstancesInPrestore() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.AccessOtherInstancesInPrestore
 
AccessingFieldsInPredelete - class org.apache.jdo.tck.api.instancecallbacks.AccessingFieldsInPredelete.
Title: Accessing Fields In Predelete
Keywords: instancecallbacks
Assertion ID: A10.4-2.
AccessingFieldsInPredelete() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.AccessingFieldsInPredelete
 
Address - class org.apache.jdo.tck.pc.company.Address.
This class represents a postal address.
Address() - Constructor for class org.apache.jdo.tck.pc.company.Address
This is the JDO-required no-args constructor.
Address(long, String, String, String, String, String) - Constructor for class org.apache.jdo.tck.pc.company.Address
This constructor initializes the Address components.
Address.Oid - class org.apache.jdo.tck.pc.company.Address.Oid.
This class is used to represent the application identifier for the Address class.
Address.Oid() - Constructor for class org.apache.jdo.tck.pc.company.Address.Oid
The required public, no-arg constructor.
Address.Oid(long) - Constructor for class org.apache.jdo.tck.pc.company.Address.Oid
A constructor to initialize the identifier field.
Address.Oid(String) - Constructor for class org.apache.jdo.tck.pc.company.Address.Oid
 
AfterCloseAllMethodsThrowException - class org.apache.jdo.tck.api.persistencemanager.close.AfterCloseAllMethodsThrowException.
Title: AfterCloseAllMethodsThrowException
Keywords: exception
Assertion IDs: A12.5-6
Assertion Description: After the PersistenceManager.close method completes, all methods on PersistenceManager except isClosed throw a JDOFatalUserException.
AfterCloseAllMethodsThrowException() - Constructor for class org.apache.jdo.tck.api.persistencemanager.close.AfterCloseAllMethodsThrowException
 
AfterCloseGetPMThrowsException - class org.apache.jdo.tck.api.persistencemanagerfactory.AfterCloseGetPMThrowsException.
Title:AfterCloseGetPMThrowsException of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.4-9B.
AfterCloseGetPMThrowsException() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.AfterCloseGetPMThrowsException
 
AfterCloseSetMethodsThrowException - class org.apache.jdo.tck.api.persistencemanagerfactory.AfterCloseSetMethodsThrowException.
Title:AfterCloseSetMethodsThrowException
Keywords: persistencemanagerfactory
Assertion IDs: A11.4-9A.
AfterCloseSetMethodsThrowException() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.AfterCloseSetMethodsThrowException
 
AfterCompletionMethodCalledWhenCommitted - class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenCommitted.
Title: After Completion Method Called When Committed
Keywords: transactions
Assertion ID: A13.4.3-6.
AfterCompletionMethodCalledWhenCommitted() - Constructor for class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenCommitted
 
AfterCompletionMethodCalledWhenRolledback - class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenRolledback.
Title: After Completion Method Called When Rolledback
Keywords: transactions
Assertion ID: A13.4.3-7.
AfterCompletionMethodCalledWhenRolledback() - Constructor for class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenRolledback
 
AfterGetPersistenceManagerNoSetMethodsSucceed - class org.apache.jdo.tck.api.persistencemanagerfactory.AfterGetPersistenceManagerNoSetMethodsSucceed.
Title: After GetPersistenceManager No Set Methods Succeed
Keywords:
Assertion ID: A11.3-3.
AfterGetPersistenceManagerNoSetMethodsSucceed() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.AfterGetPersistenceManagerNoSetMethodsSucceed
 
AfterSetRollbackOnlyCommitFails - class org.apache.jdo.tck.transactions.AfterSetRollbackOnlyCommitFails.
Title: Test AfterSetRollbackOnlyCommitFails
Keywords: rollback commit setRollbackOnly
Assertion IDs: A13.4.5-1
Assertion Description: Once a transaction has been marked for rollback via setRollbackOnly, the commit method will always fail with JDOFatalDataStoreException.
AfterSetRollbackOnlyCommitFails() - Constructor for class org.apache.jdo.tck.transactions.AfterSetRollbackOnlyCommitFails
 
AggregateResult - class org.apache.jdo.tck.query.result.AggregateResult.
Title: Aggregate Result.
AggregateResult() - Constructor for class org.apache.jdo.tck.query.result.AggregateResult
 
AllPersist - class org.apache.jdo.tck.pc.inheritance.AllPersist.
 
AllPersist() - Constructor for class org.apache.jdo.tck.pc.inheritance.AllPersist
 
AllPersist(int, double, int) - Constructor for class org.apache.jdo.tck.pc.inheritance.AllPersist
 
AllPersist.Id - class org.apache.jdo.tck.pc.inheritance.AllPersist.Id.
 
AllPersist.Id() - Constructor for class org.apache.jdo.tck.pc.inheritance.AllPersist.Id
 
AllPersist.Id(int) - Constructor for class org.apache.jdo.tck.pc.inheritance.AllPersist.Id
 
AllPersist.Id(String) - Constructor for class org.apache.jdo.tck.pc.inheritance.AllPersist.Id
 
AllPersist2 - class org.apache.jdo.tck.pc.inheritance.AllPersist2.
 
AllPersist2() - Constructor for class org.apache.jdo.tck.pc.inheritance.AllPersist2
 
AllPersist2(int, double, int, char, boolean, float) - Constructor for class org.apache.jdo.tck.pc.inheritance.AllPersist2
 
AllPersist3 - class org.apache.jdo.tck.pc.inheritance.AllPersist3.
 
AllPersist3() - Constructor for class org.apache.jdo.tck.pc.inheritance.AllPersist3
 
AllPersist3(int, double, int, char, boolean, float, short) - Constructor for class org.apache.jdo.tck.pc.inheritance.AllPersist3
 
AllPersist4 - class org.apache.jdo.tck.pc.inheritance.AllPersist4.
 
AllPersist4() - Constructor for class org.apache.jdo.tck.pc.inheritance.AllPersist4
 
AllPersist4(int, double, int, char, boolean, float, short, short, int) - Constructor for class org.apache.jdo.tck.pc.inheritance.AllPersist4
 
AllTypes - class org.apache.jdo.tck.pc.fieldtypes.AllTypes.
 
AllTypes() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
AllTypes(int) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
AllTypes.Oid - class org.apache.jdo.tck.pc.fieldtypes.AllTypes.Oid.
 
AllTypes.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.AllTypes.Oid
 
AllTypes.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.AllTypes.Oid
 
AllTypesParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
AllowedAPIMethods - class org.apache.jdo.tck.query.sql.AllowedAPIMethods.
Title: Allowed API Methods.
AllowedAPIMethods() - Constructor for class org.apache.jdo.tck.query.sql.AllowedAPIMethods
 
ArrayCollections - class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections.
 
ArrayCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections.Oid.
 
ArrayCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections.Oid
 
ArrayCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections.Oid
 
ArrayListCollections - class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections.
 
ArrayListCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections.Oid.
 
ArrayListCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections.Oid
 
ArrayListCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections.Oid
 
ArrayListOfBigDecimal18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfBigDecimal19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfBigDecimal20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfBigInteger21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfBigInteger22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfBigInteger23 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfByte24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfByte25 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfByte26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfDate12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfDate13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfDate14 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfDouble27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfDouble28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfDouble29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfFloat30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfFloat31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfFloat32 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfInteger33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfInteger34 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfInteger35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfLocale15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfLocale16 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfLocale17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfLong36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfLong37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfLong38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfObject0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfObject1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfObject2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfShort39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfShort40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfShort41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfSimpleClass3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfSimpleClass4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfSimpleClass5 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfSimpleInterface6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfSimpleInterface7 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfSimpleInterface8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfString10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfString11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayListOfString9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
ArrayOfBigDecimal12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfBigDecimal13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfBigInteger14 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfBigInteger15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfByte16 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfByte17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfDate8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfDate9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfDouble18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfDouble19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfFloat20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfFloat21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfInteger22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfInteger23 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfLocale10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfLocale11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfLong24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfLong25 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfObject0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfObject1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfShort26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfShort27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfSimpleClass2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfSimpleClass3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfSimpleInterface4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfSimpleInterface5 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfString6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
ArrayOfString7 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
AssignmentPrePostIncrementDecrementNotSupported - class org.apache.jdo.tck.query.jdoql.AssignmentPrePostIncrementDecrementNotSupported.
Title: Assignment, Pre- and Post-Increment and Decrement Operators are not supported
Keywords: query
Assertion IDs: A14.6.2-7.
AssignmentPrePostIncrementDecrementNotSupported() - Constructor for class org.apache.jdo.tck.query.jdoql.AssignmentPrePostIncrementDecrementNotSupported
 
aborted - Variable in class org.apache.jdo.tck.api.persistencemanagerfactory.CloseFailsIfTransactionActive
 
addAdvisee(Employee) - Method in class org.apache.jdo.tck.pc.company.Employee
Add an Employee as an advisee of this HR advisor.
addCartEntry(CartEntry) - Method in class org.apache.jdo.tck.pc.shoppingcart.Cart
 
addChild(InstanceCallbackClass) - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
addDepartment(Department) - Method in class org.apache.jdo.tck.pc.company.Company
Add a Department instance to the company.
addEmployee(Employee) - Method in class org.apache.jdo.tck.pc.company.Department
Add an employee to the department.
addError(Test, Throwable) - Method in class org.apache.jdo.tck.util.BatchResultPrinter
Called in case of a test error.
addFailure(Test, AssertionFailedError) - Method in class org.apache.jdo.tck.util.BatchResultPrinter
Called in case of a test failure.
addFundedEmp(Employee) - Method in class org.apache.jdo.tck.pc.company.Department
Add an employee to the collection of funded employees of this department.
addListener() - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
Register a new InstanceLifecycleListenerImpl with the PersistenceManager.
addMember(Employee) - Method in class org.apache.jdo.tck.pc.company.Project
Add a new member to the project.
addProject(Project) - Method in class org.apache.jdo.tck.pc.company.Employee
Add a project for the employee.
addReviewedProjects(Project) - Method in class org.apache.jdo.tck.pc.company.Employee
Add a reviewed project.
addReviewer(Employee) - Method in class org.apache.jdo.tck.pc.company.Project
Add a reviewer to the project.
addTearDownClass(Class) - Method in class org.apache.jdo.tck.JDO_Test
 
addTearDownClass(Class[]) - Method in class org.apache.jdo.tck.JDO_Test
 
addTearDownInstance(Object) - Method in class org.apache.jdo.tck.JDO_Test
 
addTearDownObjectId(Object) - Method in class org.apache.jdo.tck.JDO_Test
 
addToTeam(Employee) - Method in class org.apache.jdo.tck.pc.company.Employee
Add an Employee to this employee's team.
addrid - Variable in class org.apache.jdo.tck.pc.company.Address.Oid
This is the identifier field for Address and must correspond in type and name to the field in Address.
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenCommitted
 
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenRolledback
 
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.BeforeCompletionMethodCalled
 
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.BeforeCompletionMethodNotCalledBeforeRollback
 
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.Commit
 
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.GetSynchronization
 
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.IsActiveUntilAfterCompletionMethodCalled
 
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.Rollback
 
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.SetNontransactionalReadCalledDuringTxCompletion
 
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.SetNontransactionalWriteCalledDuringTxCompletion
 
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.SetOptimisticCalledDuringTxCompletion
 
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.SetRetainValuesCalledDuringTxCompletion
 
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.SetSynchronization
 
afterCompletion(int) - Method in class org.apache.jdo.tck.transactions.SetSynchronizationToNull
 
afterGetObjectById - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
appendMessage(String) - Static method in class org.apache.jdo.tck.JDO_Test
Appends to error messages.
applicationStep - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
arraySize - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
arrayToMap(Object[][]) - Static method in class org.apache.jdo.tck.util.ConversionHelper
Converts the given array into a Map.
assertGetX(PCPoint, int, String, String) - Method in class org.apache.jdo.tck.api.persistencemanager.PersistenceManagerTest
 
attemptsComplete() - Method in class org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances
 
attributeOpCausingExceptions - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
await() - Method in class org.apache.jdo.tck.util.RogueBarrier
Waits until all parties have invoked await on this barrier.

B

BEAN_FACTORY_NAME - Static variable in class org.apache.jdo.tck.pc.company.CompanyModelReader
The bean-factory name in the xml input files.
BatchResultPrinter - class org.apache.jdo.tck.util.BatchResultPrinter.
Default result printer implementation for running tests in batch mode.
BatchResultPrinter(ConsoleFileOutput) - Constructor for class org.apache.jdo.tck.util.BatchResultPrinter
 
BatchResultPrinter(PrintStream) - Constructor for class org.apache.jdo.tck.util.BatchResultPrinter
 
BatchTestRunner - class org.apache.jdo.tck.util.BatchTestRunner.
TestRunner class for running a single test or a test suite in batch mode.
BatchTestRunner() - Constructor for class org.apache.jdo.tck.util.BatchTestRunner
Constructor.
BatchTestRunner(ResultPrinter) - Constructor for class org.apache.jdo.tck.util.BatchTestRunner
Constructor.
BeforeCompletionMethodCalled - class org.apache.jdo.tck.transactions.BeforeCompletionMethodCalled.
Title: Before Completion Method Called
Keywords: transactions
Assertion ID: A13.4.3-4.
BeforeCompletionMethodCalled() - Constructor for class org.apache.jdo.tck.transactions.BeforeCompletionMethodCalled
 
BeforeCompletionMethodNotCalledBeforeRollback - class org.apache.jdo.tck.transactions.BeforeCompletionMethodNotCalledBeforeRollback.
Title: Before Completion Method Not Called Before Rolledback
Keywords: transactions
Assertion ID: A13.4.3-5.
BeforeCompletionMethodNotCalledBeforeRollback() - Constructor for class org.apache.jdo.tck.transactions.BeforeCompletionMethodNotCalledBeforeRollback
 
BigDecimal100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimal99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
BigDecimalParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
BigDecimal_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
BigInteger100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigInteger99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
BigIntegerParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
BigInteger_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
BinaryAddition - class org.apache.jdo.tck.query.jdoql.operators.BinaryAddition.
Title: Binary Addition Query Operator
Keywords: query
Assertion ID: A14.6.2-26.
BinaryAddition() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.BinaryAddition
 
BinarySubtraction - class org.apache.jdo.tck.query.jdoql.operators.BinarySubtraction.
Title: Binary Subtraction Query Operator
Keywords: query
Assertion ID: A14.6.2-28.
BinarySubtraction() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.BinarySubtraction
 
BitwiseComplement - class org.apache.jdo.tck.query.jdoql.operators.BitwiseComplement.
Title: Bitwise Complement Query Operator
Keywords: query
Assertion ID: A14.6.2-24.
BitwiseComplement() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.BitwiseComplement
 
Boolean100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
Boolean99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
BooleanLogicalAND - class org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalAND.
Title: Boolean Logical AND Query Operator
Keywords: query
Assertion ID: A14.6.2-20.
BooleanLogicalAND() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalAND
 
BooleanLogicalOR - class org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalOR.
Title: Boolean Logical OR Query Operator
Keywords: query
Assertion ID: A14.6.2-22.
BooleanLogicalOR() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalOR
 
BooleanParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
Boolean_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
BoundParameterCheck - class org.apache.jdo.tck.query.jdoql.parameters.BoundParameterCheck.
Title: Each parameter named in the parameter declaration must be bound to a value when executing the query.
BoundParameterCheck() - Constructor for class org.apache.jdo.tck.query.jdoql.parameters.BoundParameterCheck
 
Byte100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
Byte99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
ByteParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
Byte_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
bar - Variable in class org.apache.jdo.tck.pc.shoppingcart.Undetachable
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenCommitted
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenRolledback
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.BeforeCompletionMethodCalled
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.BeforeCompletionMethodNotCalledBeforeRollback
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.Commit
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.GetSynchronization
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.IsActiveUntilAfterCompletionMethodCalled
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.Rollback
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.SetNontransactionalReadCalledDuringTxCompletion
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.SetNontransactionalWriteCalledDuringTxCompletion
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.SetOptimisticCalledDuringTxCompletion
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.SetRetainValuesCalledDuringTxCompletion
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.SetSynchronization
 
beforeCompletion() - Method in class org.apache.jdo.tck.transactions.SetSynchronizationToNull
 
beforeGetObjectById - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
beginAndCommitTransaction(boolean) - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
Begin and commit a transaction using the persistence manager that manages the nontransactional dirty instance.
beginAndCommitTransactionFails(String, boolean) - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
Begin and commit a transaction using the persistence manager that manages the nontransactional dirty instance.
beginAndRollbackTransaction(boolean) - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
Begin and rollback a transaction using the persistence manager that manages the nontransactional dirty instance.
boolean100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
boolean99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
booleanD - Variable in class org.apache.jdo.tck.pc.inheritance.AllPersist2
 
booleanD - Variable in class org.apache.jdo.tck.pc.inheritance.TopNonPersistD
 
booleanD - Variable in class org.apache.jdo.tck.pc.inheritance.TopPersistD
 
booleanD_V - Static variable in class org.apache.jdo.tck.pc.inheritance.Constants
 
booleanParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
boolean_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
bothGroup - Variable in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
 
byte100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byte99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
byteParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
byte_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 

C

CARTENTRY_CART - Static variable in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
CARTENTRY_PRODUCT - Static variable in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
CART_ENTRIES - Static variable in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
CART_FETCH_GROUPS - Static variable in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
COMPANY_TESTDATA - Static variable in class org.apache.jdo.tck.query.QueryTest
 
CallingEvictAllWithCollectionContainingNulls - class org.apache.jdo.tck.api.persistencemanager.cache.CallingEvictAllWithCollectionContainingNulls.
Title: Calling EvictAll With Collection Containing Nulls
Keywords: cache
Assertion IDs: A12.5-11
Assertion Description: Passing a non-null Object[] or Collection arguments to evictAll that contain null elements will have the documented behavior for non-null elements, and the null elements will be ignored.
CallingEvictAllWithCollectionContainingNulls() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.CallingEvictAllWithCollectionContainingNulls
 
CallingJdoPostload - class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPostload.
Title: Calling InstanceCallbacks Postload Method
Keywords: instancecallbacks
Assertion ID: A10.1-1.
CallingJdoPostload() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPostload
 
CallingJdoPreclear - class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPreclear.
Title: Calling Jdo Preclear
Keywords: instancecallbacks
Assertion ID: A10.3-1.
CallingJdoPreclear() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPreclear
 
CallingJdoPredelete - class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPredelete.
Title: Calling JDO Predelete
Keywords: instancecallbacks
Assertion ID: A10.4-1.
CallingJdoPredelete() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPredelete
 
CallingJdoPrestore - class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPrestore.
Title: Calling InstanceCallbacks Prestore Method
Keywords: instancecallbacks
Assertion ID: A10.2-1.
CallingJdoPrestore() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPrestore
 
CallingRefreshAllWithCollectionContainingNulls - class org.apache.jdo.tck.api.persistencemanager.cache.CallingRefreshAllWithCollectionContainingNulls.
Title: Calling RefreshAll With Collection Containing Nulls
Keywords: cache
Assertion IDs: A12.5-12
Assertion Description: Passing a non-null Object[] or Collection arguments to refreshAll that contain null elements will have the documented behavior for non-null elements, and the null elements will be ignored.
CallingRefreshAllWithCollectionContainingNulls() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.CallingRefreshAllWithCollectionContainingNulls
 
Cart - class org.apache.jdo.tck.pc.shoppingcart.Cart.
This class represents an online shopping cart.
Cart() - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Cart
For JDO compliance only; not for public consumption.
Cart(String) - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Cart
 
Cart(long, String) - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Cart
 
Cart.Oid - class org.apache.jdo.tck.pc.shoppingcart.Cart.Oid.
 
Cart.Oid() - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Cart.Oid
 
Cart.Oid(String) - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Cart.Oid
 
CartEntry - class org.apache.jdo.tck.pc.shoppingcart.CartEntry.
This class represents an entry in an online shopping cart that has a quantity of a product.
CartEntry() - Constructor for class org.apache.jdo.tck.pc.shoppingcart.CartEntry
No-arg constructor required by JDO; not for public consumption
CartEntry(Cart, Product) - Constructor for class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
CartEntry(Cart, long, Product) - Constructor for class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
CartEntry(Cart, long, Product, int) - Constructor for class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
CartEntry.Oid - class org.apache.jdo.tck.pc.shoppingcart.CartEntry.Oid.
 
CartEntry.Oid() - Constructor for class org.apache.jdo.tck.pc.shoppingcart.CartEntry.Oid
 
CartEntry.Oid(String) - Constructor for class org.apache.jdo.tck.pc.shoppingcart.CartEntry.Oid
 
Cast - class org.apache.jdo.tck.query.jdoql.Cast.
Title: Cast Query Operator
Keywords: query
Assertion ID: A14.6.2-38.
Cast() - Constructor for class org.apache.jdo.tck.query.jdoql.Cast
 
ChangeQuery - class org.apache.jdo.tck.query.api.ChangeQuery.
Title: Change Query.
ChangeQuery() - Constructor for class org.apache.jdo.tck.query.api.ChangeQuery
 
ChangingObjectIdHasNoEffectOnInstance - class org.apache.jdo.tck.api.persistencemanager.ChangingObjectIdHasNoEffectOnInstance.
Title: Changing ObjectId Has No Effect On Instance
Keywords: identity
Assertion ID: A12.5.6-13.
ChangingObjectIdHasNoEffectOnInstance() - Constructor for class org.apache.jdo.tck.api.persistencemanager.ChangingObjectIdHasNoEffectOnInstance
 
Character100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
Character99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
CharacterAndStringLiterals - class org.apache.jdo.tck.query.jdoql.CharacterAndStringLiterals.
Title: Character and String Literals.
CharacterAndStringLiterals() - Constructor for class org.apache.jdo.tck.query.jdoql.CharacterAndStringLiterals
 
CharacterParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
Character_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
ClassGenerator - class org.apache.jdo.tck.util.ClassGenerator.
 
ClassGenerator() - Constructor for class org.apache.jdo.tck.util.ClassGenerator
 
Close - class org.apache.jdo.tck.api.persistencemanagerfactory.Close.
Title:Close of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.4-2, A11.4-10
Assertion Description: PersistenceManagerFactory.close() closes this PersistenceManagerFactory.
Close() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.Close
 
Close - class org.apache.jdo.tck.query.api.Close.
Title: Close
Keywords: query
Assertion ID: A14.6.7-1.
Close() - Constructor for class org.apache.jdo.tck.query.api.Close
 
CloseAll - class org.apache.jdo.tck.extents.CloseAll.
Title: CloseAll
Keywords: extent
Assertion ID: A15.3-12.
CloseAll() - Constructor for class org.apache.jdo.tck.extents.CloseAll
 
CloseAll - class org.apache.jdo.tck.query.api.CloseAll.
Title: Close All
Keywords: query
Assertion ID: A14.6.7-2.
CloseAll() - Constructor for class org.apache.jdo.tck.query.api.CloseAll
 
CloseFailsIfTransactionActive - class org.apache.jdo.tck.api.persistencemanagerfactory.CloseFailsIfTransactionActive.
Title:CloseFailsIfTransactionActive of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.4-4.
CloseFailsIfTransactionActive() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.CloseFailsIfTransactionActive
 
CloseOfExtentIteratorIsIteratorSpecific - class org.apache.jdo.tck.extents.CloseOfExtentIteratorIsIteratorSpecific.
Title: Close of Extent Iterator is Iterator Specific
Keywords: extent
Assertion ID: A15.3-11.
CloseOfExtentIteratorIsIteratorSpecific() - Constructor for class org.apache.jdo.tck.extents.CloseOfExtentIteratorIsIteratorSpecific
 
CloseThrowsExceptionWhenActiveTx - class org.apache.jdo.tck.api.persistencemanager.close.CloseThrowsExceptionWhenActiveTx.
Title: Close Throws Exception
Keywords: exception
Assertion IDs: A12.6-2.
CloseThrowsExceptionWhenActiveTx() - Constructor for class org.apache.jdo.tck.api.persistencemanager.close.CloseThrowsExceptionWhenActiveTx
 
CloseWithoutPermissionThrowsSecurityException - class org.apache.jdo.tck.api.persistencemanagerfactory.CloseWithoutPermissionThrowsSecurityException.
Title:Close of PersistenceManagerFactory Throws SecurityException if JDOPermission("closePersistenceManagerFactory") Is Not Set
Keywords: persistencemanagerfactory SecurityException
Assertion IDs: A11.4-3
Assertion Description: PersistenceManagerFactory.close() closes this PersistenceManagerFactory.
CloseWithoutPermissionThrowsSecurityException() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.CloseWithoutPermissionThrowsSecurityException
 
CloseWithoutPermissionThrowsSecurityException.MySecurityManager - class org.apache.jdo.tck.api.persistencemanagerfactory.CloseWithoutPermissionThrowsSecurityException.MySecurityManager.
 
CloseWithoutPermissionThrowsSecurityException.MySecurityManager() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.CloseWithoutPermissionThrowsSecurityException.MySecurityManager
 
CollectionCollections - class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections.
 
CollectionCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections.Oid.
 
CollectionCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections.Oid
 
CollectionCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections.Oid
 
CollectionOfBigDecimal18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfBigDecimal19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfBigDecimal20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfBigInteger21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfBigInteger22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfBigInteger23 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfByte24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfByte25 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfByte26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfDate12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfDate13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfDate14 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfDouble27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfDouble28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfDouble29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfFloat30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfFloat31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfFloat32 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfInteger33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfInteger34 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfInteger35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfLocale15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfLocale16 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfLocale17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfLong36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfLong37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfLong38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfObject0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfObject1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfObject2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfShort39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfShort40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfShort41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfSimpleClass3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfSimpleClass4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfSimpleClass42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfSimpleClass5 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfSimpleInterface6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfSimpleInterface7 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfSimpleInterface8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfString10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfString11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
CollectionOfString9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
Commit - class org.apache.jdo.tck.transactions.Commit.
Title: Commit
Keywords: transactions
Assertion ID: A13.4.4-1.
Commit() - Constructor for class org.apache.jdo.tck.transactions.Commit
 
Company - class org.apache.jdo.tck.pc.company.Company.
This class represents information about a company.
Company() - Constructor for class org.apache.jdo.tck.pc.company.Company
This is the JDO-required no-args constructor.
Company(long, String, Date) - Constructor for class org.apache.jdo.tck.pc.company.Company
Initialize the Company instance.
Company(long, String, Date, IAddress) - Constructor for class org.apache.jdo.tck.pc.company.Company
Initialize the Company instance.
Company.Oid - class org.apache.jdo.tck.pc.company.Company.Oid.
The class to be used as the application identifier for the Company class.
Company.Oid() - Constructor for class org.apache.jdo.tck.pc.company.Company.Oid
The required public no-arg constructor.
Company.Oid(long) - Constructor for class org.apache.jdo.tck.pc.company.Company.Oid
Initialize the identifier.
Company.Oid(String) - Constructor for class org.apache.jdo.tck.pc.company.Company.Oid
 
CompanyFactory - interface org.apache.jdo.tck.pc.company.CompanyFactory.
This interface is implemented by a factory class that can create Company model instances.
CompanyFactoryAbstractImpl - class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl.
 
CompanyFactoryAbstractImpl(PersistenceManager) - Constructor for class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
Creates a new instance of CompanyFactoryAbstractImpl
CompanyFactoryConcreteClass - class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass.
 
CompanyFactoryConcreteClass(PersistenceManager) - Constructor for class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
CompanyFactoryConcreteClass() - Constructor for class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
CompanyFactoryPMClass - class org.apache.jdo.tck.pc.company.CompanyFactoryPMClass.
 
CompanyFactoryPMClass(PersistenceManager) - Constructor for class org.apache.jdo.tck.pc.company.CompanyFactoryPMClass
Creates a new instance of CompanyFactoryPMInterface
CompanyFactoryPMInterface - class org.apache.jdo.tck.pc.company.CompanyFactoryPMInterface.
 
CompanyFactoryPMInterface(PersistenceManager) - Constructor for class org.apache.jdo.tck.pc.company.CompanyFactoryPMInterface
Creates a new instance of CompanyFactoryPMInterface
CompanyFactoryRegistry - class org.apache.jdo.tck.pc.company.CompanyFactoryRegistry.
 
CompanyModelReader - class org.apache.jdo.tck.pc.company.CompanyModelReader.
Utility class to create a graph of company model instances from an xml representation.
CompanyModelReader(String) - Constructor for class org.apache.jdo.tck.pc.company.CompanyModelReader
Create a CompanyModelReader for the specified resourceName.
CompanyModelReader(String, ClassLoader) - Constructor for class org.apache.jdo.tck.pc.company.CompanyModelReader
Create a CompanyModelReader for the specified resourceName.
CompanyModelReader(InputStream) - Constructor for class org.apache.jdo.tck.pc.company.CompanyModelReader
Create a CompanyModelReader for the specified InputStream.
ComparingCollectionFieldToNull - class org.apache.jdo.tck.query.jdoql.ComparingCollectionFieldToNull.
Title: Comparing a Collection Field to Null
Keywords: query nullcollection
Assertion ID: A14.6.2-36.
ComparingCollectionFieldToNull() - Constructor for class org.apache.jdo.tck.query.jdoql.ComparingCollectionFieldToNull
 
ComparingPersistentAndNonPersistentInstance - class org.apache.jdo.tck.query.jdoql.ComparingPersistentAndNonPersistentInstance.
Title: Comparing persistent and non-persistent instance
Keywords: query
Assertion ID: A14.6.2-44.
ComparingPersistentAndNonPersistentInstance() - Constructor for class org.apache.jdo.tck.query.jdoql.ComparingPersistentAndNonPersistentInstance
 
ComparisonTests - class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests.
 
ComparisonTests() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
CompileQuery - class org.apache.jdo.tck.query.api.CompileQuery.
Title: Compile Query
Keywords: query
Assertion ID: A14.6-14.
CompileQuery() - Constructor for class org.apache.jdo.tck.query.api.CompileQuery
 
CompletenessTest - class org.apache.jdo.tck.mapping.CompletenessTest.
Title:Completeness Test
Keywords: mapping
Assertion ID: A18.[not identified]
Assertion Description:
CompletenessTest() - Constructor for class org.apache.jdo.tck.mapping.CompletenessTest
 
ConcurrentPersistenceManagers - class org.apache.jdo.tck.api.persistencemanager.ConcurrentPersistenceManagers.
Title: Concurrent Persistence Managers
Keywords: concurrency multipleJDOimpls
Assertion ID: A5.2-1.
ConcurrentPersistenceManagers() - Constructor for class org.apache.jdo.tck.api.persistencemanager.ConcurrentPersistenceManagers
 
ConcurrentPersistenceManagersSameClasses - class org.apache.jdo.tck.api.persistencemanager.ConcurrentPersistenceManagersSameClasses.
Title: Same Classes with Concurrent Persistence Managers
Keywords: concurrency multipleJDOimpls
Assertion ID: A5.2-2.
ConcurrentPersistenceManagersSameClasses() - Constructor for class org.apache.jdo.tck.api.persistencemanager.ConcurrentPersistenceManagersSameClasses
 
ConditionalAND - class org.apache.jdo.tck.query.jdoql.operators.ConditionalAND.
Title: Conditional AND Query Operator
Keywords: query
Assertion ID: A14.6.2-21.
ConditionalAND() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.ConditionalAND
 
ConditionalOR - class org.apache.jdo.tck.query.jdoql.operators.ConditionalOR.
Title: Conditional OR Query Operator
Keywords: query
Assertion ID: A14.6.2-23.
ConditionalOR() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.ConditionalOR
 
Constants - class org.apache.jdo.tck.pc.inheritance.Constants.
 
Constants() - Constructor for class org.apache.jdo.tck.pc.inheritance.Constants
 
ConversionHelper - class org.apache.jdo.tck.util.ConversionHelper.
Provides consersion functionality.
ConversionHelper() - Constructor for class org.apache.jdo.tck.util.ConversionHelper
 
CopyKeyFieldsFromObjectId - class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId.
Title:CopyKeyFieldsFromObjectId of PersistenceCapable
Keywords: persistencecapable
Assertion IDs: A7.12-25
Assertion Description:
CopyKeyFieldsFromObjectId() - Constructor for class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
 
CurrentTransaction - class org.apache.jdo.tck.api.persistencemanager.CurrentTransaction.
Title: CurrentTransaction
Keywords:
Assertion ID: A12.5.2-1
Assertion Description: The PersistenceManager.currentTransaction method returns the Transaction instance associated with the PersistenceManager.
CurrentTransaction() - Constructor for class org.apache.jdo.tck.api.persistencemanager.CurrentTransaction
 
c - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
calcFloatValue() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
calcIntValue() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
callbackCalled - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
capturedCharValue - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
capturedChildToDelete - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
capturedDoubleValue - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
capturedName - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
capturedNextObjName - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
capturedTimeStamp - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
cart - Variable in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
cart1 - Variable in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
cart1oid - Variable in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
cartClosure - Variable in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
cartEntry1 - Variable in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
changeFileName(String) - Static method in class org.apache.jdo.tck.util.BatchTestRunner
Returns a file name which is constructed by values of some system properties appended by the given file name.
char100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
char99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
charC - Variable in class org.apache.jdo.tck.pc.inheritance.AllPersist2
 
charC - Variable in class org.apache.jdo.tck.pc.inheritance.TopNonPersistC
 
charC - Variable in class org.apache.jdo.tck.pc.inheritance.TopPersistC
 
charC_V - Static variable in class org.apache.jdo.tck.pc.inheritance.Constants
 
charParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
charValue - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
char_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
check13Methods(Connection) - Method in class org.apache.jdo.tck.api.persistencemanager.DataStoreConnectionThrows
These methods are defined in Java 1.3 Connection.
check14Methods(Connection) - Method in class org.apache.jdo.tck.api.persistencemanager.DataStoreConnectionThrows
These methods are defined in Java 1.4 Connection.
checkAddGroup() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
checkBothLoaded(String, PCRect) - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
 
checkCartValues(String, Cart) - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
checkCartValues(String, Cart, boolean) - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
checkClass(int, String, String[], String[]) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Validates a class declaration against a prescribed signature.
checkClearGroups() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
checkConstructor(int, String[], String[]) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Validates a constructor against a prescribed signature.
checkDefaultGroups() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
checkDeleted(String, Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
checkDirty(String, Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
checkEnableOK(TreeSelectionEvent) - Method in class org.apache.jdo.tck.util.TestSelector
 
checkEventSource(String, Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
checkEventTarget(String, Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
checkEventType(String, int, int) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
checkField(int, String, String, String) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Validates a field against a prescribed signature.
checkGetDetachmentRoots() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
checkGroups(String, FetchPlan, String[]) - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
 
checkLowerRightLoaded(String, PCRect) - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
 
checkMethod(int, String, String, String[], String[]) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Validates a method against a prescribed signature.
checkNew(String, Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
checkNontransactionalFeaturesSupported(boolean) - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
Check that all Nontransactional features are supported.
checkNontransactionalReadSupported() - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
Check if NontransactionalRead is supported, and log a debug message if it is not.
checkNontransactionalWriteSupported() - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
Check if NontransactionalWrite is supported, and log a debug message if it is not.
checkNotDeleted(String, Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
checkNotDirty(String, Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
checkNotNew(String, Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
checkNotPersistent(String, Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
checkOptimisticSupported() - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
Check if Optimistic is supported, and log a debug message if it is not.
checkPermission(Permission) - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.CloseWithoutPermissionThrowsSecurityException.MySecurityManager
 
checkPersistent(String, Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
checkQueryResultWithOrder(String, Object, Object) - Method in class org.apache.jdo.tck.query.QueryTest
Verify that expected equals result, including the order of the elements.
checkQueryResultWithOrder(String, String, Object, Object) - Method in class org.apache.jdo.tck.query.QueryTest
 
checkQueryResultWithoutOrder(String, Object, Object) - Method in class org.apache.jdo.tck.query.QueryTest
Verify that expected equals result, ignoring the order of the elements.
checkQueryResultWithoutOrder(String, String, Object, Object) - Method in class org.apache.jdo.tck.query.QueryTest
 
checkRemoveGroup() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
checkResults(String, int) - Method in class org.apache.jdo.tck.api.persistencemanager.ThreadSafe
 
checkRetainValuesSupported() - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
Check if RetainValues is supported, and log a debug message if it is not.
checkSame(String, Object, Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
checkSetDetachmentRoots() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
checkSetGroup() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
checkSetGroupsArray() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
checkSetGroupsCollection() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
checkState(String, Object, boolean) - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
checkThrow(Connection, DataStoreConnectionThrows.Call) - Method in class org.apache.jdo.tck.api.persistencemanager.DataStoreConnectionThrows
 
checkTrue(String, boolean) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
checkUpperLeftLoaded(String, PCRect) - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
 
checkXValue(String, int) - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
Check the x value of the persistent instance referenced by the oid.
childToDelete - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
children - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
children - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
classLoader - Variable in class org.apache.jdo.tck.util.signature.SignatureVerifier
The classloader to be used for loading types.
cleanupData - Static variable in class org.apache.jdo.tck.JDO_Test
Flag indicating whether to clean up data after tests or not.
cleanupPM() - Method in class org.apache.jdo.tck.JDO_Test
This method cleans up the environment: closes the PersistenceManager.
cleanupPM(PersistenceManager) - Static method in class org.apache.jdo.tck.JDO_Test
This method cleans up the specified PersistenceManager.
cleanupPMF(PersistenceManagerFactory) - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.CloseFailsIfTransactionActive
 
clear() - Method in class org.apache.jdo.tck.util.ThreadExceptionHandler
Clears all exceptions in this ThreadGroup.
clearProcessed() - Method in class org.apache.jdo.tck.util.EqualityHelper
Clears the collection of processed instances of this EqualityHelper.
close() - Method in class org.apache.jdo.tck.util.TCKFileHandler
 
closeEnough(double, double) - Method in class org.apache.jdo.tck.query.QueryTest
Returns true if the specified float values are close enough to be considered to be equal for a deep equals comparison.
closeEnough(float, float) - Method in class org.apache.jdo.tck.query.QueryTest
Returns true if the specified float values are close enough to be considered to be equal for a deep equals comparison.
closeEnough(Object, Object, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified objects are close enough to be considered to be equal for a deep equals comparison.
closeEnough(double, double, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified float values are close enough to be considered to be equal for a deep equals comparison.
closeEnough(float, float, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified float values are close enough to be considered to be equal for a deep equals comparison.
closePMF() - Static method in class org.apache.jdo.tck.JDO_Test
Closes the pmf stored in this instance.
closePMFAfterEachTest - Static variable in class org.apache.jdo.tck.JDO_Test
Flag indicating whether to close the PMF after each test or not.
cls - Variable in class org.apache.jdo.tck.util.signature.SignatureVerifier
The currently tested Class.
companyid - Variable in class org.apache.jdo.tck.pc.company.Company.Oid
This field is part of the identifier and should match in name and type with a field in the Company class.
compare(Object, Object) - Method in class org.apache.jdo.tck.pc.company.Address
Compare two instances.
compare(IAddress, IAddress) - Static method in class org.apache.jdo.tck.pc.company.Address
Compares its two IAddress arguments for order.
compare(Object, Object) - Method in class org.apache.jdo.tck.pc.company.Company
Compare two instances.
compare(ICompany, ICompany) - Static method in class org.apache.jdo.tck.pc.company.Company
Compares its two ICompany arguments for order.
compare(Object, Object) - Method in class org.apache.jdo.tck.pc.company.Department
Compare two instances.
compare(IDepartment, IDepartment) - Static method in class org.apache.jdo.tck.pc.company.Department
Compares its two IDepartment arguments for order.
compare(Object, Object) - Method in class org.apache.jdo.tck.pc.company.Insurance
Compare two instances.
compare(IInsurance, IInsurance) - Static method in class org.apache.jdo.tck.pc.company.Insurance
Compares its two IInsurance arguments for order.
compare(Object, Object) - Method in class org.apache.jdo.tck.pc.company.Person
Compare two instances.
compare(IPerson, IPerson) - Static method in class org.apache.jdo.tck.pc.company.Person
Compares its two IPerson arguments for order.
compare(Object, Object) - Method in class org.apache.jdo.tck.pc.company.Project
Compare two instances.
compare(IProject, IProject) - Static method in class org.apache.jdo.tck.pc.company.Project
Compares its two IProject arguments for order.
compare(long, long) - Static method in class org.apache.jdo.tck.util.EqualityHelper
Compares its two arguments for order.
compareStates(int, int) - Static method in class org.apache.jdo.tck.JDO_Test
Tests if a found state matches an expected state.
compareTo(Object) - Method in class org.apache.jdo.tck.pc.company.Address.Oid
 
compareTo(Object) - Method in class org.apache.jdo.tck.pc.company.Address
Compares this object with the specified object for order.
compareTo(IAddress) - Method in class org.apache.jdo.tck.pc.company.Address
Compares this object with the specified Address object for order.
compareTo(Object) - Method in class org.apache.jdo.tck.pc.company.Company.Oid
 
compareTo(Object) - Method in class org.apache.jdo.tck.pc.company.Company
Compares this object with the specified object for order.
compareTo(ICompany) - Method in class org.apache.jdo.tck.pc.company.Company
Compares this object with the specified Company object for order.
compareTo(Object) - Method in class org.apache.jdo.tck.pc.company.Department.Oid
 
compareTo(Object) - Method in class org.apache.jdo.tck.pc.company.Department
Compares this object with the specified object for order.
compareTo(IDepartment) - Method in class org.apache.jdo.tck.pc.company.Department
Compares this object with the specified Department object for order.
compareTo(Object) - Method in class org.apache.jdo.tck.pc.company.Insurance.Oid
 
compareTo(Object) - Method in class org.apache.jdo.tck.pc.company.Insurance
Compares this object with the specified object for order.
compareTo(IInsurance) - Method in class org.apache.jdo.tck.pc.company.Insurance
Compares this object with the specified Insurance object for order.
compareTo(Object) - Method in class org.apache.jdo.tck.pc.company.Person.Oid
 
compareTo(Object) - Method in class org.apache.jdo.tck.pc.company.Person
Compares this object with the specified object for order.
compareTo(IPerson) - Method in class org.apache.jdo.tck.pc.company.Person
Compares this object with the specified Person object for order.
compareTo(Object) - Method in class org.apache.jdo.tck.pc.company.Project.Oid
 
compareTo(Object) - Method in class org.apache.jdo.tck.pc.company.Project
Compares this object with the specified object for order.
compareTo(IProject) - Method in class org.apache.jdo.tck.pc.company.Project
Compares this object with the specified Project object for order.
compareTo(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.SimpleClass.Oid
 
compareTo(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.SimpleClass
 
compareTo(Object) - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass.KeyClass
 
compareTo(Object) - Method in class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj.Oid
 
compareTo(Object) - Method in class org.apache.jdo.tck.pc.mylib.PCClass.Oid
 
compareTo(Object) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes.Oid
 
compile(String, Query, String, boolean) - Method in class org.apache.jdo.tck.query.QueryTest
Compiles the given query instance.
compileAPIQuery(String, QueryElementHolder, boolean) - Method in class org.apache.jdo.tck.query.QueryTest
Compiles the given query element holder instance as a JDO API query.
compileSingleStringQuery(String, QueryElementHolder, boolean) - Method in class org.apache.jdo.tck.query.QueryTest
Compiles the given query element holder instance as a JDO single string query.
compileSingleStringQuery(String, String, boolean) - Method in class org.apache.jdo.tck.query.QueryTest
Compiles the given single string query.
componentUserTypeName(String) - Static method in class org.apache.jdo.tck.util.signature.TypeHelper
Returns the component type name of a (Java) user type name.
conflictXValue - Variable in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
 
conflictingUpdate() - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
Perform a conflicting transaction that updates the same field as the nontransactional dirty instance.
containsBigDecimalKey(BigDecimal, Set) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestUtil
 
convertClassName(String, String) - Method in class org.apache.jdo.tck.enhancement.EnhancerTest
 
convertObjectArrayElements(Object) - Static method in class org.apache.jdo.tck.util.ConversionHelper
Recursively converts all elements of type Object[] Collection, or Map.
convertObjectArrayElements(Object[]) - Static method in class org.apache.jdo.tck.util.ConversionHelper
Recursively converts all elements of type Object[] in the given array and retuns that array.
convertsElementsOfTypeObjectArray(Collection) - Static method in class org.apache.jdo.tck.util.ConversionHelper
Returns a collection containing all elements in the given collection.
convertsElementsOfTypeObjectArray(Map) - Static method in class org.apache.jdo.tck.util.ConversionHelper
Returns a map containing all entries in the given map.
createAndModifyVersionedPCPoint() - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
Create a new VersionedPCPoint instance,modify its X value, and store its oid in the test class oid.
createDetachedInstance(String) - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
createPCPointInstance(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.PersistenceManagerTest
 
currentState(Object) - Static method in class org.apache.jdo.tck.JDO_Test
This method will return the current lifecycle state of an instance.
customerId - Variable in class org.apache.jdo.tck.pc.shoppingcart.Cart
The identity of the customer whose shopping cart this is.

D

DATASTORE_IDENTITY - Static variable in class org.apache.jdo.tck.JDO_Test
identitytype value for datastoreidentity.
DATE_PATTERN - Static variable in class org.apache.jdo.tck.pc.company.CompanyModelReader
The format of date values in the xml representation
DATE_PATTERN - Static variable in class org.apache.jdo.tck.pc.mylib.MylibReader
The format of date values in the xml representation
DETACHED_CLEAN - Static variable in class org.apache.jdo.tck.JDO_Test
 
DETACHED_DIRTY - Static variable in class org.apache.jdo.tck.JDO_Test
 
DOUBLE_EPSILON - Static variable in class org.apache.jdo.tck.util.EqualityHelper
Used when comparing double values close enough.
DOUBLE_LARGEST - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
DOUBLE_SMALLEST - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
DataStoreCacheTest - class org.apache.jdo.tck.api.persistencemanager.DataStoreCacheTest.
Title: DataStoreCacheTest
Keywords: DataStoreCache cache pin unpin evict
Assertion ID: A11.8
Assertion Description: Most JDO implementations allow instances to be cached in a second-level cache, and allow direct management of the cache by knowledgeable applications.
DataStoreCacheTest() - Constructor for class org.apache.jdo.tck.api.persistencemanager.DataStoreCacheTest
 
DataStoreConnection - class org.apache.jdo.tck.api.persistencemanager.DataStoreConnection.
Title: DataStoreConnection
Keywords:
Assertion ID: A12.5.2-1
Assertion Description: In order for the application to perform some datastore-specific functions, such as to execute a query that is not directly supported by JDO, applications might need access to the datastore connection used by the JDO implementation.
DataStoreConnection() - Constructor for class org.apache.jdo.tck.api.persistencemanager.DataStoreConnection
 
DataStoreConnectionThrows - class org.apache.jdo.tck.api.persistencemanager.DataStoreConnectionThrows.
Title: DataStoreConnectionThrows
Keywords:
Assertion ID: A12.16-2
Assertion Description: For portability, a JDBC-based JDO implementation will return an instance that implements java.sql.Connection.
DataStoreConnectionThrows() - Constructor for class org.apache.jdo.tck.api.persistencemanager.DataStoreConnectionThrows
 
Date100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
Date99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
DateParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
Date_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
DeclareImports - class org.apache.jdo.tck.query.api.DeclareImports.
Title: Declare Imports
Keywords: query
Assertion ID: A14.6-8.
DeclareImports() - Constructor for class org.apache.jdo.tck.query.api.DeclareImports
 
DeclareParameters - class org.apache.jdo.tck.query.api.DeclareParameters.
Title: Declare Parameters
Keywords: query
Assertion ID: A14.6-10.
DeclareParameters() - Constructor for class org.apache.jdo.tck.query.api.DeclareParameters
 
DeclareVariables - class org.apache.jdo.tck.query.api.DeclareVariables.
Title: Declare Variables
Keywords: query
Assertion ID: A14.6-9.
DeclareVariables() - Constructor for class org.apache.jdo.tck.query.api.DeclareVariables
 
DeepEquality - interface org.apache.jdo.tck.util.DeepEquality.
This DeepEquality interface defines a method indicating whether some other object is "deep equal to" this object.
DefaultResult - class org.apache.jdo.tck.query.result.DefaultResult.
Title: Default Result.
DefaultResult() - Constructor for class org.apache.jdo.tck.query.result.DefaultResult
 
DefaultUnique - class org.apache.jdo.tck.query.result.DefaultUnique.
Title: Default Unique.
DefaultUnique() - Constructor for class org.apache.jdo.tck.query.result.DefaultUnique
 
DeleteCallback - class org.apache.jdo.tck.query.delete.DeleteCallback.
Title: Delete Persistent All.
DeleteCallback() - Constructor for class org.apache.jdo.tck.query.delete.DeleteCallback
 
DeletePersistent - class org.apache.jdo.tck.api.persistencemanager.DeletePersistent.
Title: Delete Persistent
Keywords:
Assertion IDs: A12.5.7-9
Assertion Description: PersistenceManager.deletePersistent and deletePersistentAll delete a persistent instance(s) from the data store.
DeletePersistent() - Constructor for class org.apache.jdo.tck.api.persistencemanager.DeletePersistent
 
DeletePersistentAll - class org.apache.jdo.tck.query.delete.DeletePersistentAll.
Title: Delete Persistent All.
DeletePersistentAll() - Constructor for class org.apache.jdo.tck.query.delete.DeletePersistentAll
 
DeletePersistentAllFails - class org.apache.jdo.tck.api.persistencemanager.DeletePersistentAllFails.
Title: DeletePersistentAll Fails
Keywords: exception
Assertion IDs: A12.5.7-2.
DeletePersistentAllFails() - Constructor for class org.apache.jdo.tck.api.persistencemanager.DeletePersistentAllFails
 
DeletePersistentFailsIfInstanceIsTransient - class org.apache.jdo.tck.api.persistencemanager.DeletePersistentFailsIfInstanceIsTransient.
Title: DeletePersistent Fails If Instance Is Transient
Keywords: exception
Assertion IDs: A12.5.7-12.
DeletePersistentFailsIfInstanceIsTransient() - Constructor for class org.apache.jdo.tck.api.persistencemanager.DeletePersistentFailsIfInstanceIsTransient
 
DeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager - class org.apache.jdo.tck.api.persistencemanager.DeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager.
Title: DeletePersistent Fails If Instance Managed By Another PersistenceManager
Keywords: exception
Assertion IDs: A12.5.7-11.
DeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager() - Constructor for class org.apache.jdo.tck.api.persistencemanager.DeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager
 
DeletePersistentHasNoEffectOnDeletedInstances - class org.apache.jdo.tck.api.persistencemanager.DeletePersistentHasNoEffectOnDeletedInstances.
Title: DeletePersistent Has No Effect On Deleted Instances
Keywords:
Assertion IDs: A12.5.7-10.
DeletePersistentHasNoEffectOnDeletedInstances() - Constructor for class org.apache.jdo.tck.api.persistencemanager.DeletePersistentHasNoEffectOnDeletedInstances
 
DeleteQueryElements - class org.apache.jdo.tck.query.delete.DeleteQueryElements.
Title: Delete Query Elements.
DeleteQueryElements() - Constructor for class org.apache.jdo.tck.query.delete.DeleteQueryElements
 
DenoteUniquenessInFilter - class org.apache.jdo.tck.query.jdoql.DenoteUniquenessInFilter.
Title: Element Returned in Query Result
Keywords: query
Assertion ID: A14.6.2-2.
DenoteUniquenessInFilter() - Constructor for class org.apache.jdo.tck.query.jdoql.DenoteUniquenessInFilter
 
DentalInsurance - class org.apache.jdo.tck.pc.company.DentalInsurance.
This class represents a dental insurance carrier selection for a particular Employee.
DentalInsurance() - Constructor for class org.apache.jdo.tck.pc.company.DentalInsurance
This is the JDO-required no-args constructor.
DentalInsurance(long, String, BigDecimal) - Constructor for class org.apache.jdo.tck.pc.company.DentalInsurance
Construct a DentalInsurance instance.
DentalInsurance(long, String, IEmployee, BigDecimal) - Constructor for class org.apache.jdo.tck.pc.company.DentalInsurance
Construct a DentalInsurance instance.
Department - class org.apache.jdo.tck.pc.company.Department.
This class represents a department within a company.
Department() - Constructor for class org.apache.jdo.tck.pc.company.Department
This is the JDO-required no-args constructor.
Department(long, String) - Constructor for class org.apache.jdo.tck.pc.company.Department
Construct a Department instance.
Department(long, String, ICompany) - Constructor for class org.apache.jdo.tck.pc.company.Department
Construct a Department instance.
Department(long, String, ICompany, IEmployee) - Constructor for class org.apache.jdo.tck.pc.company.Department
Construct a Department instance.
Department.Oid - class org.apache.jdo.tck.pc.company.Department.Oid.
The application identity class associated with the Department class.
Department.Oid() - Constructor for class org.apache.jdo.tck.pc.company.Department.Oid
The required public, no-arg constructor.
Department.Oid(long) - Constructor for class org.apache.jdo.tck.pc.company.Department.Oid
A constructor to initialize the identifier field.
Department.Oid(String) - Constructor for class org.apache.jdo.tck.pc.company.Department.Oid
 
DetachAllOnCommit - class org.apache.jdo.tck.api.persistencemanager.detach.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.
DetachAllOnCommit() - Constructor for class org.apache.jdo.tck.api.persistencemanager.detach.DetachAllOnCommit
 
DetachAttach - class org.apache.jdo.tck.api.persistencemanager.detach.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
DetachAttach() - Constructor for class org.apache.jdo.tck.api.persistencemanager.detach.DetachAttach
 
DetachAttachDirty - class org.apache.jdo.tck.api.persistencemanager.detach.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.
DetachAttachDirty() - Constructor for class org.apache.jdo.tck.api.persistencemanager.detach.DetachAttachDirty
 
DetachCopy - class org.apache.jdo.tck.api.persistencemanager.detach.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.
DetachCopy() - Constructor for class org.apache.jdo.tck.api.persistencemanager.detach.DetachCopy
 
DetachSerialize - class org.apache.jdo.tck.api.persistencemanager.detach.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.
DetachSerialize() - Constructor for class org.apache.jdo.tck.api.persistencemanager.detach.DetachSerialize
 
DetachTest - class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest.
 
DetachTest() - Constructor for class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
Creates a new instance of DetachTest
DistinctCandidateInstances - class org.apache.jdo.tck.query.result.DistinctCandidateInstances.
Title: Distinct Candidate Instances.
DistinctCandidateInstances() - Constructor for class org.apache.jdo.tck.query.result.DistinctCandidateInstances
 
DistinctQuery - class org.apache.jdo.tck.query.result.DistinctQuery.
Title: Disctinct Query.
DistinctQuery() - Constructor for class org.apache.jdo.tck.query.result.DistinctQuery
 
Division - class org.apache.jdo.tck.query.jdoql.operators.Division.
Title: Division Query Operator
Keywords: query
Assertion ID: A14.6.2-31.
Division() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.Division
 
Double100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
Double99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
DoubleParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
Double_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
d - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
debug - Variable in class org.apache.jdo.tck.JDO_Test
true if debug logging in enabled.
debug - Variable in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
true if debug logging is enabled.
debug - Variable in class org.apache.jdo.tck.util.EqualityHelper
true if debug logging in enabled.
deepCompareFields(Object, EqualityHelper) - Method in class org.apache.jdo.tck.pc.company.Address
Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
deepCompareFields(Object, EqualityHelper) - Method in class org.apache.jdo.tck.pc.company.Company
Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
deepCompareFields(Object, EqualityHelper) - Method in class org.apache.jdo.tck.pc.company.DentalInsurance
Returns true if all the fields of this instance are deep equal to the coresponding fields of the other Object.
deepCompareFields(Object, EqualityHelper) - Method in class org.apache.jdo.tck.pc.company.Department
Returns true if all the fields of this instance are deep equal to the coresponding fields of the other Department.
deepCompareFields(Object, EqualityHelper) - Method in class org.apache.jdo.tck.pc.company.Employee
Returns true if all the fields of this instance are deep equal to the corresponding fields of the specified Employee.
deepCompareFields(Object, EqualityHelper) - Method in class org.apache.jdo.tck.pc.company.FullTimeEmployee
Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified FullTimeEmployee.
deepCompareFields(Object, EqualityHelper) - Method in class org.apache.jdo.tck.pc.company.Insurance
Returns true if all the fields of this instance are deep equal to the coresponding fields of the other Object.
deepCompareFields(Object, EqualityHelper) - Method in class org.apache.jdo.tck.pc.company.MedicalInsurance
Returns true if all the fields of this instance are deep equal to the coresponding fields of the other Object.
deepCompareFields(Object, EqualityHelper) - Method in class org.apache.jdo.tck.pc.company.PartTimeEmployee
Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified PartTimeEmployee.
deepCompareFields(Object, EqualityHelper) - Method in class org.apache.jdo.tck.pc.company.Person
Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
deepCompareFields(Object, EqualityHelper) - Method in class org.apache.jdo.tck.pc.company.Project
Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
deepCompareFields(Object, EqualityHelper) - Method in interface org.apache.jdo.tck.util.DeepEquality
Returns true if all the fields of this instance are deep equal to the corresponding fields of the other Object.
deepEquals(DeepEquality, DeepEquality) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified instances are "deep equal".
deepEquals(Object, Object) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified instances are "deep equal".
deepEquals(Collection, Collection) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified collections are "deep equal".
deepEquals(Map, Map) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified maps are "deep equal".
deepEquals(DeepEquality, Object, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified instances are "deep equal".
deepEquals(Object, Object, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified instances are "deep equal".
deepEquals(Collection, Collection, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified collections are "deep equal".
deepEquals(Map, Map, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified maps are "deep equal".
defaultGroup - Variable in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
The String arrays used for setting fetch groups.
deletePCPointInstance(PersistenceManager, Object) - Method in class org.apache.jdo.tck.api.persistencemanager.PersistenceManagerTest
 
deletePersistentAllByAPIQuery(String, QueryElementHolder, Object, long) - Method in class org.apache.jdo.tck.query.QueryTest
Converts the given query element holder instance to a JDO query instance.
deletePersistentAllBySingleStringQuery(String, QueryElementHolder, Object, long) - Method in class org.apache.jdo.tck.query.QueryTest
Converts the given query element holder instance to a JDO query instance.
deleteTearDownClasses() - Method in class org.apache.jdo.tck.JDO_Test
Deletes and removes tear down classes.
deleteTearDownInstances() - Method in class org.apache.jdo.tck.JDO_Test
Deletes and removes tear down instances.
demandIdentifier() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Parses the next token(s) and validates that it is an identifier.
demandIdentifierList() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Parses a comma-separated list of identifiers.
demandLiteral() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Parses the next token and validates that it is a literal.
demandToken(String) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Parses the next token and validates it against an expected one.
demandType() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Parses the next token and validates that it is a type expression.
deptid - Variable in class org.apache.jdo.tck.pc.company.Department.Oid
This field represents the application identifier field for the Department class.
descrFileNames - Static variable in class org.apache.jdo.tck.util.signature.SignatureVerifier
Command line arguments
description - Variable in class org.apache.jdo.tck.pc.shoppingcart.Product
 
detachClosure(Object) - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachSerialize
Detach the parameter instance.
doRun(Test) - Method in class org.apache.jdo.tck.util.BatchTestRunner
Runs the specified test or test suite and closes the pmf.
double100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
double99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
doubleB - Variable in class org.apache.jdo.tck.pc.inheritance.AllPersist
 
doubleB - Variable in class org.apache.jdo.tck.pc.inheritance.TopNonPersistB
 
doubleB - Variable in class org.apache.jdo.tck.pc.inheritance.TopPersist
 
doubleB_V - Static variable in class org.apache.jdo.tck.pc.inheritance.Constants
 
doubleParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
doubleValue - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
double_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
dumpSupportedOptions(String) - Static method in class org.apache.jdo.tck.JDO_Test
Dump the supportedOptions to the a file in the specified directory.

E

Employee - class org.apache.jdo.tck.pc.company.Employee.
This class represents an employee.
Employee() - Constructor for class org.apache.jdo.tck.pc.company.Employee
This is the JDO-required no-args constructor
Employee(long, String, String, String, Date, Date) - Constructor for class org.apache.jdo.tck.pc.company.Employee
Construct an Employee instance.
Employee(long, String, String, String, Date, IAddress, Date) - Constructor for class org.apache.jdo.tck.pc.company.Employee
Construct an Employee instance.
EnhancerTest - class org.apache.jdo.tck.enhancement.EnhancerTest.
 
EnhancerTest() - Constructor for class org.apache.jdo.tck.enhancement.EnhancerTest
Creates new EnhancerTest
Equality - class org.apache.jdo.tck.query.jdoql.operators.Equality.
Title: Equality Operator Support
Keywords: query
Assertion ID: A14.6.2-14.
Equality() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.Equality
 
EqualityAndComparisonsBetweenDateFieldsAndParameters - class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenDateFieldsAndParameters.
Title: Equality and Comparisons Between Date Fields and Parameters
Keywords: query
Assertion ID: A14.6.2-4.
EqualityAndComparisonsBetweenDateFieldsAndParameters() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenDateFieldsAndParameters
 
EqualityAndComparisonsBetweenPrimitivesAndWrapperInstances - class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenPrimitivesAndWrapperInstances.
Title: Equality and Comparisons Between Primitives and Wrapper Instances
Keywords: query
Assertion ID: A14.6.2-3.
EqualityAndComparisonsBetweenPrimitivesAndWrapperInstances() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenPrimitivesAndWrapperInstances
 
EqualityAndComparisonsBetweenStringFieldsAndParameters - class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenStringFieldsAndParameters.
Title: Equality and Comparisons Between String Fields and Parameters
Keywords: query
Assertion ID: A14.6.2-5.
EqualityAndComparisonsBetweenStringFieldsAndParameters() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenStringFieldsAndParameters
 
EqualityHelper - class org.apache.jdo.tck.util.EqualityHelper.
This is a utility class to support equality checking.
EqualityHelper() - Constructor for class org.apache.jdo.tck.util.EqualityHelper
 
EvictAllWithNoParameters - class org.apache.jdo.tck.api.persistencemanager.cache.EvictAllWithNoParameters.
Title: EvictAllWithNoParameters
Keywords: cache
Assertion IDs: A12.5.1-2
Assertion Description: If PersistenceManager.evict is called with no parameter, then all referenced instances are evicted.
EvictAllWithNoParameters() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.EvictAllWithNoParameters
 
EvictingCollectionOfInstancesSideEffects - class org.apache.jdo.tck.api.persistencemanager.cache.EvictingCollectionOfInstancesSideEffects.
Title: EvictingCollectionOfInstancesSideEffects
Keywords: cache
Assertion IDs: A12.5.1-4
Assertion Description: If PersistenceManager.evict is called with no parameter, then all referenced instances are evicted.
EvictingCollectionOfInstancesSideEffects() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.EvictingCollectionOfInstancesSideEffects
 
EvictingWithRestoreValuesFalse - class org.apache.jdo.tck.api.persistencemanager.cache.EvictingWithRestoreValuesFalse.
Title: Evicting With RestoreValues False
Keywords: cache
Assertion ID: A12.6.1-1.
EvictingWithRestoreValuesFalse() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.EvictingWithRestoreValuesFalse
 
EvictingWithRetainValuesFalse - class org.apache.jdo.tck.api.persistencemanager.cache.EvictingWithRetainValuesFalse.
Title: Evicting With RetainValues False
Keywords: cache
Assertion ID: A12.5.1-3.
EvictingWithRetainValuesFalse() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.EvictingWithRetainValuesFalse
 
ExecuteQuery - class org.apache.jdo.tck.query.api.ExecuteQuery.
Title: Execute Query
Keywords: query
Assertion ID: A14.6.1-3.
ExecuteQuery() - Constructor for class org.apache.jdo.tck.query.api.ExecuteQuery
 
ExecuteQueryWhenPersistenceManagerIsClosed - class org.apache.jdo.tck.query.jdoql.ExecuteQueryWhenPersistenceManagerIsClosed.
Title: Execute Query when Persistence Manager is Closed
Keywords: query
Assertion ID: A14.6.1-1.
ExecuteQueryWhenPersistenceManagerIsClosed() - Constructor for class org.apache.jdo.tck.query.jdoql.ExecuteQueryWhenPersistenceManagerIsClosed
 
ExecuteQueryWithArray - class org.apache.jdo.tck.query.api.ExecuteQueryWithArray.
Title: Execute Query with Array
Keywords: query
Assertion ID: A14.6.1-6.
ExecuteQueryWithArray() - Constructor for class org.apache.jdo.tck.query.api.ExecuteQueryWithArray
 
ExecuteQueryWithMap - class org.apache.jdo.tck.query.api.ExecuteQueryWithMap.
Title: Execute Query with Map
Keywords: query
Assertion ID: A14.6.1-5.
ExecuteQueryWithMap() - Constructor for class org.apache.jdo.tck.query.api.ExecuteQueryWithMap
 
ExecutingMultipleQueriesSimultaneouslyIsThreadSafe - class org.apache.jdo.tck.query.jdoql.ExecutingMultipleQueriesSimultaneouslyIsThreadSafe.
Title: Executing Multiple Queries Simultaneously is ThreadSafe
Keywords: query concurrency
Assertion ID: A14.3-2.
ExecutingMultipleQueriesSimultaneouslyIsThreadSafe() - Constructor for class org.apache.jdo.tck.query.jdoql.ExecutingMultipleQueriesSimultaneouslyIsThreadSafe
 
ExecutingQueryWhenNoTransactionNoNontransactionalRead - class org.apache.jdo.tck.query.jdoql.ExecutingQueryWhenNoTransactionNoNontransactionalRead.
Title: Executing Query when no Transaction, no NontransactionalRead
Keywords: query
Assertion ID: A14.6.1-2.
ExecutingQueryWhenNoTransactionNoNontransactionalRead() - Constructor for class org.apache.jdo.tck.query.jdoql.ExecutingQueryWhenNoTransactionNoNontransactionalRead
 
elapsedTimeAsString(long) - Method in class org.apache.jdo.tck.util.BatchResultPrinter
 
elementTypes - Static variable in class org.apache.jdo.tck.models.fieldtypes.TestUtil
 
endTest(Test) - Method in class org.apache.jdo.tck.util.BatchResultPrinter
Called when a test case is finished.
entries - Variable in class org.apache.jdo.tck.pc.shoppingcart.Cart
The list of entries in this cart
equals(Object) - Method in class org.apache.jdo.tck.pc.company.Address.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.company.Address
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jdo.tck.pc.company.Company.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.company.Company
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jdo.tck.pc.company.Department.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.company.Department
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jdo.tck.pc.company.Insurance.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.company.Insurance
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jdo.tck.pc.company.Person.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.company.Person
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jdo.tck.pc.company.Project.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.company.Project
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.ListCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.SetCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.SimpleClass.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.SimpleClass
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.inheritance.AllPersist.Id
 
equals(Object) - Method in class org.apache.jdo.tck.pc.inheritance.AllPersist
 
equals(Object) - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName.Id
 
equals(Object) - Method in class org.apache.jdo.tck.pc.inheritance.TopNonPersistB.Id
 
equals(Object) - Method in class org.apache.jdo.tck.pc.inheritance.TopPersist.Id
 
equals(Object) - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass.KeyClass
 
equals(Object) - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass.KeyClass
 
equals(Object) - Method in class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.mylib.PCClass.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
equals(Object) - Method in class org.apache.jdo.tck.pc.mylib.PCPoint.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.mylib.PCRect.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
equals(Object) - Method in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.shoppingcart.Cart.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.shoppingcart.Cart
 
equals(Cart) - Method in class org.apache.jdo.tck.pc.shoppingcart.Cart
 
equals(Object) - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
equals(CartEntry) - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
equals(Object) - Method in class org.apache.jdo.tck.pc.shoppingcart.Product.Oid
 
equals(Object) - Method in class org.apache.jdo.tck.pc.shoppingcart.Undetachable.Oid
 
equals(Object, Object) - Method in class org.apache.jdo.tck.query.QueryTest
Returns true if o1 and o2 equal.
equals(Object) - Method in class org.apache.jdo.tck.query.result.classes.FullName
 
equals(Object) - Method in class org.apache.jdo.tck.query.result.classes.LongString
 
equals(Object) - Method in class org.apache.jdo.tck.query.result.classes.MissingNoArgsConstructor
 
equals(Object) - Method in class org.apache.jdo.tck.query.result.classes.PublicLongField
 
equals(Object) - Method in class org.apache.jdo.tck.query.result.classes.PublicPutMethod
 
equals(Object, Object, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified objects are equal.
equals(BigDecimal, BigDecimal, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true, if compare called for the specified BigDecimal objects returns 0.
equals(boolean, boolean, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true, if two parameters are equal.
equals(char, char, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true, if two parameters are equal.
equals(byte, byte, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true, if two parameters are equal.
equals(short, short, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true, if two parameters are equal.
equals(int, int, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true, if two parameters are equal.
equals(long, long, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true, if two parameters are equal.
equals(Object, Object) - Static method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified objects are equal.
equalsCollection(Collection, Collection) - Method in class org.apache.jdo.tck.query.QueryTest
Returns true if o1 and o2 equal.
equalsList(List, List) - Method in class org.apache.jdo.tck.query.QueryTest
Returns true if o1 and o2 equal.
equalsMap(Map, Map) - Method in class org.apache.jdo.tck.query.QueryTest
Returns true if o1 and o2 equal.
equalsObjectArray(Object[], Object[]) - Method in class org.apache.jdo.tck.query.QueryTest
Returns true if o1 and o2 equal.
equalsPKField(SingleFieldIdentity) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.AbstractPCPointSingleField
Returns true if the given the key of the given SingleFieldIdentity instance equals the key in the subclass of this class.
equalsPKField(SingleFieldIdentity) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte
Returns true if the given the key of the given SingleFieldIdentity instance equals the key in the subclass of this class.
equalsPKField(SingleFieldIdentity) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter
Returns true if the given the key of the given SingleFieldIdentity instance equals the key in the subclass of this class.
equalsPKField(SingleFieldIdentity) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate
Returns true if the given the key of the given SingleFieldIdentity instance equals the key in the subclass of this class.
equalsPKField(SingleFieldIdentity) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger
Returns true if the given the key of the given SingleFieldIdentity instance equals the key in the subclass of this class.
equalsPKField(SingleFieldIdentity) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong
Returns true if the given the key of the given SingleFieldIdentity instance equals the key in the subclass of this class.
equalsPKField(SingleFieldIdentity) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivebyte
Returns true if the given the key of the given SingleFieldIdentity instance equals the key in the subclass of this class.
equalsPKField(SingleFieldIdentity) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivechar
Returns true if the given the key of the given SingleFieldIdentity instance equals the key in the subclass of this class.
equalsPKField(SingleFieldIdentity) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveint
Returns true if the given the key of the given SingleFieldIdentity instance equals the key in the subclass of this class.
equalsPKField(SingleFieldIdentity) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivelong
Returns true if the given the key of the given SingleFieldIdentity instance equals the key in the subclass of this class.
equalsPKField(SingleFieldIdentity) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveshort
Returns true if the given the key of the given SingleFieldIdentity instance equals the key in the subclass of this class.
equalsPKField(SingleFieldIdentity) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort
Returns true if the given the key of the given SingleFieldIdentity instance equals the key in the subclass of this class.
equalsPKField(SingleFieldIdentity) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString
Returns true if the given the key of the given SingleFieldIdentity instance equals the key in the subclass of this class.
exceptions - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
executeAPIQuery(String, QueryElementHolder, Object) - Method in class org.apache.jdo.tck.query.QueryTest
Executes the given query element holder instance as a JDO API query.
executeAPIQuery(String, QueryElementHolder, Object[], Object) - Method in class org.apache.jdo.tck.query.QueryTest
Executes the given query element holder instance as a JDO API query.
executeJDOQuery(String, Query, String, boolean, Object[], Object, boolean) - Method in class org.apache.jdo.tck.query.QueryTest
Executes the given query instance delegating to execute(String, Query, String, boolean, Object, Object, boolean).
executeSQLQuery(String, String, Class, Class, Object[], Object, boolean) - Method in class org.apache.jdo.tck.query.QueryTest
Executes the given SQL string as a JDO SQL query.
executeSingleStringQuery(String, QueryElementHolder, Object) - Method in class org.apache.jdo.tck.query.QueryTest
Executes the given query element holder instance as a JDO single string query.
executeSingleStringQuery(String, QueryElementHolder, Object[], Object) - Method in class org.apache.jdo.tck.query.QueryTest
Executes the given query element holder instance as a JDO single string query.
expectedSource - Variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
expectedTarget - Variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 

F

FLOAT_EPSILON - Static variable in class org.apache.jdo.tck.util.EqualityHelper
Used when comparing float values close enough.
FLOAT_LARGEST - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
FLOAT_SMALLEST - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
FetchPlanInterface - class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface.
Title: Test TITLE
Keywords: fetch plan
Assertion IDs: 12.7.1-1
Assertion Description: public interface FetchPlan { String DEFAULT = "default"; String ALL = "all"; int FETCH_SIZE_GREEDY = -1; int FETCH_SIZE_OPTIMAL = 0; int DETACH_LOAD_FIELDS = 1; int DETACH_UNLOAD_FIELDS = 2; A12.7.1-1 [/** Add the fetchgroup to the set of active fetch groups.
FetchPlanInterface() - Constructor for class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
FetchPlanMakeTransient - class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanMakeTransient.
Title: Test FetchPlanMakeTransient
Keywords: FetchPlan makeTransient
Assertion IDs: Assertion 12.7.1
Assertion Description: If the useFetchPlan parameter is true, the current FetchPlan, including MaxFetchDepth, DETACH_LOAD_FIELDS, and DETACH_UNLOAD_FIELDS, is applied to the pc or pcs parameter instance(s) to load fields and instances from the datastore.
FetchPlanMakeTransient() - Constructor for class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanMakeTransient
 
FetchPlanQuery - class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanQuery.
Title: Test FetchPlanQuery
Keywords: FetchPlan Query
Assertion IDs: Assertion 12.7.1
Assertion Description: 12.7.1 When executing a query the JDO implementation loads the fields as specified in the fetch plan associated with the Query instance.
FetchPlanQuery() - Constructor for class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanQuery
 
FetchPlanRefresh - class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanRefresh.
Title: Test FetchPlanRefresh
Keywords: FetchPlan getObjectById
Assertion IDs: Assertion 12.7.1
Assertion Description: 12.7.1 For refresh, after clearing fields in the instances, the JDO implementation uses the fetch plan to determine which fields to load from the datastore.
FetchPlanRefresh() - Constructor for class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanRefresh
 
FetchPlanRetrieve - class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanRetrieve.
Title: Test FetchPlanRetrieve
Keywords: FetchPlan getObjectById
Assertion IDs: Assertion 12.7.1
Assertion Description: 12.7.1 For retrieve with FGonly true, the implementation uses the fetch plan to determine which fields are loaded from the datastore.
FetchPlanRetrieve() - Constructor for class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanRetrieve
 
FieldAccessModified - class org.apache.jdo.tck.enhancement.FieldAccessModified.
Title: FieldAccessModified
Keywords: enhancement
Assertion ID: .
FieldAccessModified() - Constructor for class org.apache.jdo.tck.enhancement.FieldAccessModified
 
FieldSameName - class org.apache.jdo.tck.pc.inheritance.FieldSameName.
 
FieldSameName() - Constructor for class org.apache.jdo.tck.pc.inheritance.FieldSameName
 
FieldSameName(int, double, int) - Constructor for class org.apache.jdo.tck.pc.inheritance.FieldSameName
 
FieldSameName.Id - class org.apache.jdo.tck.pc.inheritance.FieldSameName.Id.
 
FieldSameName.Id() - Constructor for class org.apache.jdo.tck.pc.inheritance.FieldSameName.Id
 
FieldSameName.Id(int) - Constructor for class org.apache.jdo.tck.pc.inheritance.FieldSameName.Id
 
FieldSameName.Id(String) - Constructor for class org.apache.jdo.tck.pc.inheritance.FieldSameName.Id
 
FieldSameName2 - class org.apache.jdo.tck.pc.inheritance.FieldSameName2.
 
FieldSameName2() - Constructor for class org.apache.jdo.tck.pc.inheritance.FieldSameName2
 
FieldSameName2(int, double, int, char, boolean, float) - Constructor for class org.apache.jdo.tck.pc.inheritance.FieldSameName2
 
FieldSameName3 - class org.apache.jdo.tck.pc.inheritance.FieldSameName3.
 
FieldSameName3() - Constructor for class org.apache.jdo.tck.pc.inheritance.FieldSameName3
 
FieldSameName3(int, double, int, char, boolean, float, short) - Constructor for class org.apache.jdo.tck.pc.inheritance.FieldSameName3
 
FieldSameName4 - class org.apache.jdo.tck.pc.inheritance.FieldSameName4.
 
FieldSameName4() - Constructor for class org.apache.jdo.tck.pc.inheritance.FieldSameName4
 
FieldSameName4(int, double, int, char, boolean, float, short, short, int) - Constructor for class org.apache.jdo.tck.pc.inheritance.FieldSameName4
 
FieldWithSameNameInSuperclass - class org.apache.jdo.tck.models.inheritance.FieldWithSameNameInSuperclass.
Title: Field With the Same Name as a Field in a Superclass
Keywords: inheritance
Assertion ID: A6.5-7.
FieldWithSameNameInSuperclass() - Constructor for class org.apache.jdo.tck.models.inheritance.FieldWithSameNameInSuperclass
 
FieldsOfBigDecimal - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal.
 
FieldsOfBigDecimal() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
FieldsOfBigDecimal.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal.Oid.
 
FieldsOfBigDecimal.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal.Oid
 
FieldsOfBigDecimal.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal.Oid
 
FieldsOfBigInteger - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger.
 
FieldsOfBigInteger() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
FieldsOfBigInteger.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger.Oid.
 
FieldsOfBigInteger.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger.Oid
 
FieldsOfBigInteger.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger.Oid
 
FieldsOfBoolean - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean.
 
FieldsOfBoolean() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
FieldsOfBoolean.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean.Oid.
 
FieldsOfBoolean.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean.Oid
 
FieldsOfBoolean.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean.Oid
 
FieldsOfByte - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte.
 
FieldsOfByte() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
FieldsOfByte.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte.Oid.
 
FieldsOfByte.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte.Oid
 
FieldsOfByte.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte.Oid
 
FieldsOfCharacter - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter.
 
FieldsOfCharacter() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
FieldsOfCharacter.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter.Oid.
 
FieldsOfCharacter.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter.Oid
 
FieldsOfCharacter.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter.Oid
 
FieldsOfDate - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate.
 
FieldsOfDate() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
FieldsOfDate.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate.Oid.
 
FieldsOfDate.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate.Oid
 
FieldsOfDate.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate.Oid
 
FieldsOfDouble - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble.
 
FieldsOfDouble() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
FieldsOfDouble.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble.Oid.
 
FieldsOfDouble.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble.Oid
 
FieldsOfDouble.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble.Oid
 
FieldsOfFloat - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat.
 
FieldsOfFloat() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
FieldsOfFloat.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat.Oid.
 
FieldsOfFloat.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat.Oid
 
FieldsOfFloat.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat.Oid
 
FieldsOfInteger - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger.
 
FieldsOfInteger() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
FieldsOfInteger.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger.Oid.
 
FieldsOfInteger.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger.Oid
 
FieldsOfInteger.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger.Oid
 
FieldsOfLocale - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale.
 
FieldsOfLocale() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
FieldsOfLocale.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale.Oid.
 
FieldsOfLocale.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale.Oid
 
FieldsOfLocale.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale.Oid
 
FieldsOfLong - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong.
 
FieldsOfLong() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
FieldsOfLong.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong.Oid.
 
FieldsOfLong.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong.Oid
 
FieldsOfLong.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong.Oid
 
FieldsOfObject - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject.
 
FieldsOfObject() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
FieldsOfObject.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject.Oid.
 
FieldsOfObject.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject.Oid
 
FieldsOfObject.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject.Oid
 
FieldsOfPrimitiveboolean - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean.
 
FieldsOfPrimitiveboolean() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
FieldsOfPrimitiveboolean.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean.Oid.
 
FieldsOfPrimitiveboolean.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean.Oid
 
FieldsOfPrimitiveboolean.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean.Oid
 
FieldsOfPrimitivebyte - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte.
 
FieldsOfPrimitivebyte() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
FieldsOfPrimitivebyte.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte.Oid.
 
FieldsOfPrimitivebyte.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte.Oid
 
FieldsOfPrimitivebyte.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte.Oid
 
FieldsOfPrimitivechar - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar.
 
FieldsOfPrimitivechar() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
FieldsOfPrimitivechar.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar.Oid.
 
FieldsOfPrimitivechar.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar.Oid
 
FieldsOfPrimitivechar.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar.Oid
 
FieldsOfPrimitivedouble - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble.
 
FieldsOfPrimitivedouble() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
FieldsOfPrimitivedouble.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble.Oid.
 
FieldsOfPrimitivedouble.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble.Oid
 
FieldsOfPrimitivedouble.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble.Oid
 
FieldsOfPrimitivefloat - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat.
 
FieldsOfPrimitivefloat() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
FieldsOfPrimitivefloat.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat.Oid.
 
FieldsOfPrimitivefloat.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat.Oid
 
FieldsOfPrimitivefloat.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat.Oid
 
FieldsOfPrimitiveint - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint.
 
FieldsOfPrimitiveint() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
FieldsOfPrimitiveint.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint.Oid.
 
FieldsOfPrimitiveint.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint.Oid
 
FieldsOfPrimitiveint.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint.Oid
 
FieldsOfPrimitivelong - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong.
 
FieldsOfPrimitivelong() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
FieldsOfPrimitivelong.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong.Oid.
 
FieldsOfPrimitivelong.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong.Oid
 
FieldsOfPrimitivelong.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong.Oid
 
FieldsOfPrimitiveshort - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort.
 
FieldsOfPrimitiveshort() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
FieldsOfPrimitiveshort.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort.Oid.
 
FieldsOfPrimitiveshort.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort.Oid
 
FieldsOfPrimitiveshort.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort.Oid
 
FieldsOfShort - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort.
 
FieldsOfShort() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
FieldsOfShort.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort.Oid.
 
FieldsOfShort.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort.Oid
 
FieldsOfShort.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort.Oid
 
FieldsOfSimpleClass - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass.
 
FieldsOfSimpleClass() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
FieldsOfSimpleClass.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass.Oid.
 
FieldsOfSimpleClass.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass.Oid
 
FieldsOfSimpleClass.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass.Oid
 
FieldsOfSimpleInterface - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface.
 
FieldsOfSimpleInterface() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
FieldsOfSimpleInterface.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface.Oid.
 
FieldsOfSimpleInterface.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface.Oid
 
FieldsOfSimpleInterface.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface.Oid
 
FieldsOfString - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString.
 
FieldsOfString() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
FieldsOfString.Oid - class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString.Oid.
 
FieldsOfString.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString.Oid
 
FieldsOfString.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString.Oid
 
Float100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
Float99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
FloatParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
Float_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
FullName - class org.apache.jdo.tck.query.result.classes.FullName.
JDOQL result class having bean properties firstname, firstName, lastname, and lastName.
FullName() - Constructor for class org.apache.jdo.tck.query.result.classes.FullName
 
FullName(String, String) - Constructor for class org.apache.jdo.tck.query.result.classes.FullName
 
FullTimeEmployee - class org.apache.jdo.tck.pc.company.FullTimeEmployee.
This class represents a full-time employee.
FullTimeEmployee() - Constructor for class org.apache.jdo.tck.pc.company.FullTimeEmployee
This is the JDO-required no-args constructor.
FullTimeEmployee(long, String, String, String, Date, Date, double) - Constructor for class org.apache.jdo.tck.pc.company.FullTimeEmployee
Construct a full-time employee.
FullTimeEmployee(long, String, String, String, Date, IAddress, Date, double) - Constructor for class org.apache.jdo.tck.pc.company.FullTimeEmployee
Construct a full-time employee.
fail(String, String) - Method in class org.apache.jdo.tck.JDO_Test
Prints the specified msg (if debug is true), before it aborts the test case.
fail(String, String, String, String) - Method in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
failCompare(String, Object, Object) - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
failCompare(String, int, int) - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
failOnError() - Method in class org.apache.jdo.tck.JDO_Test
Fail the test if there are any error messages.
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
fieldSpecs - Static variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
float100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
float99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
floatE - Variable in class org.apache.jdo.tck.pc.inheritance.AllPersist2
 
floatE - Variable in class org.apache.jdo.tck.pc.inheritance.TopNonPersistE
 
floatE - Variable in class org.apache.jdo.tck.pc.inheritance.TopPersistE
 
floatE_V - Static variable in class org.apache.jdo.tck.pc.inheritance.Constants
 
floatParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
floatValue - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
float_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
flush() - Method in class org.apache.jdo.tck.util.TCKFileHandler
 
foo - Variable in class org.apache.jdo.tck.pc.shoppingcart.Undetachable
 
formatter - Static variable in class org.apache.jdo.tck.pc.company.Company
 
formatter - Static variable in class org.apache.jdo.tck.pc.company.Person
 
fourthObj - Variable in class org.apache.jdo.tck.pc.inheritance.AllPersist4
 
fourthObj - Variable in class org.apache.jdo.tck.pc.inheritance.TopNonPersistG
 
fourthObj - Variable in class org.apache.jdo.tck.pc.inheritance.TopPersistG
 

G

GetCandidateClass - class org.apache.jdo.tck.extents.GetCandidateClass.
Title: Get Candidate Class
Keywords: extent
Assertion ID: A15.3-7.
GetCandidateClass() - Constructor for class org.apache.jdo.tck.extents.GetCandidateClass
 
GetExtentWithInstancesMadePersistentViaReachability - class org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithInstancesMadePersistentViaReachability.
Title: GetExtentWithInstancesMadePersistentViaReachability
Keywords: inheritance extent
Assertion ID: A12.5.4-1.
GetExtentWithInstancesMadePersistentViaReachability() - Constructor for class org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithInstancesMadePersistentViaReachability
 
GetExtentWithNoSubclasses - class org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithNoSubclasses.
Title: GetExtentWithNoSubclasses
Keywords: inheritance extent
Assertion ID: A12.5.4-2.
GetExtentWithNoSubclasses() - Constructor for class org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithNoSubclasses
 
GetExtentWithSubclasses - class org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithSubclasses.
Title: GetExtentWithSubclasses
Keywords: inheritance extent
Assertion ID: A12.5.4-3.
GetExtentWithSubclasses() - Constructor for class org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithSubclasses
 
GetFetchPlan - class org.apache.jdo.tck.query.api.GetFetchPlan.
Title: Get Fetch Plan.
GetFetchPlan() - Constructor for class org.apache.jdo.tck.query.api.GetFetchPlan
 
GetIgnoreCache - class org.apache.jdo.tck.api.persistencemanager.flags.GetIgnoreCache.
Title: Get IgnoreCache Value from PersistenceManager
Keywords:
Assertion ID: A12.5.3-1.
GetIgnoreCache() - Constructor for class org.apache.jdo.tck.api.persistencemanager.flags.GetIgnoreCache
 
GetIgnoreCache - class org.apache.jdo.tck.query.api.GetIgnoreCache.
Title: Get IgnoreCache
Keywords: query
Assertion ID: A14.6-13.
GetIgnoreCache() - Constructor for class org.apache.jdo.tck.query.api.GetIgnoreCache
 
GetObjectById - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectById.
Title: Get Object By Id
Keywords: identity cache
Assertion ID: A12.5.6-9.
GetObjectById() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectById
 
GetObjectByIdNoValidationInstanceInCache - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceInCache.
Title: Get Object By Id No Validation, Instance In Cache
Keywords: identity cache
Assertion IDs: A12.5.6-2
Assertion Description: If PersistenceManager.getObjectById is called with a value of false for the second parameter named validate, and there is already an instance in the cache with the same JDO identity as the oid parameter, then this method returns it.
GetObjectByIdNoValidationInstanceInCache() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceInCache
 
GetObjectByIdNoValidationInstanceInCacheNoStateChange - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceInCacheNoStateChange.
Title: Get Object By Id No Validation, Instance In Cache, No State Change
Keywords: identity cache lifecycle
Assertion IDs: A12.5.6-3
Assertion Description: If PersistenceManager.getObjectById is called with a value of false for the second parameter named validate, and there is already an instance in the cache with the same JDO identity as the oid parameter, there is no change made to the state of the returned instance.
GetObjectByIdNoValidationInstanceInCacheNoStateChange() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceInCacheNoStateChange
 
GetObjectByIdNoValidationInstanceNotInCache - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInCache.
Title: Get Object By Id No Validation Instance Not In Cache
Keywords: identity cache
Assertion IDs: A12.5.6-5
Assertion Description: If PersistenceManager.getObjectById is called with a value of false for the second parameter named validate, and there is not an instance already in the cache with the same JDO identity as the oid parameter, and there is a transaction in progress, then this method creates an instance with the specified JDO identity and returns it with a state of hollow, persistent-nontransactional, or persistent-clean, at the choice of the implementation.
GetObjectByIdNoValidationInstanceNotInCache() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInCache
 
GetObjectByIdNoValidationInstanceNotInCacheNoTx - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInCacheNoTx.
Title: Get Object By Id No Validation Instance Not In Cache, No Tx
Keywords: identity cache
Assertion IDs: A12.5.6-4
Assertion Description: If PersistenceManager.getObjectById is called with a value of false for the second parameter named validate, and there is not an instance already in the cache with the same JDO identity as the oid parameter, and there is no transaction in progress, then this method creates an instance with the specified JDO identity and returns it with a state of hollow or persistent-nontransactional, at the choice of the implementation.
GetObjectByIdNoValidationInstanceNotInCacheNoTx() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInCacheNoTx
 
GetObjectByIdNoValidationInstanceNotInDatastore - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInDatastore.
Title: Get Object By Id No Validation Instance Not In Datastore
Keywords: identity exception
Assertion ID: A12.5.6-6.
GetObjectByIdNoValidationInstanceNotInDatastore() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInDatastore
 
GetObjectByIdNotResolved - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNotResolved.
Title: Get ObjectId For Null Or Not Persistent
Keywords: identity
Assertion IDs: A12.5.6-1
Assertion Description: In a call to PersistenceManager.getObjectById, if the PersistenceManager is unable to resolve the oid parameter to an ObjectId instance, then it throws a JDOUserException.
GetObjectByIdNotResolved() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNotResolved
 
GetObjectByIdWithValidationInstanceInCache - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceInCache.
Title: Get Object By Id With Validation Instance in Cache
Keywords: identity cache
Assertion IDs: A12.5.6-7
Assertion Description: If PersistenceManager.getObjectById is called with a value of true for the second parameter named validate, and there is already a transactional instance in the cache with the same JDO identity as the oid parameter, then this method returns it.
GetObjectByIdWithValidationInstanceInCache() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceInCache
 
GetObjectByIdWithValidationInstanceInCacheNotInDatastore - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceInCacheNotInDatastore.
Title: Get Object By Id With Validation, Instance in Cache, Not in Datastore
Keywords: identity cache
Assertion IDs: A12.5.6-8.
GetObjectByIdWithValidationInstanceInCacheNotInDatastore() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceInCacheNotInDatastore
 
GetObjectByIdWithValidationInstanceNotInCacheNotInDatastore - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceNotInCacheNotInDatastore.
Title: Get Object By Id With Validation, Instance Not in Cache, Not in Datastore
Keywords: exception
Assertion IDs: A12.6.5-2.
GetObjectByIdWithValidationInstanceNotInCacheNotInDatastore() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceNotInCacheNotInDatastore
 
GetObjectId - class org.apache.jdo.tck.api.jdohelper.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.
GetObjectId() - Constructor for class org.apache.jdo.tck.api.jdohelper.GetObjectId
 
GetObjectId - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectId.
Title: Get Objectid
Keywords: identity
Assertion ID: A12.5.6-10
Assertion Description: The PersistenceManager.getObjectId method returns an ObjectId instance that re presents the object identity of the specified JDO Instance.
GetObjectId() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectId
 
GetObjectIdClass - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdClass.
Title: Get ObjectId Class
Keywords: identity
Assertion IDs: A12.10-1
Assertion Description: The method PersistenceManager.getObjectIdClass returns the class of the object id for the given class.
GetObjectIdClass() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdClass
 
GetObjectIdClassForAbstractOrNonPersistenceCapableClass - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdClassForAbstractOrNonPersistenceCapableClass.
Title: Get ObjectId Class For Abstract or Non-PersistenceCapable Class
Keywords: identity
Assertion IDs: A12.10-2
Assertion Description: A call to PersistenceManager.getObjectIdClass returns null if the class is abstract or not persistence-capable, or the parameter is null.
GetObjectIdClassForAbstractOrNonPersistenceCapableClass() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdClassForAbstractOrNonPersistenceCapableClass
 
GetObjectIdForNull - class org.apache.jdo.tck.api.jdohelper.GetObjectIdForNull.
Title: Get Object Id For Null
Keywords: jdohelper
Assertion ID: A8.3-4.
GetObjectIdForNull() - Constructor for class org.apache.jdo.tck.api.jdohelper.GetObjectIdForNull
 
GetObjectIdForNullOrNotPersistent - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdForNullOrNotPersistent.
Title: GetObjectIdForNullOrNotPersistent
Keywords: identity
Assertion IDs: A12.5.6-14.
GetObjectIdForNullOrNotPersistent() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdForNullOrNotPersistent
 
GetObjectIdForTransient - class org.apache.jdo.tck.api.jdohelper.GetObjectIdForTransient.
Title: Get Object Id For Transient
Keywords: jdohelper
Assertion ID: A8.3-2.
GetObjectIdForTransient() - Constructor for class org.apache.jdo.tck.api.jdohelper.GetObjectIdForTransient
 
GetObjectIdNotPersistenceCapable - class org.apache.jdo.tck.api.jdohelper.GetObjectIdNotPersistenceCapable.
Title: Get Object Id Not Persistence Capable
Keywords: jdohelper
Assertion ID: A8.3-3.
GetObjectIdNotPersistenceCapable() - Constructor for class org.apache.jdo.tck.api.jdohelper.GetObjectIdNotPersistenceCapable
 
GetObjectIdWithApplicationModifyingIdentity - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdWithApplicationModifyingIdentity.
Title: Get ObjectId With Application Modifying Identity
Keywords: identity applicationidentity
Assertion ID: A12.5.6-11.
GetObjectIdWithApplicationModifyingIdentity() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdWithApplicationModifyingIdentity
 
GetObjectIds - class org.apache.jdo.tck.api.jdohelper.GetObjectIds.
Title: Test GetObjectIds
Keywords: getObjectIds getObjectId
Assertion IDs: A8.3-11
Assertion Description: These methods return the JDO identities of the parameter instances.
GetObjectIds() - Constructor for class org.apache.jdo.tck.api.jdohelper.GetObjectIds
 
GetObjectsById - class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectsById.
Title: Test GetObjectsById
Keywords: getObjectsById getObjectById
Assertion IDs: 12.5.6-17
Assertion Description: 12.5.6-17 [Collection getObjectsById (Collection oids); Object[] getObjectsById (Object[] oids); Collection getObjectsById (Collection oids, boolean validate); Object[] getObjectsById (Object[] oids, boolean validate); The getObjectsById method attempts to find instances in the cache with the specified JDO identities.
GetObjectsById() - Constructor for class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectsById
 
GetPMFByFile - class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFile.
Title:GetPMFByFile of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A8.6-13.
GetPMFByFile() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFile
 
GetPMFByFileAndClassLoader - class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFileAndClassLoader.
Title:GetPMFByFileAndClassLoader of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A8.6-14.
GetPMFByFileAndClassLoader() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFileAndClassLoader
 
GetPMFByJNDILocation - class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocation.
Title:GetPMFByJNDILocation of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A8.6-19.
GetPMFByJNDILocation() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocation
 
GetPMFByJNDILocationAndClassLoader - class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocationAndClassLoader.
Title:GetPMFByJNDILocationAndClassLoader of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A8.6-20.
GetPMFByJNDILocationAndClassLoader() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocationAndClassLoader
 
GetPMFByResource - class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResource.
Title:GetPMFByResource of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A8.6-15.
GetPMFByResource() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResource
 
GetPMFByResourceAndClassLoader - class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResourceAndClassLoader.
Title:GetPMFByResourceAndClassLoader of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A8.6-16.
GetPMFByResourceAndClassLoader() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResourceAndClassLoader
 
GetPMFByStream - class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStream.
Title:GetPMFByStream of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A8.6-17.
GetPMFByStream() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStream
 
GetPMFByStreamAndClassLoader - class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStreamAndClassLoader.
Title:GetPMFByStreamAndClassLoader of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A8.6-18.
GetPMFByStreamAndClassLoader() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStreamAndClassLoader
 
GetPersistenceManager - class org.apache.jdo.tck.api.jdohelper.GetPersistenceManager.
Title: Get Persistence Manager
Keywords: jdohelper
Assertion ID: A8.1-1.
GetPersistenceManager() - Constructor for class org.apache.jdo.tck.api.jdohelper.GetPersistenceManager
 
GetPersistenceManager - class org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManager.
Title:GetPersistenceManager of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.3-1.
GetPersistenceManager() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManager
 
GetPersistenceManager - class org.apache.jdo.tck.extents.GetPersistenceManager.
Title: Get PersistenceManager
Keywords: extent
Assertion ID: A15.3-8.
GetPersistenceManager() - Constructor for class org.apache.jdo.tck.extents.GetPersistenceManager
 
GetPersistenceManager - class org.apache.jdo.tck.query.api.GetPersistenceManager.
Title: Get PersistenceManager
Keywords: query
Assertion ID: A14.6-2.
GetPersistenceManager() - Constructor for class org.apache.jdo.tck.query.api.GetPersistenceManager
 
GetPersistenceManager - class org.apache.jdo.tck.transactions.GetPersistenceManager.
Title: Get Persistence Manager
Keywords: transactions
Assertion ID: A13.4.1-1.
GetPersistenceManager() - Constructor for class org.apache.jdo.tck.transactions.GetPersistenceManager
 
GetPersistenceManagerFactory - class org.apache.jdo.tck.api.persistencemanager.GetPersistenceManagerFactory.
Title: Get PersistenceManagerFactory
Keywords:
Assertion ID: A12.9-1.
GetPersistenceManagerFactory() - Constructor for class org.apache.jdo.tck.api.persistencemanager.GetPersistenceManagerFactory
 
GetPersistenceManagerFactoryByPropertiesInstance - class org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerFactoryByPropertiesInstance.
Title:Close of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.1-32
Assertion Description: An implementation must provide a method to construct a PersistenceManagerFactory by a Properties instance.
GetPersistenceManagerFactoryByPropertiesInstance() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerFactoryByPropertiesInstance
 
GetPersistenceManagerForNull - class org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerForNull.
Title: Get Persistence Manager For Null
Keywords: jdohelper
Assertion ID: A8.1-4.
GetPersistenceManagerForNull() - Constructor for class org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerForNull
 
GetPersistenceManagerForTransient - class org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerForTransient.
Title: Get Persistence Manager For Transien
Keywords: jdohelper
Assertion ID: A8.1-2.
GetPersistenceManagerForTransient() - Constructor for class org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerForTransient
 
GetPersistenceManagerForUser - class org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerForUser.
Title:GetPersistenceManagerForUser of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.3-2.
GetPersistenceManagerForUser() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerForUser
 
GetPersistenceManagerFromRestoredSerializedQuery - class org.apache.jdo.tck.query.api.GetPersistenceManagerFromRestoredSerializedQuery.
Title: Get PersistenceManager From Restored Serialized Query
Keywords: query
Assertion ID: A14.6-3.
GetPersistenceManagerFromRestoredSerializedQuery() - Constructor for class org.apache.jdo.tck.query.api.GetPersistenceManagerFromRestoredSerializedQuery
 
GetPersistenceManagerNotPersistenceCapable - class org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerNotPersistenceCapable.
Title: Get Persistence Manager Not Persistence Capable
Keywords: jdohelper
Assertion ID: A8.1-3.
GetPersistenceManagerNotPersistenceCapable() - Constructor for class org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerNotPersistenceCapable
 
GetProperties - class org.apache.jdo.tck.api.persistencemanagerfactory.GetProperties.
Title:Get properties of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.4-1.
GetProperties() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.GetProperties
 
GetPutRemoveUserObject - class org.apache.jdo.tck.api.persistencemanager.GetPutRemoveUserObject.
Title: Test GetPutRemoveUserObject
Keywords: getUserObject putUserObject removeUserObject
Assertion IDs: A12.11-1
Assertion Description: Object putUserObject(Object key, Object value); This method models the put method of Map.
GetPutRemoveUserObject() - Constructor for class org.apache.jdo.tck.api.persistencemanager.GetPutRemoveUserObject
 
GetRetainValues - class org.apache.jdo.tck.transactions.GetRetainValues.
Title: Get Retain Values
Keywords: transactions
Assertion ID: A13.4.2-17.
GetRetainValues() - Constructor for class org.apache.jdo.tck.transactions.GetRetainValues
 
GetRollbackOnlyReturnsFalseUntilSet - class org.apache.jdo.tck.transactions.GetRollbackOnlyReturnsFalseUntilSet.
Title: Test GetRollbackOnlyReturnsFalseUntilSet
Keywords: commit setRollbackOnly getRollbackOnly
Assertion IDs: A13.4.5-2
Assertion Description: When a transaction is not active, and after a transaction is begun, getRollbackOnly will return false.
GetRollbackOnlyReturnsFalseUntilSet() - Constructor for class org.apache.jdo.tck.transactions.GetRollbackOnlyReturnsFalseUntilSet
 
GetSetUserObject - class org.apache.jdo.tck.api.persistencemanager.GetSetUserObject.
Title: Get/Set User Object
Keywords:
Assertion ID: A12.8-1.
GetSetUserObject() - Constructor for class org.apache.jdo.tck.api.persistencemanager.GetSetUserObject
 
GetSupportedOptions - class org.apache.jdo.tck.util.GetSupportedOptions.
 
GetSupportedOptions() - Constructor for class org.apache.jdo.tck.util.GetSupportedOptions
 
GetSynchronization - class org.apache.jdo.tck.transactions.GetSynchronization.
Title: Get Synchronization
Keywords: transactions
Assertion ID: A13.4.3-8.
GetSynchronization() - Constructor for class org.apache.jdo.tck.transactions.GetSynchronization
 
GetTransactionalObjectId - class org.apache.jdo.tck.api.jdohelper.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.
GetTransactionalObjectId() - Constructor for class org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectId
 
GetTransactionalObjectIdForNull - class org.apache.jdo.tck.api.jdohelper.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.
GetTransactionalObjectIdForNull() - Constructor for class org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectIdForNull
 
GetTransactionalObjectIdForTransient - class org.apache.jdo.tck.api.jdohelper.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.
GetTransactionalObjectIdForTransient() - Constructor for class org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectIdForTransient
 
GetTransactionalObjectIdNotPersistenceCapable - class org.apache.jdo.tck.api.jdohelper.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.
GetTransactionalObjectIdNotPersistenceCapable() - Constructor for class org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectIdNotPersistenceCapable
 
GetTransactionalObjectIdWhenObjectIdBeingChanged - class org.apache.jdo.tck.api.persistencemanager.GetTransactionalObjectIdWhenObjectIdBeingChanged.
Title: Get Transactional ObjectId When ObjectId Being Changed
Keywords: identity applicationidentity
Assertion ID: A12.5.6-15.
GetTransactionalObjectIdWhenObjectIdBeingChanged() - Constructor for class org.apache.jdo.tck.api.persistencemanager.GetTransactionalObjectIdWhenObjectIdBeingChanged
 
GetTransactionalObjectIdWithNoTransaction - class org.apache.jdo.tck.api.persistencemanager.GetTransactionalObjectIdWithNoTransaction.
Title: Get Transactional ObjectId With No Transaction
Keywords: identity
Assertion ID: A12.5.6-16
Assertion Description: If there is no transaction in progress, or if none of the key fields is being modified, then PersistenceManager.getTransactionalObjectId has the same behavior as getObjectId.
GetTransactionalObjectIdWithNoTransaction() - Constructor for class org.apache.jdo.tck.api.persistencemanager.GetTransactionalObjectIdWithNoTransaction
 
GreaterThan - class org.apache.jdo.tck.query.jdoql.operators.GreaterThan.
Title: Greater Than Query Operator
Keywords: query
Assertion ID: A14.6.2-16.
GreaterThan() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.GreaterThan
 
GreaterThanOrEqual - class org.apache.jdo.tck.query.jdoql.operators.GreaterThanOrEqual.
Title: Greater Than or Equal Query Operator
Keywords: query
Assertion ID: A14.6.2-18.
GreaterThanOrEqual() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.GreaterThanOrEqual
 
Grouping - class org.apache.jdo.tck.query.result.Grouping.
Title: Grouping.
Grouping() - Constructor for class org.apache.jdo.tck.query.result.Grouping
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
get(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
getAPIQuery(PersistenceManager) - Method in class org.apache.jdo.tck.query.QueryElementHolder
Creates a JDO Query instance using the JDOQL query elements of this instance.
getAddress() - Method in class org.apache.jdo.tck.pc.company.Company
Get the address of the company.
getAddress(String) - Method in class org.apache.jdo.tck.pc.company.CompanyModelReader
Convenience method returning an Address instance for the specified name.
getAddress() - Method in interface org.apache.jdo.tck.pc.company.ICompany
 
getAddress() - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
getAddress() - Method in class org.apache.jdo.tck.pc.company.Person
Get the address.
getAddrid() - Method in class org.apache.jdo.tck.pc.company.Address
Get the addrid associated with this object.
getAddrid() - Method in interface org.apache.jdo.tck.pc.company.IAddress
 
getAllObjects(PersistenceManager, Class) - Method in class org.apache.jdo.tck.JDO_Test
 
getAllUncaughtExceptions() - Method in class org.apache.jdo.tck.util.ThreadExceptionHandler
Returns all uncaught exceptions stored in this ThreadGroup.
getBar() - Method in class org.apache.jdo.tck.pc.shoppingcart.Undetachable
 
getBigDecimal() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getBigDecimal() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getBigDecimalKey(BigDecimal, Set) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestUtil
 
getBigInteger() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getBigInteger() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getBirthdate() - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
getBirthdate() - Method in class org.apache.jdo.tck.pc.company.Person
Get the person's birthdate.
getBoolean() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getBooleanD() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName2
 
getBooleanNotNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getBooleanNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getBudget() - Method in interface org.apache.jdo.tck.pc.company.IProject
 
getBudget() - Method in class org.apache.jdo.tck.pc.company.Project
Get the project's budget.
getByte() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getByteNotNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getByteNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getCandidateClass() - Method in class org.apache.jdo.tck.query.QueryElementHolder
Returns the candtidate class JDOQL query element.
getCarrier() - Method in interface org.apache.jdo.tck.pc.company.IInsurance
 
getCarrier() - Method in class org.apache.jdo.tck.pc.company.Insurance
Get the insurance carrier.
getCart() - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
getCharC() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName2
 
getCharNotNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getCharNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getCharacter() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getCity() - Method in class org.apache.jdo.tck.pc.company.Address
Get the city.
getCity() - Method in interface org.apache.jdo.tck.pc.company.IAddress
 
getClass(String) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Returns the class object for a given (Java) user type name.
getClasses(String[]) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Returns the class objects for given (Java) user type names.
getCompany(String) - Method in class org.apache.jdo.tck.pc.company.CompanyModelReader
Convenience method returning a Company instance for the specified name.
getCompany() - Method in class org.apache.jdo.tck.pc.company.Department
Get the company associated with the department.
getCompany() - Method in interface org.apache.jdo.tck.pc.company.IDepartment
 
getCompanyid() - Method in class org.apache.jdo.tck.pc.company.Company
Get the company id.
getCompanyid() - Method in interface org.apache.jdo.tck.pc.company.ICompany
 
getCountry() - Method in class org.apache.jdo.tck.pc.company.Address
Get the country component of the address.
getCountry() - Method in interface org.apache.jdo.tck.pc.company.IAddress
 
getCustomerId() - Method in class org.apache.jdo.tck.pc.shoppingcart.Cart
 
getDate() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getDateNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getDefaultResultPrinter() - Method in class org.apache.jdo.tck.util.BatchTestRunner
Returns an instance of the default result printer class BatchResultPrinter.
getDentalInsurance(String) - Method in class org.apache.jdo.tck.pc.company.CompanyModelReader
Convenience method returning a DentalInsurance instance for the specified name.
getDentalInsurance() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the dental insurance of the employee.
getDentalInsurance() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getDepartment(String) - Method in class org.apache.jdo.tck.pc.company.CompanyModelReader
Convenience method returning a Department instance for the specified name.
getDepartment() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the employee's department.
getDepartment() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getDepartments() - Method in class org.apache.jdo.tck.pc.company.Company
Get the departments contained in the company.
getDepartments() - Method in interface org.apache.jdo.tck.pc.company.ICompany
 
getDeptid() - Method in class org.apache.jdo.tck.pc.company.Department
Get the department id.
getDeptid() - Method in interface org.apache.jdo.tck.pc.company.IDepartment
 
getDescription() - Method in class org.apache.jdo.tck.pc.shoppingcart.Product
 
getDetachedCleanInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
getDetachedCleanInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
getDetachedDirtyInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
getDetachedDirtyInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
getDouble() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getDoubleB() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName
 
getDoubleNotNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getDoubleNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getEmployee(String) - Method in class org.apache.jdo.tck.pc.company.CompanyModelReader
Convenience method returning an Employee instance for the specified name.
getEmployee() - Method in interface org.apache.jdo.tck.pc.company.IInsurance
 
getEmployee() - Method in class org.apache.jdo.tck.pc.company.Insurance
Get the associated employee.
getEmployeeOfTheMonth() - Method in class org.apache.jdo.tck.pc.company.Department
Get the employee of the month associated with the department.
getEmployeeOfTheMonth() - Method in interface org.apache.jdo.tck.pc.company.IDepartment
 
getEmployees() - Method in class org.apache.jdo.tck.pc.company.Department
Get the employees in the department as an unmodifiable set.
getEmployees() - Method in interface org.apache.jdo.tck.pc.company.IDepartment
 
getEncoding() - Method in class org.apache.jdo.tck.util.TCKFileHandler
 
getEntries() - Method in class org.apache.jdo.tck.pc.shoppingcart.Cart
 
getErrorManager() - Method in class org.apache.jdo.tck.util.TCKFileHandler
 
getFailedPersistenceManagers(String, JDOException) - Static method in class org.apache.jdo.tck.JDO_Test
 
getFailedPersistenceManagers(JDOException) - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.CloseFailsIfTransactionActive
 
getFieldRepr() - Method in class org.apache.jdo.tck.pc.company.Address
Returns a String representation of the non-relationship fields.
getFieldRepr() - Method in class org.apache.jdo.tck.pc.company.Company
Returns a String representation of the non-relationship fields.
getFieldRepr() - Method in class org.apache.jdo.tck.pc.company.DentalInsurance
Returns a String representation of the non-relationship fields.
getFieldRepr() - Method in class org.apache.jdo.tck.pc.company.Department
Returns a String representation of the non-relationship fields.
getFieldRepr() - Method in class org.apache.jdo.tck.pc.company.Employee
Returns a String representation of the non-relationship fields.
getFieldRepr() - Method in class org.apache.jdo.tck.pc.company.FullTimeEmployee
Returns a String representation of the non-relationship fields.
getFieldRepr() - Method in class org.apache.jdo.tck.pc.company.Insurance
Returns a String representation of the non-relationship fields.
getFieldRepr() - Method in class org.apache.jdo.tck.pc.company.MedicalInsurance
Returns a String representation of the non-relationship fields.
getFieldRepr() - Method in class org.apache.jdo.tck.pc.company.PartTimeEmployee
Returns a String representation of the non-relationship fields.
getFieldRepr() - Method in class org.apache.jdo.tck.pc.company.Person
Returns a String representation of the non-relationship fields.
getFieldRepr() - Method in class org.apache.jdo.tck.pc.company.Project
Returns a String representation of the non-relationship fields.
getFieldSpecs(String) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestUtil
 
getFieldSpecsForMap(String) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestUtil
 
getFileName() - Static method in class org.apache.jdo.tck.util.BatchTestRunner
Returns a file name which is determined by method BatchTestRunner.changeFileName(String).
getFilter() - Method in class org.apache.jdo.tck.util.TCKFileHandler
 
getFirstName() - Method in class org.apache.jdo.tck.query.result.classes.FullName
 
getFirstname() - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
getFirstname() - Method in class org.apache.jdo.tck.pc.company.Person
Get the person's first name.
getFirstname() - Method in class org.apache.jdo.tck.query.result.classes.FullName
 
getFloat() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getFloatE() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName2
 
getFloatNotNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getFloatNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getFoo() - Method in class org.apache.jdo.tck.pc.shoppingcart.Undetachable
 
getFormatter() - Method in class org.apache.jdo.tck.util.TCKFileHandler
 
getFounded() - Method in class org.apache.jdo.tck.pc.company.Company
Get the date that the company was founded.
getFounded() - Method in interface org.apache.jdo.tck.pc.company.ICompany
 
getFourthObj() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName4
 
getFromInserted(List) - Method in class org.apache.jdo.tck.query.QueryTest
 
getFullTimeEmployee(String) - Method in class org.apache.jdo.tck.pc.company.CompanyModelReader
Convenience method returning a FullTimeEmployee instance for the specified name.
getFundedEmps() - Method in class org.apache.jdo.tck.pc.company.Department
Get the funded employees in the department as an unmodifiable set.
getFundedEmps() - Method in interface org.apache.jdo.tck.pc.company.IDepartment
 
getFundingDept() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the employee's funding department.
getFundingDept() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getHiredate() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the date that the employee was hired.
getHiredate() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getHollowInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
getHollowInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
getHradvisees() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the HR advisees of this HR advisor.
getHradvisees() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getHradvisor() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the HR advisor for the employee.
getHradvisor() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getId() - Method in class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj
 
getId() - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
getId() - Method in class org.apache.jdo.tck.pc.mylib.PCRect
 
getId() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getId() - Method in class org.apache.jdo.tck.pc.query.NoExtent
 
getId() - Method in class org.apache.jdo.tck.pc.shoppingcart.Cart
 
getId() - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
getInsid() - Method in interface org.apache.jdo.tck.pc.company.IInsurance
 
getInsid() - Method in class org.apache.jdo.tck.pc.company.Insurance
Get the insurance ID.
getInstance() - Static method in class org.apache.jdo.tck.pc.company.CompanyFactoryRegistry
Get the currently registered factory.
getInstanceInState(int) - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
Get an instance in the specified state.
getInstanceInState(int) - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
Get an instance in the specified state.
getInsurance(String) - Method in class org.apache.jdo.tck.pc.company.CompanyModelReader
Convenience method returning an Insurance instance for the specified name.
getIntA() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName
 
getIntB() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName
 
getIntH() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName4
 
getIntNotNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getIntNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getIntValue() - Method in class org.apache.jdo.tck.pc.fieldtypes.SimpleClass
 
getIntValue() - Method in interface org.apache.jdo.tck.pc.fieldtypes.SimpleInterface
 
getInteger() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getL() - Method in class org.apache.jdo.tck.query.result.classes.LongString
 
getL() - Method in class org.apache.jdo.tck.query.result.classes.MissingNoArgsConstructor
 
getLastName() - Method in class org.apache.jdo.tck.query.result.classes.FullName
 
getLastname() - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
getLastname() - Method in class org.apache.jdo.tck.pc.company.Person
Get the person's last name.
getLastname() - Method in class org.apache.jdo.tck.query.result.classes.FullName
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
getLength() - Method in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
getLevel() - Method in class org.apache.jdo.tck.util.TCKFileHandler
 
getLifetimeOrthoBenefit() - Method in class org.apache.jdo.tck.pc.company.DentalInsurance
Get the insurance lifetimeOrthoBenefit.
getLifetimeOrthoBenefit() - Method in interface org.apache.jdo.tck.pc.company.IDentalInsurance
 
getListener() - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
The listener to be used for the test.
getListener() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach
Return the listener.
getListener() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerClear
Return the listener.
getListener() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerCreate
Return the listener.
getListener() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDelete
Return the listener.
getListener() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach
Return the listener.
getListener() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDirty
Return the listener.
getListener() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerLoad
Return the listener.
getListener() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerStore
Return the listener.
getLocale() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getLong() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getLongNotNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getLongNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getLookAhead() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Retrieves the look-ahead token to be parsed next.
getLowerRight() - Method in class org.apache.jdo.tck.pc.mylib.PCRect
 
getManager() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the employee's manager.
getManager() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getMedicalInsurance(String) - Method in class org.apache.jdo.tck.pc.company.CompanyModelReader
Convenience method returning a MedicalInsurance instance for the specified name.
getMedicalInsurance() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the medical insurance of the employee.
getMedicalInsurance() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getMembers() - Method in interface org.apache.jdo.tck.pc.company.IProject
 
getMembers() - Method in class org.apache.jdo.tck.pc.company.Project
Get the project members.
getMentor() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the mentor for this employee.
getMentor() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getMiddlename() - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
getMiddlename() - Method in class org.apache.jdo.tck.pc.company.Person
Get the person's middle name.
getModifiableFields(Object) - Method in class org.apache.jdo.tck.JDO_Test
Returns modifiable Fields of the class of the parameter.
getName() - Method in class org.apache.jdo.tck.pc.company.Company
Get the name of the company.
getName() - Method in class org.apache.jdo.tck.pc.company.Department
Get the name of the department.
getName() - Method in interface org.apache.jdo.tck.pc.company.ICompany
 
getName() - Method in interface org.apache.jdo.tck.pc.company.IDepartment
 
getName() - Method in interface org.apache.jdo.tck.pc.company.IProject
 
getName() - Method in class org.apache.jdo.tck.pc.company.Project
Get the name of the project.
getNumber1() - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
getNumber2() - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
getOid() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getPM() - Method in class org.apache.jdo.tck.JDO_Test
Get the PersistenceManager instance for the implementation under test.
getPMF() - Method in class org.apache.jdo.tck.JDO_Test
Get the PersistenceManagerFactory instance for the implementation under test.
getPMF(String) - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFile
 
getPMF(String) - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFileAndClassLoader
 
getPMF(String) - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocation
 
getPMF(String) - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocationAndClassLoader
 
getPMF(String) - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResource
 
getPMF(String) - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResourceAndClassLoader
 
getPMF(String) - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStream
 
getPMF(String) - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStreamAndClassLoader
 
getPMFProperty(String) - Method in class org.apache.jdo.tck.JDO_Test
Returns the value of the PMF property given by argument key.
getPartTimeEmployee(String) - Method in class org.apache.jdo.tck.pc.company.CompanyModelReader
Convenience method returning a PartTimeEmployee instance for the specified name.
getPersistentClasses() - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
The classes to be used for the test.
getPersistentClasses() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach
Return the persistent classes.
getPersistentClasses() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerClear
Return the persistent classes.
getPersistentClasses() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerCreate
Return the persistent classes.
getPersistentClasses() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDelete
Return the persistent classes.
getPersistentClasses() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach
Return the persistent classes.
getPersistentClasses() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDirty
Return the persistent classes.
getPersistentClasses() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerLoad
Return the persistent classes.
getPersistentClasses() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerStore
Return the persistent classes.
getPersistentCleanInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
getPersistentCleanInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
getPersistentCompanyModelInstance(String) - Method in class org.apache.jdo.tck.query.QueryTest
Returns a persistent company model instance for the given bean name.
getPersistentCompanyModelInstances(String[]) - Method in class org.apache.jdo.tck.query.QueryTest
Returns an array of persistent company model instances for bean names in the given argument.
getPersistentCompanyModelInstancesAsList(String[]) - Method in class org.apache.jdo.tck.query.QueryTest
Returns a list of persistent company model instances instances for beans names in the given argument.
getPersistentDeletedInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
getPersistentDeletedInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
getPersistentDirtyInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
getPersistentDirtyInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
getPersistentMylibInstance(String) - Method in class org.apache.jdo.tck.query.QueryTest
Returns a persistent mylib instance for the given bean name.
getPersistentMylibInstances(String[]) - Method in class org.apache.jdo.tck.query.QueryTest
Returns an array of persistent mylib instances for beans names in the given argument.
getPersistentMylibInstancesAsList(String[]) - Method in class org.apache.jdo.tck.query.QueryTest
Returns a list of persistent mylib instances for beans names in the given argument.
getPersistentNewDeletedInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
getPersistentNewDeletedInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
getPersistentNewInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
getPersistentNewInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
getPersistentNewInstance(long) - Method in class org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges
 
getPersistentNontransactionalDirtyInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
getPersistentNontransactionalDirtyInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
getPersistentNontransactionalInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
getPersistentNontransactionalInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
getPerson(String) - Method in class org.apache.jdo.tck.pc.company.CompanyModelReader
Convenience method returning a Person instance for the specified name.
getPersonid() - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
getPersonid() - Method in class org.apache.jdo.tck.pc.company.Person
Get the person's id.
getPhoneNumber(String) - Method in class org.apache.jdo.tck.pc.company.Person
Get the phone number for the specified phone number type.
getPhoneNumbers() - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
getPhoneNumbers() - Method in class org.apache.jdo.tck.pc.company.Person
Get the map of phone numbers as an unmodifiable map.
getPlanType() - Method in interface org.apache.jdo.tck.pc.company.IMedicalInsurance
 
getPlanType() - Method in class org.apache.jdo.tck.pc.company.MedicalInsurance
Get the insurance planType.
getPostAttachObject() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach.PC
 
getPostDetachObject() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach.PC
 
getPrimitiveTypes(String) - Method in class org.apache.jdo.tck.pc.mylib.MylibReader
Convenience method returning an Address instance for the specified name.
getPrimitiveTypes() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getProduct() - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
getProject(String) - Method in class org.apache.jdo.tck.pc.company.CompanyModelReader
Convenience method returning a Project instance for the specified name.
getProjects() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the employee's projects.
getProjects() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getProjid() - Method in interface org.apache.jdo.tck.pc.company.IProject
 
getProjid() - Method in class org.apache.jdo.tck.pc.company.Project
Get the project ID.
getProperties(String) - Method in class org.apache.jdo.tck.enhancement.EnhancerTest
 
getProtege() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the protege of this employee.
getProtege() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getQuantity() - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
getResultPrinter() - Method in class org.apache.jdo.tck.util.BatchTestRunner
Returns a result printer instance.
getReviewedProjects() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the reviewed projects.
getReviewedProjects() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getReviewers() - Method in interface org.apache.jdo.tck.pc.company.IProject
 
getReviewers() - Method in class org.apache.jdo.tck.pc.company.Project
Get the reviewers associated with this project.
getRootList() - Method in class org.apache.jdo.tck.pc.company.CompanyModelReader
Returns a list of root objects.
getRootList() - Method in class org.apache.jdo.tck.pc.mylib.MylibReader
Returns a list of root objects.
getS() - Method in class org.apache.jdo.tck.query.result.classes.LongString
 
getSalary() - Method in class org.apache.jdo.tck.pc.company.FullTimeEmployee
Get the salary of the full time employee.
getSalary() - Method in interface org.apache.jdo.tck.pc.company.IFullTimeEmployee
 
getSecondObj() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName3
 
getSelect() - Method in class org.apache.jdo.tck.pc.query.JDOQLKeywordsAsFieldNames
 
getSelectedItems() - Method in class org.apache.jdo.tck.util.TestSelector
 
getShort() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getShortF() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName3
 
getShortG() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName4
 
getShortNotNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getShortNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getSingleStringQuery(PersistenceManager) - Method in class org.apache.jdo.tck.query.QueryElementHolder
Creates a JDO Query instance using the JDOQL query elements of this instance.
getSku() - Method in class org.apache.jdo.tck.pc.shoppingcart.Product
 
getState() - Method in class org.apache.jdo.tck.pc.company.Address
Get the state component of the address.
getState() - Method in interface org.apache.jdo.tck.pc.company.IAddress
 
getStateOfInstance(Object) - Static method in class org.apache.jdo.tck.JDO_Test
This utility method returns a String that indicates the current state of an instance.
getStreet() - Method in class org.apache.jdo.tck.pc.company.Address
Get the street component of the address.
getStreet() - Method in interface org.apache.jdo.tck.pc.company.IAddress
 
getString() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getStringNull() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
getStringValue() - Method in class org.apache.jdo.tck.pc.fieldtypes.SimpleClass
 
getStringValue() - Method in interface org.apache.jdo.tck.pc.fieldtypes.SimpleInterface
 
getTargetClassName() - Method in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint.Oid
Return the target class name.
getTeam() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the employee's team.
getTeam() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getTearDownClasses() - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
getTearDownClasses() - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
getTearDownClasses() - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryPMClass
 
getTearDownClasses() - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryPMInterface
 
getTearDownClasses() - Static method in class org.apache.jdo.tck.pc.company.CompanyModelReader
 
getTearDownClasses() - Static method in class org.apache.jdo.tck.pc.mylib.MylibReader
 
getTearDownClassesFromFactory() - Method in class org.apache.jdo.tck.pc.company.CompanyModelReader
 
getTestSuite(String[]) - Method in class org.apache.jdo.tck.util.BatchTestRunner
Returns a JUnit TestSuite instance for the classes of the specified list of class names.
getThirdObj() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName3
 
getTransientCleanInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
getTransientCleanInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
getTransientCompanyModelInstance(String) - Method in class org.apache.jdo.tck.query.QueryTest
Returns a transient company model instance for the given bean name.
getTransientCompanyModelInstances(String[]) - Method in class org.apache.jdo.tck.query.QueryTest
Returns an array of transient company model instances for bean names in the given argument.
getTransientCompanyModelInstancesAsList(String[]) - Method in class org.apache.jdo.tck.query.QueryTest
Returns a list of transient company model instances instances for beans names in the given argument.
getTransientDirtyInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
getTransientDirtyInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
getTransientInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
getTransientInstance() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
getTransientInstance() - Method in class org.apache.jdo.tck.lifecycle.TransientTransactionalStateCommit
 
getTransientInstance() - Method in class org.apache.jdo.tck.lifecycle.TransientTransactionalStateRollback
 
getTransientMylibInstance(String) - Method in class org.apache.jdo.tck.query.QueryTest
Returns a transient mylib instance for the given bean name.
getTransientMylibInstances(String[]) - Method in class org.apache.jdo.tck.query.QueryTest
Returns an array of transient mylib instances for beans names in the given argument.
getTransientMylibInstancesAsList(String[]) - Method in class org.apache.jdo.tck.query.QueryTest
Returns a list of transient mylib instances for beans names in the given argument.
getTransientNumber1() - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
getTransientNumber2() - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
getUncaughtException(Thread) - Method in class org.apache.jdo.tck.util.ThreadExceptionHandler
Returns an uncaught exception for the specified thread.
getUnequalBuffer() - Method in class org.apache.jdo.tck.util.EqualityHelper
 
getUpperLeft() - Method in class org.apache.jdo.tck.pc.mylib.PCRect
 
getValue() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerLoad.PC
 
getWage() - Method in interface org.apache.jdo.tck.pc.company.IPartTimeEmployee
 
getWage() - Method in class org.apache.jdo.tck.pc.company.PartTimeEmployee
Get the wage of the part-time employee.
getWeeklyhours() - Method in class org.apache.jdo.tck.pc.company.Employee
Get the weekly hours of the employee.
getWeeklyhours() - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
getX() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint
 
getX() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
getX() - Method in class org.apache.jdo.tck.pc.mylib.Point
 
getX() - Method in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint
 
getX() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte
 
getX() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter
 
getX() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate
 
getX() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger
 
getX() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong
 
getX() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivebyte
 
getX() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivechar
 
getX() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveint
 
getX() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivelong
 
getX() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveshort
 
getX() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort
 
getX() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString
 
getY() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint
 
getY() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
getY() - Method in class org.apache.jdo.tck.pc.mylib.Point
 
getY() - Method in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint
 
getY() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte
 
getY() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter
 
getY() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate
 
getY() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger
 
getY() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong
 
getY() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivebyte
 
getY() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivechar
 
getY() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveint
 
getY() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivelong
 
getY() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveshort
 
getY() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort
 
getY() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString
 
getZipcode() - Method in class org.apache.jdo.tck.pc.company.Address
Get the zipcode component of the address.
getZipcode() - Method in interface org.apache.jdo.tck.pc.company.IAddress
 
getboolean() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getbyte() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getchar() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getdouble() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getfloat() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getint() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getlong() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
getshort() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
goldenCart - Variable in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
goldenCartEntry - Variable in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
goldenPoint - Variable in class org.apache.jdo.tck.api.persistencemanager.DataStoreConnection
 
goldenPoint - Variable in class org.apache.jdo.tck.api.persistencemanager.DataStoreConnectionThrows
 

H

HOLLOW - Static variable in class org.apache.jdo.tck.JDO_Test
 
HasSubclassesFalse - class org.apache.jdo.tck.extents.HasSubclassesFalse.
Title: Has Subclasses is False
Keywords: extent inheritance
Assertion ID: A15.3-5.
HasSubclassesFalse() - Constructor for class org.apache.jdo.tck.extents.HasSubclassesFalse
 
HasSubclassesTrue - class org.apache.jdo.tck.extents.HasSubclassesTrue.
Title: Has Subclasses is True
Keywords: extent inheritance
Assertion ID: A15.3-6.
HasSubclassesTrue() - Constructor for class org.apache.jdo.tck.extents.HasSubclassesTrue
 
HashMapOfBigDecimal_String45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfBigDecimal_String46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfBigDecimal_String47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfBigDecimal_String48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfBigDecimal_String49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfBigDecimal_String51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfBigDecimal_String53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfBigInteger_String54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfBigInteger_String55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfBigInteger_String56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfBigInteger_String57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfBigInteger_String58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfBigInteger_String60 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfBigInteger_String62 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfByte_String63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfByte_String64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfByte_String65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfByte_String66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfByte_String67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfByte_String69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfByte_String71 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDate_String36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDate_String37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDate_String38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDate_String39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDate_String40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDate_String42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDate_String44 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDouble_String72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDouble_String73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDouble_String74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDouble_String75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDouble_String76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDouble_String78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfDouble_String80 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfFloat_String81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfFloat_String82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfFloat_String83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfFloat_String84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfFloat_String85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfFloat_String87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfFloat_String89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfInteger_String90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfInteger_String91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfInteger_String92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfInteger_String93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfInteger_String94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfInteger_String96 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfInteger_String98 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfLong_String100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfLong_String101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfLong_String102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfLong_String103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfLong_String105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfLong_String107 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfLong_String99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfObject_String0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfObject_String1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfObject_String2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfObject_String3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfObject_String4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfObject_String6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfObject_String8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfShort_String108 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfShort_String109 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfShort_String110 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfShort_String111 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfShort_String112 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfShort_String114 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfShort_String116 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleClass_String10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleClass_String11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleClass_String12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleClass_String13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleClass_String15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleClass_String17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleClass_String9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleInterface_String18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleInterface_String19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleInterface_String20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleInterface_String21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleInterface_String22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleInterface_String24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfSimpleInterface_String26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfString_BigDecimal102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_BigDecimal104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_BigDecimal18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_BigDecimal19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_BigDecimal20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_BigDecimal60 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_BigDecimal61 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_BigInteger105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_BigInteger107 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_BigInteger21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_BigInteger22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_BigInteger23 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_BigInteger63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_BigInteger64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Byte108 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Byte110 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Byte24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Byte25 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Byte26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Byte66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Byte67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Date12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Date13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Date14 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Date54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Date55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Date96 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Date98 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Double111 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Double113 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Double27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Double28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Double29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Double69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Double70 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Float114 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Float116 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Float30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Float31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Float32 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Float72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Float73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Integer117 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Integer119 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Integer33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Integer34 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Integer35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Integer75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Integer76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Locale101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Locale15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Locale16 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Locale17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Locale57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Locale58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Locale99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Long120 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Long122 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Long36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Long37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Long38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Long78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Long79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Object0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Object1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Object2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Object42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Object43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Object84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Object86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Short123 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Short125 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Short39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Short40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Short41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Short81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_Short82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleClass3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleClass4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleClass45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleClass46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleClass5 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleClass87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleClass89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleInterface48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleInterface49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleInterface6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleInterface7 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleInterface8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleInterface90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_SimpleInterface92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_String10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_String11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_String27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfString_String28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfString_String29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfString_String30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfString_String31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfString_String33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfString_String35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapOfString_String51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_String52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_String9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_String93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapOfString_String95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapStringKeyCollections - class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.
 
HashMapStringKeyCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
HashMapStringKeyCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.Oid.
 
HashMapStringKeyCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.Oid
 
HashMapStringKeyCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.Oid
 
HashMapStringValueCollections - class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.
 
HashMapStringValueCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
HashMapStringValueCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.Oid.
 
HashMapStringValueCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.Oid
 
HashMapStringValueCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.Oid
 
HashSetCollections - class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections.
 
HashSetCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections.Oid.
 
HashSetCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections.Oid
 
HashSetCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections.Oid
 
HashSetOfBigDecimal18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfBigDecimal19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfBigDecimal20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfBigInteger21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfBigInteger22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfBigInteger23 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfByte24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfByte25 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfByte26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfDate12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfDate13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfDate14 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfDouble27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfDouble28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfDouble29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfFloat30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfFloat31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfFloat32 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfInteger33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfInteger34 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfInteger35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfLocale15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfLocale16 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfLocale17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfLong36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfLong37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfLong38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfObject0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfObject1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfObject2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfShort39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfShort40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfShort41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfSimpleClass3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfSimpleClass4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfSimpleClass42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfSimpleClass5 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfSimpleInterface6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfSimpleInterface7 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfSimpleInterface8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfString10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfString11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashSetOfString9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
HashtableOfBigDecimal_String45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfBigDecimal_String46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfBigDecimal_String47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfBigDecimal_String48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfBigDecimal_String49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfBigDecimal_String51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfBigDecimal_String53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfBigInteger_String54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfBigInteger_String55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfBigInteger_String56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfBigInteger_String57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfBigInteger_String58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfBigInteger_String60 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfBigInteger_String62 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfByte_String63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfByte_String64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfByte_String65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfByte_String66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfByte_String67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfByte_String69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfByte_String71 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDate_String36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDate_String37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDate_String38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDate_String39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDate_String40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDate_String42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDate_String44 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDouble_String72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDouble_String73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDouble_String74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDouble_String75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDouble_String76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDouble_String78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfDouble_String80 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfFloat_String81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfFloat_String82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfFloat_String83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfFloat_String84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfFloat_String85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfFloat_String87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfFloat_String89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfInteger_String90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfInteger_String91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfInteger_String92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfInteger_String93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfInteger_String94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfInteger_String96 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfInteger_String98 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfLong_String100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfLong_String101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfLong_String102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfLong_String103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfLong_String105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfLong_String107 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfLong_String99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfObject_String0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfObject_String1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfObject_String2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfObject_String3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfObject_String4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfObject_String6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfObject_String8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfShort_String108 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfShort_String109 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfShort_String110 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfShort_String111 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfShort_String112 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfShort_String114 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfShort_String116 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleClass_String10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleClass_String11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleClass_String12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleClass_String13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleClass_String15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleClass_String17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleClass_String9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleInterface_String18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleInterface_String19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleInterface_String20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleInterface_String21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleInterface_String22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleInterface_String24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfSimpleInterface_String26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfString_BigDecimal102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_BigDecimal104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_BigDecimal18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_BigDecimal19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_BigDecimal20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_BigDecimal60 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_BigDecimal61 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_BigInteger105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_BigInteger107 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_BigInteger21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_BigInteger22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_BigInteger23 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_BigInteger63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_BigInteger64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Byte108 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Byte110 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Byte24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Byte25 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Byte26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Byte66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Byte67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Date12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Date13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Date14 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Date54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Date55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Date96 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Date98 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Double111 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Double113 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Double27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Double28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Double29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Double69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Double70 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Float114 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Float116 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Float30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Float31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Float32 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Float72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Float73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Integer117 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Integer119 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Integer33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Integer34 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Integer35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Integer75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Integer76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Locale101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Locale15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Locale16 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Locale17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Locale57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Locale58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Locale99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Long120 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Long122 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Long36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Long37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Long38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Long78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Long79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Object0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Object1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Object2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Object42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Object43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Object84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Object86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Short123 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Short125 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Short39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Short40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Short41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Short81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_Short82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleClass3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleClass4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleClass45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleClass46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleClass5 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleClass87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleClass89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleInterface48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleInterface49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleInterface6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleInterface7 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleInterface8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleInterface90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_SimpleInterface92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_String10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_String11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_String27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfString_String28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfString_String29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfString_String30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfString_String31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfString_String33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfString_String35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableOfString_String51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_String52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_String9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_String93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableOfString_String95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableStringKeyCollections - class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.
 
HashtableStringKeyCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
HashtableStringKeyCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.Oid.
 
HashtableStringKeyCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.Oid
 
HashtableStringKeyCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.Oid
 
HashtableStringValueCollections - class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.
 
HashtableStringValueCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
HashtableStringValueCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.Oid.
 
HashtableStringValueCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.Oid
 
HashtableStringValueCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.Oid
 
Having - class org.apache.jdo.tck.query.jdoql.Having.
Title: Having.
Having() - Constructor for class org.apache.jdo.tck.query.jdoql.Having
 
HollowInstanceMaintainsPK - class org.apache.jdo.tck.lifecycle.HollowInstanceMaintainsPK.
Title: Test that Hollow Instances maintains PK
Keywords: lifecycle hollow instance PK
Assertion IDs: A5.5.4-3
Assertion Description: If the instance is of a class using application identity, the hollow instance maintains its primary key fields.
HollowInstanceMaintainsPK() - Constructor for class org.apache.jdo.tck.lifecycle.HollowInstanceMaintainsPK
 
handleMatch(String, String) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Handles a perfect feature match.
handleMismatch(String, String, String) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Handles non-matching features.
handleMissing(String, String) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Handles missing members.
handleNonStandard(String, String) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Handles public non-standard features.
handleNotLoading(Throwable) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Handles class loading problems.
handleProblem(String, String) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Handles other problems.
hasOrdering() - Method in class org.apache.jdo.tck.query.QueryElementHolder
Returns the unique JDOQL query element.
hashCode() - Method in class org.apache.jdo.tck.pc.company.Address.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.company.Address
Returns a hash code value for the object.
hashCode() - Method in class org.apache.jdo.tck.pc.company.Company.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.company.Company
Returns a hash code value for the object.
hashCode() - Method in class org.apache.jdo.tck.pc.company.Department.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.company.Department
Returns a hash code value for the object.
hashCode() - Method in class org.apache.jdo.tck.pc.company.Insurance.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.company.Insurance
Returns a hash code value for the object.
hashCode() - Method in class org.apache.jdo.tck.pc.company.Person.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.company.Person
Returns a hash code value for the object.
hashCode() - Method in class org.apache.jdo.tck.pc.company.Project.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.company.Project
Returns a hash code value for the object.
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.ListCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.SetCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.SimpleClass.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.SimpleClass
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.inheritance.AllPersist.Id
 
hashCode() - Method in class org.apache.jdo.tck.pc.inheritance.AllPersist
 
hashCode() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName.Id
 
hashCode() - Method in class org.apache.jdo.tck.pc.inheritance.TopNonPersistB.Id
 
hashCode() - Method in class org.apache.jdo.tck.pc.inheritance.TopPersist.Id
 
hashCode() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass.KeyClass
 
hashCode() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass.KeyClass
 
hashCode() - Method in class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.mylib.PCClass.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
hashCode() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.mylib.PCRect.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
hashCode() - Method in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.shoppingcart.Cart.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.shoppingcart.Cart
 
hashCode() - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
hashCode() - Method in class org.apache.jdo.tck.pc.shoppingcart.Product.Oid
 
hashCode() - Method in class org.apache.jdo.tck.pc.shoppingcart.Undetachable.Oid
 
hashCode() - Method in class org.apache.jdo.tck.query.result.classes.FullName
 
hashCode() - Method in class org.apache.jdo.tck.query.result.classes.LongString
 
hashCode() - Method in class org.apache.jdo.tck.query.result.classes.MissingNoArgsConstructor
 
hashCode() - Method in class org.apache.jdo.tck.query.result.classes.PublicLongField
 
hashCode() - Method in class org.apache.jdo.tck.query.result.classes.PublicPutMethod
 

I

IAddress - interface org.apache.jdo.tck.pc.company.IAddress.
This interface represents the persistent state of Address.
ICompany - interface org.apache.jdo.tck.pc.company.ICompany.
This interface represents the persistent state of Company.
IDentalInsurance - interface org.apache.jdo.tck.pc.company.IDentalInsurance.
This interface represents the persistent state of DentalInsurance.
IDepartment - interface org.apache.jdo.tck.pc.company.IDepartment.
This interface represents the persistent state of Department.
IEmployee - interface org.apache.jdo.tck.pc.company.IEmployee.
This interface represents the persistent state of Employee.
IFullTimeEmployee - interface org.apache.jdo.tck.pc.company.IFullTimeEmployee.
This interface represents the persistent state of FullTimeEmployee.
IInsurance - interface org.apache.jdo.tck.pc.company.IInsurance.
This interface represents the persistent state of Insurance.
ILLEGAL_STATE - Static variable in class org.apache.jdo.tck.JDO_Test
 
IMedicalInsurance - interface org.apache.jdo.tck.pc.company.IMedicalInsurance.
This interface represents the persistent state of MedicalInsurance.
IPartTimeEmployee - interface org.apache.jdo.tck.pc.company.IPartTimeEmployee.
This interface represents the persistent state of PartTimeEmployee.
IPerson - interface org.apache.jdo.tck.pc.company.IPerson.
This interface represents the persistent state of Person.
IProject - interface org.apache.jdo.tck.pc.company.IProject.
This interface represents the persistent state of Project.
IdentifiersEqualFieldNames - class org.apache.jdo.tck.query.jdoql.IdentifiersEqualFieldNames.
Title: Identifiers Equal Field Names.
IdentifiersEqualFieldNames() - Constructor for class org.apache.jdo.tck.query.jdoql.IdentifiersEqualFieldNames
 
IgnoreCacheFalse - class org.apache.jdo.tck.query.jdoql.IgnoreCacheFalse.
Title: Query with ignoreCache=false.
IgnoreCacheFalse() - Constructor for class org.apache.jdo.tck.query.jdoql.IgnoreCacheFalse
 
ImmutableQueryResult - class org.apache.jdo.tck.query.result.ImmutableQueryResult.
Title: Changing query result fails.
ImmutableQueryResult() - Constructor for class org.apache.jdo.tck.query.result.ImmutableQueryResult
 
ImplementsPersistenceCapable - class org.apache.jdo.tck.enhancement.ImplementsPersistenceCapable.
Title: Implements PersistenceCapable Added
Keywords: enhancement
Assertion ID: A20.3-0.
ImplementsPersistenceCapable() - Constructor for class org.apache.jdo.tck.enhancement.ImplementsPersistenceCapable
 
ImplicitParameters - class org.apache.jdo.tck.query.jdoql.parameters.ImplicitParameters.
Title: Implicit parameters.
ImplicitParameters() - Constructor for class org.apache.jdo.tck.query.jdoql.parameters.ImplicitParameters
 
InstanceCallbackClass - class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass.
 
InstanceCallbackClass() - Constructor for class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
InstanceCallbackClass(String, Date, int, double, short, char, InstanceCallbackClass) - Constructor for class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
InstanceCallbackClass.KeyClass - class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass.KeyClass.
 
InstanceCallbackClass.KeyClass() - Constructor for class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass.KeyClass
 
InstanceCallbackClass.KeyClass(String) - Constructor for class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass.KeyClass
 
InstanceCallbackNonPersistFdsClass - class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass.
 
InstanceCallbackNonPersistFdsClass() - Constructor for class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
InstanceCallbackNonPersistFdsClass(float, int) - Constructor for class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
InstanceCallbackNonPersistFdsClass.KeyClass - class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass.KeyClass.
 
InstanceCallbackNonPersistFdsClass.KeyClass() - Constructor for class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass.KeyClass
 
InstanceCallbackNonPersistFdsClass.KeyClass(String) - Constructor for class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass.KeyClass
 
InstanceLifecycleListenerAttach - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach.
Title: Test TestInstanceLifecycleListenerAttach
Keywords: LifeCycleListener preAttach postAttach
Assertion IDs: A12.15-13 A12.15-14
Assertion Description: A12.15-13 void preAttach(InstanceLifecycleEvent event); This method is called before a detached instance is attached.
InstanceLifecycleListenerAttach() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach
 
InstanceLifecycleListenerAttach.PC - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach.PC.
The persistence-capable class that implements the attach callback.
InstanceLifecycleListenerAttach.PC() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach.PC
 
InstanceLifecycleListenerAttach.PC(AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl) - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach.PC
 
InstanceLifecycleListenerClear - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerClear.
Title: Test TestInstanceLifecycleListenerClear
Keywords: LifeCycleListener hollow preClear postClear
Assertion IDs: A12.15-5 A12.15-6
Assertion Description: A12.15-5 void preClear(InstanceLifecycleEvent event); This method is called whenever a persistent instance is cleared, for example during afterCompletion.
InstanceLifecycleListenerClear() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerClear
 
InstanceLifecycleListenerClear.PC - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerClear.PC.
The persistence-capable class that implements the clear callback.
InstanceLifecycleListenerClear.PC() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerClear.PC
 
InstanceLifecycleListenerClear.PC(AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl) - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerClear.PC
 
InstanceLifecycleListenerCreate - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerCreate.
Title: Test TestInstanceLifecycleListener
Keywords: addLifeCycleListener removeLifeCycleListener
Assertion IDs: A12.15-1
Assertion Description: A12.15-1 void postCreate(InstanceLifecycleEvent event); This method is called whenever a persistent instance is created, during makePersistent.
InstanceLifecycleListenerCreate() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerCreate
 
InstanceLifecycleListenerDelete - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDelete.
Title: Test TestInstanceLifecycleListenerDelete
Keywords: LifeCycleListener deletePersistent preDelete postDelete
Assertion IDs: A12.15-7 A12.15-8
Assertion Description: A12.15-7 void preDelete(InstanceLifecycleEvent event); This method is called whenever a persistent instance is deleted, during deletePersistent.
InstanceLifecycleListenerDelete() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDelete
 
InstanceLifecycleListenerDelete.PC - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDelete.PC.
The persistence-capable class that implements the delete callback.
InstanceLifecycleListenerDelete.PC() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDelete.PC
 
InstanceLifecycleListenerDelete.PC(AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl) - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDelete.PC
 
InstanceLifecycleListenerDetach - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach.
Title: Test InstanceLifecycleListenerDetach
Keywords: LifeCycleListener preDetach postDetach
Assertion IDs: A12.15-11 A12.15-12
Assertion Description: A12.15-11 void preDetach(InstanceLifecycleEvent event); This method is called before a persistent instance is copied for detachment.
InstanceLifecycleListenerDetach() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach
 
InstanceLifecycleListenerDetach.PC - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach.PC.
The persistence-capable class that implements the load callback.
InstanceLifecycleListenerDetach.PC() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach.PC
 
InstanceLifecycleListenerDetach.PC(AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl) - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach.PC
 
InstanceLifecycleListenerDirty - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDirty.
Title: Test InstanceLifecycleListenerDirty
Keywords: LifeCycleListener preDirty postDirty
Assertion IDs: A12.15-9 A12.15-10
Assertion Description: A12.15-9 void preDirty(InstanceLifecycleEvent event); This method is called whenever a persistent clean instance is first made dirty, during an operation that modifies the value of a persistent or transactional field.
InstanceLifecycleListenerDirty() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDirty
 
InstanceLifecycleListenerLoad - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerLoad.
Title: Test InstanceLifecycleListenerLoad
Keywords: LifeCycleListener postLoad
Assertion IDs: A12.15-2
Assertion Description: A12.15-2 void postLoad(InstanceLifecycleEvent event); This method is called whenever a persistent instance is loaded.
InstanceLifecycleListenerLoad() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerLoad
 
InstanceLifecycleListenerLoad.PC - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerLoad.PC.
The persistence-capable class that implements the load callback.
InstanceLifecycleListenerLoad.PC() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerLoad.PC
 
InstanceLifecycleListenerLoad.PC(AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl) - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerLoad.PC
 
InstanceLifecycleListenerStore - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerStore.
Title: Test InstanceLifecycleListenerLoad
Keywords: LifeCycleListener preStore postStore
Assertion IDs: A12.15-3 A12.15-4
Assertion Description: A12.15-3 void preStore(InstanceLifecycleEvent event); This method is called whenever a persistent instance is stored, for example during flush or commit.
InstanceLifecycleListenerStore() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerStore
 
InstanceLifecycleListenerStore.PC - class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerStore.PC.
The persistence-capable class that implements the load callback.
InstanceLifecycleListenerStore.PC() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerStore.PC
 
InstanceLifecycleListenerStore.PC(AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl) - Constructor for class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerStore.PC
 
Instanceof - class org.apache.jdo.tck.query.jdoql.operators.Instanceof.
Title: Instanceof operator.
Instanceof() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.Instanceof
 
InstancesDeletedPriorToIterationNotReturned - class org.apache.jdo.tck.extents.InstancesDeletedPriorToIterationNotReturned.
Title: Instances Deleted Prior to Iteration not Returned
Keywords: extent
Assertion ID: A15.3-3.
InstancesDeletedPriorToIterationNotReturned() - Constructor for class org.apache.jdo.tck.extents.InstancesDeletedPriorToIterationNotReturned
 
InstancesPersistedPriorToIterationReturned - class org.apache.jdo.tck.extents.InstancesPersistedPriorToIterationReturned.
Title: Instances Persisted Prior to Iteration Returned
Keywords: extent
Assertion ID: A15.3-2.
InstancesPersistedPriorToIterationReturned() - Constructor for class org.apache.jdo.tck.extents.InstancesPersistedPriorToIterationReturned
 
Insurance - class org.apache.jdo.tck.pc.company.Insurance.
This class represents an insurance carrier selection for a particular Employee.
Insurance() - Constructor for class org.apache.jdo.tck.pc.company.Insurance
This is the JDO-required no-args constructor.
Insurance(long, String) - Constructor for class org.apache.jdo.tck.pc.company.Insurance
Construct an Insurance instance.
Insurance(long, String, IEmployee) - Constructor for class org.apache.jdo.tck.pc.company.Insurance
Construct an Insurance instance.
Insurance.Oid - class org.apache.jdo.tck.pc.company.Insurance.Oid.
This class is used to represent the application identifier for the Insurance class.
Insurance.Oid() - Constructor for class org.apache.jdo.tck.pc.company.Insurance.Oid
The required public no-args constructor.
Insurance.Oid(long) - Constructor for class org.apache.jdo.tck.pc.company.Insurance.Oid
Initialize with an insurance identifier.
Insurance.Oid(String) - Constructor for class org.apache.jdo.tck.pc.company.Insurance.Oid
 
Integer100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
Integer99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
IntegerParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
Integer_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
InvalidNamedQuery - class org.apache.jdo.tck.query.api.InvalidNamedQuery.
Title: Invalid Named Query.
InvalidNamedQuery() - Constructor for class org.apache.jdo.tck.query.api.InvalidNamedQuery
 
InvalidUseOfKeywords - class org.apache.jdo.tck.query.jdoql.keywords.InvalidUseOfKeywords.
Title: Invalid uses of keywords.
InvalidUseOfKeywords() - Constructor for class org.apache.jdo.tck.query.jdoql.keywords.InvalidUseOfKeywords
 
IsActive - class org.apache.jdo.tck.transactions.IsActive.
Title: Is Active
Keywords: transactions
Assertion ID: A13.4.1-2.
IsActive() - Constructor for class org.apache.jdo.tck.transactions.IsActive
 
IsActiveUntilAfterCompletionMethodCalled - class org.apache.jdo.tck.transactions.IsActiveUntilAfterCompletionMethodCalled.
Title: Is Active Until After Completion Method Called
Keywords: transactions
Assertion ID: A13.4.1-3.
IsActiveUntilAfterCompletionMethodCalled() - Constructor for class org.apache.jdo.tck.transactions.IsActiveUntilAfterCompletionMethodCalled
 
IsClosedIsFalseUponConstruction - class org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsFalseUponConstruction.
Title: Is Closed returns false Upon Construction
Keywords:
Assertion IDs: A12.5-3
Assertion Description: The PersistenceManager.isClosed method returns false upon construction of the PersistenceManager instance.
IsClosedIsFalseUponConstruction() - Constructor for class org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsFalseUponConstruction
 
IsClosedIsFalseUponRetrievalFromPool - class org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsFalseUponRetrievalFromPool.
Title: Is Closed Is False Upon Retrieval From a Pool
Keywords:
Assertion IDs: A12.5-4
Assertion Description: The PersistenceManager.isClosed method returns false upon retrieval of a PersistenceManager from a pool.
IsClosedIsFalseUponRetrievalFromPool() - Constructor for class org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsFalseUponRetrievalFromPool
 
IsClosedIsTrueAfterClose - class org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsTrueAfterClose.
Title: Is Closed Is True After Close
Keywords:
Assertion IDs: A12.5-5
Assertion Description: The PersistenceManager.isClosed method returns true only after the closemethod completes successfully, meaning the PersistenceManager has been closed.
IsClosedIsTrueAfterClose() - Constructor for class org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsTrueAfterClose
 
IsDeleted - class org.apache.jdo.tck.api.jdohelper.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.
IsDeleted() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsDeleted
 
IsDeletedFalse - class org.apache.jdo.tck.api.jdohelper.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.
IsDeletedFalse() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsDeletedFalse
 
IsDeletedForNull - class org.apache.jdo.tck.api.jdohelper.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.
IsDeletedForNull() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsDeletedForNull
 
IsDeletedForTransient - class org.apache.jdo.tck.api.jdohelper.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.
IsDeletedForTransient() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsDeletedForTransient
 
IsDeletedNotPersistenceCapable - class org.apache.jdo.tck.api.jdohelper.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.
IsDeletedNotPersistenceCapable() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsDeletedNotPersistenceCapable
 
IsDetached - class org.apache.jdo.tck.api.jdohelper.IsDetached.
Title: Test IsDetached
Keywords:
Assertion IDs: A8.5.6-1
Assertion Description: Instances that have been detached return true.
IsDetached() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsDetached
 
IsDirty - class org.apache.jdo.tck.api.jdohelper.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.
IsDirty() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsDirty
 
IsDirtyFalse - class org.apache.jdo.tck.api.jdohelper.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.
IsDirtyFalse() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsDirtyFalse
 
IsDirtyForNull - class org.apache.jdo.tck.api.jdohelper.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.
IsDirtyForNull() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsDirtyForNull
 
IsDirtyForTransient - class org.apache.jdo.tck.api.jdohelper.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.
IsDirtyForTransient() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsDirtyForTransient
 
IsDirtyNotPersistenceCapable - class org.apache.jdo.tck.api.jdohelper.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.
IsDirtyNotPersistenceCapable() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsDirtyNotPersistenceCapable
 
IsNew - class org.apache.jdo.tck.api.jdohelper.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.
IsNew() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsNew
 
IsNewFalse - class org.apache.jdo.tck.api.jdohelper.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.
IsNewFalse() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsNewFalse
 
IsNewForNull - class org.apache.jdo.tck.api.jdohelper.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.
IsNewForNull() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsNewForNull
 
IsNewForTransient - class org.apache.jdo.tck.api.jdohelper.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.
IsNewForTransient() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsNewForTransient
 
IsNewNotPersistenceCapable - class org.apache.jdo.tck.api.jdohelper.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.
IsNewNotPersistenceCapable() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsNewNotPersistenceCapable
 
IsPersistent - class org.apache.jdo.tck.api.jdohelper.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.
IsPersistent() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsPersistent
 
IsPersistentFalse - class org.apache.jdo.tck.api.jdohelper.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 .
IsPersistentFalse() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsPersistentFalse
 
IsPersistentForNull - class org.apache.jdo.tck.api.jdohelper.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.
IsPersistentForNull() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsPersistentForNull
 
IsPersistentForTransient - class org.apache.jdo.tck.api.jdohelper.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.
IsPersistentForTransient() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsPersistentForTransient
 
IsPersistentNotPersistenceCapable - class org.apache.jdo.tck.api.jdohelper.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.
IsPersistentNotPersistenceCapable() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsPersistentNotPersistenceCapable
 
IsTransactional - class org.apache.jdo.tck.api.jdohelper.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 .
IsTransactional() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsTransactional
 
IsTransactionalFalse - class org.apache.jdo.tck.api.jdohelper.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.
IsTransactionalFalse() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsTransactionalFalse
 
IsTransactionalForNull - class org.apache.jdo.tck.api.jdohelper.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.
IsTransactionalForNull() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsTransactionalForNull
 
IsTransactionalForTransient - class org.apache.jdo.tck.api.jdohelper.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 .
IsTransactionalForTransient() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsTransactionalForTransient
 
IsTransactionalNotPersistenceCapable - class org.apache.jdo.tck.api.jdohelper.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 .
IsTransactionalNotPersistenceCapable() - Constructor for class org.apache.jdo.tck.api.jdohelper.IsTransactionalNotPersistenceCapable
 
IteratorHasNextFalseAfterExtentClose - class org.apache.jdo.tck.extents.IteratorHasNextFalseAfterExtentClose.
Title: Iterator HasNext returns False after Extent.close
Keywords: extent
Assertion ID: A15.3-9.
IteratorHasNextFalseAfterExtentClose() - Constructor for class org.apache.jdo.tck.extents.IteratorHasNextFalseAfterExtentClose
 
IteratorMutatingMethods - class org.apache.jdo.tck.extents.IteratorMutatingMethods.
Title: Iterator Mutating Methods
Keywords: extent exception
Assertion ID: A15.3-4.
IteratorMutatingMethods() - Constructor for class org.apache.jdo.tck.extents.IteratorMutatingMethods
 
IteratorNextAfterExtentClose - class org.apache.jdo.tck.extents.IteratorNextAfterExtentClose.
Title: Iterator Next After Extent Close
Keywords: extent exception
Assertion ID: A15.3-10.
IteratorNextAfterExtentClose() - Constructor for class org.apache.jdo.tck.extents.IteratorNextAfterExtentClose
 
IteratorNextAfterExtentCloseAll - class org.apache.jdo.tck.extents.IteratorNextAfterExtentCloseAll.
Title: Iterator Next After Extent CloseAll
Keywords: extent
Assertion ID: A15.3-13.
IteratorNextAfterExtentCloseAll() - Constructor for class org.apache.jdo.tck.extents.IteratorNextAfterExtentCloseAll
 
Iterators - class org.apache.jdo.tck.extents.Iterators.
Title: Iterators
Keywords: extent
Assertion ID: A15.3-1.
Iterators() - Constructor for class org.apache.jdo.tck.extents.Iterators
 
i - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
id - Variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes.Oid
 
id - Variable in class org.apache.jdo.tck.pc.fieldtypes.SimpleClass.Oid
 
id - Variable in class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj.Oid
This field is part of the identifier and should match in name and type with a field in the StateTransitionObj class.
id - Variable in class org.apache.jdo.tck.pc.mylib.PCClass.Oid
 
id - Variable in class org.apache.jdo.tck.pc.mylib.PCPoint.Oid
 
id - Variable in class org.apache.jdo.tck.pc.mylib.PCPoint2.Oid
 
id - Variable in class org.apache.jdo.tck.pc.mylib.PCRect.Oid
 
id - Variable in class org.apache.jdo.tck.pc.mylib.PCRect
 
id - Variable in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes.Oid
 
id - Variable in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint.Oid
 
id - Variable in class org.apache.jdo.tck.pc.shoppingcart.Cart.Oid
 
id - Variable in class org.apache.jdo.tck.pc.shoppingcart.Cart
Identity field for use with application identity
id - Variable in class org.apache.jdo.tck.pc.shoppingcart.CartEntry.Oid
 
id - Variable in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
Identity field for use with application identity
id - Variable in class org.apache.jdo.tck.pc.shoppingcart.Undetachable.Oid
 
id - Variable in class org.apache.jdo.tck.pc.shoppingcart.Undetachable
Identity field for use with application identity
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections.Oid
 
identifier - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
identitytype - Variable in class org.apache.jdo.tck.JDO_Test
String indicating the type of identity used for the current test case.
incrAttempts() - Method in class org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances
 
incrementIntValue() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
initVariables() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.AfterGetPersistenceManagerNoSetMethodsSucceed
 
initializeStaticsForTest() - Static method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
initializeStaticsForTest() - Static method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
inputFilename - Variable in class org.apache.jdo.tck.mapping.CompletenessTest
 
insertObjects(boolean) - Method in class org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances
 
insertPCPoints(PersistenceManager, int) - Method in class org.apache.jdo.tck.query.QueryTest
 
insertPrimitiveTypes(PersistenceManager) - Method in class org.apache.jdo.tck.query.QueryTest
 
inserted - Variable in class org.apache.jdo.tck.query.QueryTest
List of inserted instances (see methods insertPCPoints and getFromInserted).
insertedCount - Variable in class org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances
The number of objects inserted.
insertedCountExpected - Variable in class org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances
The number of objects that is expected to have been inserted.
insid - Variable in class org.apache.jdo.tck.pc.company.Insurance.Oid
This field represents the application identifier for the Insurance class.
int100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
int99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
intA - Variable in class org.apache.jdo.tck.pc.inheritance.AllPersist
 
intA - Variable in class org.apache.jdo.tck.pc.inheritance.TopNonPersist
 
intA - Variable in class org.apache.jdo.tck.pc.inheritance.TopPersist
 
intA_V - Static variable in class org.apache.jdo.tck.pc.inheritance.Constants
 
intB - Variable in class org.apache.jdo.tck.pc.inheritance.AllPersist
 
intB - Variable in class org.apache.jdo.tck.pc.inheritance.TopNonPersistB
 
intB - Variable in class org.apache.jdo.tck.pc.inheritance.TopPersist
 
intB_V - Static variable in class org.apache.jdo.tck.pc.inheritance.Constants
 
intH - Variable in class org.apache.jdo.tck.pc.inheritance.AllPersist4
 
intH - Variable in class org.apache.jdo.tck.pc.inheritance.TopNonPersistH
 
intH - Variable in class org.apache.jdo.tck.pc.inheritance.TopPersistH
 
intH_V - Static variable in class org.apache.jdo.tck.pc.inheritance.Constants
 
intParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
intValue - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
intValue - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
int_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
isAborted() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.CloseFailsIfTransactionActive
 
isApplicationIdentitySupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether Application Identity is supported.
isArrayListSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether an ArrayList collection is supported.
isArraySupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether arrays are supported.
isBinaryCompatibilitySupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether Binary Compatibility is supported.
isChangeApplicationIdentitySupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether Changing Application Identity is supported.
isClassLoadable(String) - Static method in class org.apache.jdo.tck.JDO_Test
Determine if a class is loadable in the current environment.
isDataStoreConnectionSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether getting the DataStoreConnection is supported.
isDatastoreIdentitySupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether Datastore Identity is supported.
isEmpty() - Method in class org.apache.jdo.tck.util.TestSelector
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
isFinal - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
isHashMapSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether a HashMap collection is supported.
isHashtableSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether a Hashtable collection is supported.
isJRE14orBetter() - Static method in class org.apache.jdo.tck.JDO_Test
Determine if the environment is 1.4 version of JRE or better.
isLinkedListSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether a LinkedList collection is supported.
isListSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether a List collection is supported.
isLoggable(LogRecord) - Method in class org.apache.jdo.tck.util.TCKFileHandler
 
isMapSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether a Map collection is supported.
isNameMatch(String, Class) - Static method in class org.apache.jdo.tck.util.signature.TypeHelper
Compares a type name with a class objects for equality in the name.
isNameMatch(String[], Class[]) - Static method in class org.apache.jdo.tck.util.signature.TypeHelper
Compares an array of type names with an array of class objects for set-equality in the names (i.e., ignoring order).
isNonDurableIdentitySupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether Non-Durable Identity is supported.
isNontransactionalReadSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether NontransactionalRead is supported.
isNontransactionalWriteSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether NontransactionalWrite is supported.
isNullCollectionSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether a null collection is supported.
isOptimisticSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether Optimistic is supported.
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
isPersistent - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
isPrimitive(String) - Static method in class org.apache.jdo.tck.util.signature.TypeHelper
Tests if a name denotes a primitive type.
isProcessed(Object) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified instance has been processed already in the context of this EqualityHelper.
isRetainValuesSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether RetainValues is supported.
isSQLSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether SQL queries are supported.
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
isStatic - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
isTestToBePerformed() - Method in class org.apache.jdo.tck.JDO_Test
Returns true if the implementation under test supports all JDO options contained in system property jdo.tck.requiredOptions.
isTransientTransactionalSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether TransientTransactional is supported.
isTreeMapSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether a TreeMap collection is supported.
isTreeSetSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether a TreeSet collection is supported.
isUnconstrainedVariablesSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether UnconstrainedVariables is supported.
isUnique() - Method in class org.apache.jdo.tck.query.QueryElementHolder
Returns the unique JDOQL query element.
isVectorSupported() - Method in class org.apache.jdo.tck.JDO_Test
Reports whether a Vector collection is supported.

J

JDOJdk14Logger - class org.apache.jdo.tck.util.JDOJdk14Logger.
JDO-specific subclass of the apache commons logging Log implementation that wraps the standard JDK 1.4 logging.
JDOJdk14Logger(String) - Constructor for class org.apache.jdo.tck.util.JDOJdk14Logger
Constructor checking whether JDK 1.4 logging should be configuared after calling super constructor.
JDOQLKeywordsAsFieldNames - class org.apache.jdo.tck.pc.query.JDOQLKeywordsAsFieldNames.
The PC class for testing JDOQL queries.
JDOQLKeywordsAsFieldNames() - Constructor for class org.apache.jdo.tck.pc.query.JDOQLKeywordsAsFieldNames
 
JDO_Test - class org.apache.jdo.tck.JDO_Test.
 
JDO_Test() - Constructor for class org.apache.jdo.tck.JDO_Test
 
jdoPostAttach(Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach.PC
 
jdoPostDetach(Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach.PC
 
jdoPostLoad() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerLoad.PC
 
jdoPostLoad() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
jdoPostLoad() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
jdoPostLoad() - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
jdoPostLoad() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
jdoPreAttach() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach.PC
 
jdoPreClear() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerClear.PC
 
jdoPreClear() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
jdoPreClear() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
jdoPreClear() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
jdoPreDelete() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDelete.PC
 
jdoPreDelete() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
jdoPreDelete() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
jdoPreDelete() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
jdoPreDetach() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach.PC
 
jdoPreStore() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerStore.PC
 
jdoPreStore() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
jdoPreStore() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
jdoPreStore() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.company.Address.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.company.Company.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.company.Department.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.company.Insurance.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.company.Person.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.company.Project.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.ListCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.SetCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.SimpleClass.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.mylib.PCClass.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.mylib.PCPoint.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.mylib.PCPoint2.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.mylib.PCRect.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.shoppingcart.Cart.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry.Oid
 
justTheId(String) - Static method in class org.apache.jdo.tck.pc.shoppingcart.Undetachable.Oid
 
justTheSku(String) - Static method in class org.apache.jdo.tck.pc.shoppingcart.Product.Oid
 

K

KeywordsAsFieldNames - class org.apache.jdo.tck.query.jdoql.keywords.KeywordsAsFieldNames.
Title: Keywords as field names.
KeywordsAsFieldNames() - Constructor for class org.apache.jdo.tck.query.jdoql.keywords.KeywordsAsFieldNames
 
keyValue - Variable in class org.apache.jdo.tck.pc.inheritance.AllPersist.Id
 
keyValue - Variable in class org.apache.jdo.tck.pc.inheritance.FieldSameName.Id
 
keyValue - Variable in class org.apache.jdo.tck.pc.inheritance.TopNonPersistB.Id
 
keyValue - Variable in class org.apache.jdo.tck.pc.inheritance.TopPersist.Id
 
keyValue - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass.KeyClass
 
keyValue - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass.KeyClass
 

L

LOG_DIRECTORY - Static variable in class org.apache.jdo.tck.util.BatchTestRunner
 
LessThan - class org.apache.jdo.tck.query.jdoql.operators.LessThan.
Title: Less Than Query Operator
Keywords: query
Assertion ID: A14.6.2-17.
LessThan() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.LessThan
 
LessThanOrEqual - class org.apache.jdo.tck.query.jdoql.operators.LessThanOrEqual.
Title: Less Than or Equal Query Operator
Keywords: query
Assertion ID: A14.6.2-19.
LessThanOrEqual() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.LessThanOrEqual
 
LinkedListCollections - class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections.
 
LinkedListCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections.Oid.
 
LinkedListCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections.Oid
 
LinkedListCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections.Oid
 
LinkedListOfBigDecimal18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfBigDecimal19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfBigDecimal20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfBigInteger21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfBigInteger22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfBigInteger23 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfByte24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfByte25 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfByte26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfDate12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfDate13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfDate14 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfDouble27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfDouble28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfDouble29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfFloat30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfFloat31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfFloat32 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfInteger33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfInteger34 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfInteger35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfLocale15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfLocale16 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfLocale17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfLong36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfLong37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfLong38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfObject0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfObject1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfObject2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfShort39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfShort40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfShort41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfSimpleClass3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfSimpleClass4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfSimpleClass42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfSimpleClass5 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfSimpleInterface6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfSimpleInterface7 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfSimpleInterface8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfString10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfString11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
LinkedListOfString9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
ListCollections - class org.apache.jdo.tck.pc.fieldtypes.ListCollections.
 
ListCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.ListCollections.Oid.
 
ListCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.ListCollections.Oid
 
ListCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.ListCollections.Oid
 
ListOfBigDecimal18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfBigDecimal19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfBigDecimal20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfBigInteger21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfBigInteger22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfBigInteger23 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfByte24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfByte25 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfByte26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfDate12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfDate13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfDate14 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfDouble27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfDouble28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfDouble29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfFloat30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfFloat31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfFloat32 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfInteger33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfInteger34 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfInteger35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfLocale15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfLocale16 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfLocale17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfLong36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfLong37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfLong38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfObject0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfObject1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfObject2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfShort39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfShort40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfShort41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfSimpleClass3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfSimpleClass4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfSimpleClass42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfSimpleClass5 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfSimpleInterface6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfSimpleInterface7 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfSimpleInterface8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfString10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfString11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
ListOfString9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
Locale100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
Locale99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
LocaleParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
Locale_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
LogicalComplement - class org.apache.jdo.tck.query.jdoql.operators.LogicalComplement.
Title: LogicalComplement Query Operator
Keywords: query
Assertion ID: A14.6.2-32.
LogicalComplement() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.LogicalComplement
 
Long100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
Long99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
LongParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
LongString - class org.apache.jdo.tck.query.result.classes.LongString.
JDOQL result class having bean properties s and l.
LongString() - Constructor for class org.apache.jdo.tck.query.result.classes.LongString
 
LongString(long, String) - Constructor for class org.apache.jdo.tck.query.result.classes.LongString
 
Long_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
l - Variable in class org.apache.jdo.tck.query.result.classes.PublicLongField
 
load(PersistenceManager) - Static method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
loadAndPersistCompanyModel(PersistenceManager) - Method in class org.apache.jdo.tck.query.QueryTest
Reads a graph of company model objects from the internal reader.
loadAndPersistMylib(PersistenceManager) - Method in class org.apache.jdo.tck.query.QueryTest
Reads a graph of mylib objects from the internal reader.
loadAndPersistPCPoints(PersistenceManager) - Method in class org.apache.jdo.tck.query.QueryTest
 
loadAndPersistPrimitiveTypes(PersistenceManager) - Method in class org.apache.jdo.tck.query.QueryTest
 
loadProperties(String) - Method in class org.apache.jdo.tck.JDO_Test
This method load Properties from a given file.
loadTime - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
localSetUp() - Method in class org.apache.jdo.tck.JDO_Test
Subclasses may override this method to allocate any data and resources that they need in order to successfully execute this testcase.
localSetUp() - Method in class org.apache.jdo.tck.api.SignatureTest
 
localSetUp() - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
Set up for lifecycle tests: Register the LifecycleListener; add PCPoint to tearDownClasses.
localSetUp() - Method in class org.apache.jdo.tck.api.instancecallbacks.AccessOtherInstancesInPrestore
 
localSetUp() - Method in class org.apache.jdo.tck.api.instancecallbacks.AccessingFieldsInPredelete
 
localSetUp() - Method in class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPostload
 
localSetUp() - Method in class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPreclear
 
localSetUp() - Method in class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPredelete
 
localSetUp() - Method in class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPrestore
 
localSetUp() - Method in class org.apache.jdo.tck.api.instancecallbacks.ModificationOfNontransactionalNonpersistentFields
 
localSetUp() - Method in class org.apache.jdo.tck.api.instancecallbacks.NoAccessToFieldsAfterPredelete
 
localSetUp() - Method in class org.apache.jdo.tck.api.jdohelper.GetObjectId
 
localSetUp() - Method in class org.apache.jdo.tck.api.jdohelper.GetObjectIds
 
localSetUp() - Method in class org.apache.jdo.tck.api.jdohelper.GetPersistenceManager
 
localSetUp() - Method in class org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectId
 
localSetUp() - Method in class org.apache.jdo.tck.api.jdohelper.IsDeleted
 
localSetUp() - Method in class org.apache.jdo.tck.api.jdohelper.IsDeletedFalse
 
localSetUp() - Method in class org.apache.jdo.tck.api.jdohelper.IsDirty
 
localSetUp() - Method in class org.apache.jdo.tck.api.jdohelper.IsDirtyFalse
 
localSetUp() - Method in class org.apache.jdo.tck.api.jdohelper.IsNew
 
localSetUp() - Method in class org.apache.jdo.tck.api.jdohelper.IsPersistent
 
localSetUp() - Method in class org.apache.jdo.tck.api.jdohelper.IsTransactional
 
localSetUp() - Method in class org.apache.jdo.tck.api.jdohelper.IsTransactionalFalse
 
localSetUp() - Method in class org.apache.jdo.tck.api.jdohelper.MakeDirty
 
localSetUp() - Method in class org.apache.jdo.tck.api.persistencemanager.DataStoreCacheTest
In setup, create a persistent instance and get its oid.
localSetUp() - Method in class org.apache.jdo.tck.api.persistencemanager.DataStoreConnection
 
localSetUp() - Method in class org.apache.jdo.tck.api.persistencemanager.PersistenceManagerTest
 
localSetUp() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.EvictingCollectionOfInstancesSideEffects
 
localSetUp() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.EvictingWithRestoreValuesFalse
 
localSetUp() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.EvictingWithRetainValuesFalse
 
localSetUp() - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
localSetUp() - Method in class org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithSubclasses
 
localSetUp() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
 
localSetUp() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
localSetUp() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectsById
 
localSetUp() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistent
Overrides parent method to avoid querying for classes that may not exist in the schema
localSetUp() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerFactoryByPropertiesInstance
 
localSetUp() - Method in class org.apache.jdo.tck.lifecycle.HollowInstanceMaintainsPK
 
localSetUp() - Method in class org.apache.jdo.tck.lifecycle.MultiplePMsReturnInstancesRepresentingSamePC
 
localSetUp() - Method in class org.apache.jdo.tck.lifecycle.ObjectIdNotModifiedWhenObjectIdInstanceModified
 
localSetUp() - Method in class org.apache.jdo.tck.lifecycle.PMReturnsIdenticalInstancesForEqualObjIds
 
localSetUp() - Method in class org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances
 
localSetUp() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
localSetUp() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
localSetUp() - Method in class org.apache.jdo.tck.mapping.CompletenessTest
 
localSetUp() - Method in class org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestArrayCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestArrayListCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestCollectionCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBigDecimal
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBigInteger
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBoolean
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfByte
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfCharacter
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfDate
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfDouble
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfFloat
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfInteger
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfLocale
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfLong
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfObject
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveboolean
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivebyte
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivechar
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivedouble
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivefloat
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveint
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivelong
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveshort
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfShort
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfSimpleClass
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfSimpleInterface
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfString
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestHashMapStringKeyCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestHashMapStringValueCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestHashSetCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestHashtableStringKeyCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestHashtableStringValueCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestLinkedListCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestListCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestMapStringKeyCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestMapStringValueCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestSetCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringKeyCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringValueCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestTreeSetCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.fieldtypes.TestVectorCollections
 
localSetUp() - Method in class org.apache.jdo.tck.models.inheritance.FieldWithSameNameInSuperclass
 
localSetUp() - Method in class org.apache.jdo.tck.models.inheritance.NonPersistentFieldsAreNonPersistentInSubclasses
 
localSetUp() - Method in class org.apache.jdo.tck.models.inheritance.NonpersistentSuperClass
 
localSetUp() - Method in class org.apache.jdo.tck.models.inheritance.PersistenceCapableFlexibilityInInheritanceHierarchy
 
localSetUp() - Method in class org.apache.jdo.tck.models.inheritance.PersistentFieldsArePersistentInSubClasses
 
localSetUp() - Method in class org.apache.jdo.tck.models.inheritance.TransactionalFieldsAreTransactionalInSubclasses
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.ChangeQuery
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.Close
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.CloseAll
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.CompileQuery
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.DeclareImports
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.DeclareParameters
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.ExecuteQuery
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.ExecuteQueryWithArray
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.ExecuteQueryWithMap
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.GetFetchPlan
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.MetadataSearchOrder
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.NewNamedQuery
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.NewQueryFromExistingQueryBoundToPMFromSameVendor
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.NewQueryFromRestoredSerializedQuery
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.NewQuerySingleString
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClass
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndCollection
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndExtent
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndFilter
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassCollectionFilter
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.NewQueryWithExtent
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.NewQueryWithExtentAndFilter
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.NewQueryWithSpecifiedLanguageAndQuery
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.QueryExtentions
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.SetCandidateCollection
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.SetCandidateExtent
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.SetFilter
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.SetGrouping
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.SetOrdering
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.SetRange
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.SetResult
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.SetResultClass
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.SetUnique
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.SetterReplacePreviousValues
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.SingleStringQuery
 
localSetUp() - Method in class org.apache.jdo.tck.query.api.UnmodifiableQuery
 
localSetUp() - Method in class org.apache.jdo.tck.query.delete.DeleteCallback
 
localSetUp() - Method in class org.apache.jdo.tck.query.delete.DeletePersistentAll
 
localSetUp() - Method in class org.apache.jdo.tck.query.delete.DeleteQueryElements
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.Cast
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.CharacterAndStringLiterals
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.ComparingCollectionFieldToNull
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.ComparingPersistentAndNonPersistentInstance
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.DenoteUniquenessInFilter
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.ExecutingMultipleQueriesSimultaneouslyIsThreadSafe
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.Having
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.IdentifiersEqualFieldNames
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.IgnoreCacheFalse
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.MultipleActiveQueryInstanceInSamePersistenceManager
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.MultipleIdenticalImports
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.NamespaceOfIdentifiers
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.NavigationThroughACollectionField
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.NavigationThroughANullValuedField
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.NavigationThroughReferencesUsesDotOperator
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.NegativeRange
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.NullCollectionsAndContainsMethod
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.NullCollectionsAndIsEmpty
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.OrderingSpecification
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.ParenthesesMarkOperatorPrecedence
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.PositiveRange
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.QueryIsSerializable
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.QueryResultPassedToAnotherQuery
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.QueryWithNoFilter
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.RangeAsString
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.SeparateNamespaceForTypeNames
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.WhiteSpaceIsACharacterAndIgnored
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.keywords.SingleString
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.keywords.ThisIsReservedWordForElementOfCollection
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.keywords.UseOfThisToAcessHiddenField
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.methods.StartsWithAndEndsWith
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedCollectionMethods
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedJDOHelperMethods
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedMapMethods
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedMathMethods
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.BinaryAddition
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.BinarySubtraction
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.BitwiseComplement
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalAND
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalOR
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.ConditionalAND
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.ConditionalOR
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.Division
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.Equality
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenDateFieldsAndParameters
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenPrimitivesAndWrapperInstances
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenStringFieldsAndParameters
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.GreaterThan
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.GreaterThanOrEqual
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.Instanceof
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.LessThan
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.LessThanOrEqual
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.LogicalComplement
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.Modulo
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.Multiplication
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.NotEquals
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.PromotionOfNumericOperands
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.SignInversion
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.StringConcatenation
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.operators.UnaryPlus
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.parameters.ImplicitParameters
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.parameters.OrderOfParameters
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.parameters.ParameterBoundToDifferentPM
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.parameters.ParameterDeclaredWithSameNameAsFieldOfCandidateClass
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.parameters.PrimitiveParameterPassedAsNull
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.variables.MixedVariables
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.variables.UnconstrainedVariable
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.variables.VariablesAndFields
 
localSetUp() - Method in class org.apache.jdo.tck.query.jdoql.variables.VariablesWithoutExtent
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.AggregateResult
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.DefaultResult
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.DefaultUnique
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.DistinctCandidateInstances
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.DistinctQuery
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.Grouping
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.ImmutableQueryResult
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.NPEInResultExpr
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.NullResults
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.ResultClassRequirements
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.ShapeOfResult
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.Unique
 
localSetUp() - Method in class org.apache.jdo.tck.query.result.VariableInResult
 
localSetUp() - Method in class org.apache.jdo.tck.query.sql.AllowedAPIMethods
 
localSetUp() - Method in class org.apache.jdo.tck.query.sql.NewQuery
 
localSetUp() - Method in class org.apache.jdo.tck.query.sql.NoCandidateClass
 
localSetUp() - Method in class org.apache.jdo.tck.query.sql.ShapeOfResult
 
localSetUp() - Method in class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenCommitted
 
localSetUp() - Method in class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenRolledback
 
localSetUp() - Method in class org.apache.jdo.tck.transactions.BeforeCompletionMethodCalled
 
localSetUp() - Method in class org.apache.jdo.tck.transactions.BeforeCompletionMethodNotCalledBeforeRollback
 
localSetUp() - Method in class org.apache.jdo.tck.transactions.Commit
 
localSetUp() - Method in class org.apache.jdo.tck.transactions.GetPersistenceManager
 
localSetUp() - Method in class org.apache.jdo.tck.transactions.GetSynchronization
 
localSetUp() - Method in class org.apache.jdo.tck.transactions.IsActiveUntilAfterCompletionMethodCalled
 
localSetUp() - Method in class org.apache.jdo.tck.transactions.Rollback
 
localSetUp() - Method in class org.apache.jdo.tck.transactions.SetNontransactionalRead
 
localSetUp() - Method in class org.apache.jdo.tck.transactions.WhenNontransactionalReadIsFalse
 
localTearDown() - Method in class org.apache.jdo.tck.JDO_Test
Deletes all registered pc instances and extents of all registered pc classes.
localTearDown() - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
Clean up after lifecycle tests: Unregister the LifecycleListener.
localTearDown() - Method in class org.apache.jdo.tck.api.jdohelper.GetObjectIds
 
log - Variable in class org.apache.jdo.tck.util.signature.SignatureVerifier
A writer for standard output.
logError(String) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Prints an error message.
logInfo(String) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Prints an info message.
logVerbose(String) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Prints a verbose message.
logger - Variable in class org.apache.jdo.tck.JDO_Test
Logger
logger - Variable in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
Logger
logger - Variable in class org.apache.jdo.tck.util.EqualityHelper
Logger
long100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
long99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
longParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
long_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
lowerRight - Variable in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
 
lowerRight - Variable in class org.apache.jdo.tck.pc.mylib.PCRect
 
lowerRightGroup - Variable in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
 
lowerRightoid - Variable in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
 

M

MYLIB_TESTDATA - Static variable in class org.apache.jdo.tck.query.QueryTest
 
MakeDirty - class org.apache.jdo.tck.api.jdohelper.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 .
MakeDirty() - Constructor for class org.apache.jdo.tck.api.jdohelper.MakeDirty
 
MakeDirtyForNull - class org.apache.jdo.tck.api.jdohelper.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.
MakeDirtyForNull() - Constructor for class org.apache.jdo.tck.api.jdohelper.MakeDirtyForNull
 
MakeDirtyForTransient - class org.apache.jdo.tck.api.jdohelper.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.
MakeDirtyForTransient() - Constructor for class org.apache.jdo.tck.api.jdohelper.MakeDirtyForTransient
 
MakeDirtyNotPersistenceCapable - class org.apache.jdo.tck.api.jdohelper.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.
MakeDirtyNotPersistenceCapable() - Constructor for class org.apache.jdo.tck.api.jdohelper.MakeDirtyNotPersistenceCapable
 
MakeNontransactionalAllFails - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalAllFails.
Title: MakeNontransactionalAllFails
Keywords: exception
Assertion ID: A12.5.7-5
Assertion Description: If a collection or array of instances is passed to PersistenceManager.makeNontransactionalAll, and one or more of the instances fail to complete the required operation, then all instances will be attempted, and a JDOUserException will be thrown which contains a nested exception array, each exception of which contains one of the failing instances.
MakeNontransactionalAllFails() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalAllFails
 
MakeNontransactionalDirtyInstance - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalDirtyInstance.
Title: Make Nontransactional a Dirty Instance
Keywords: exception
Assertion IDs: A12.5.7-28
Assertion Description: If PersistenceManager.makeNontransactional or makeNontransactionalAll is called with an explicit dirty parameter instance, a JDOUserException is thrown.
MakeNontransactionalDirtyInstance() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalDirtyInstance
 
MakeNontransactionalIsImmediate - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalIsImmediate.
Title: Make Nontransactional is immediate
Keywords:
Assertion IDs: A12.5.7-29
Assertion Description: The effect of PersistenceManager.makeNontransactional or makeNontransactionalAll is immediate and not subject to rollback.
MakeNontransactionalIsImmediate() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalIsImmediate
 
MakeNontransactionalPersistentCleanInstance - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalPersistentCleanInstance.
Title: Make Nontransactional a Persistent-Clean Instance
Keywords: lifecycle
Assertion IDs: A12.5.7-27
Assertion Description: PersistenceManager.makeNontransactional and makeNontransactionalAll makes a persistent-clean instance nontransactional and causes a state transition to persistent-nontransactional.
MakeNontransactionalPersistentCleanInstance() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalPersistentCleanInstance
 
MakeNontransactionalTransientCleanInstance - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalTransientCleanInstance.
Title: MakeNontransactionalTransientCleanInstance
Keywords: lifecycle
Assertion IDs: A12.5.7-26
Assertion Description: PersistenceManager.makeNontransactional and makeNontransactionalAll makes a transient-clean instance nontransactional and causes a state transition to transient.
MakeNontransactionalTransientCleanInstance() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalTransientCleanInstance
 
MakePersistent - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistent.
Title: make instance persistent
Keywords: persistencemanager
Assertion IDs: A12.5.7-6A
Assertion Description: The method PersistenceManager.makePersistent and makePersistentAll makes a transient instance(s) persistent directly.
MakePersistent() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistent
 
MakePersistentAllFails - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAllFails.
Title: MakePersistentAll Fails
Keywords: exception
Assertion IDs: A12.5.7-1.
MakePersistentAllFails() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAllFails
 
MakePersistentAndInstancesNotReachable - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable.
Title: MakePersistent And Instances Not Reachable
Keywords:
Assertion ID: A12.5.7-6C.
MakePersistentAndInstancesNotReachable() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable
 
MakePersistentAssignsObjectId - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAssignsObjectId.
Title: make instance persistent
Keywords: identity
Assertion IDs: A12.5.7-6B
Assertion Description: The method PersistenceManager.makePersistent and makePersistentAll will assign an object identity to the instance and transitions it to persistent-new.
MakePersistentAssignsObjectId() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAssignsObjectId
 
MakePersistentFailsIfInstanceManagedByAnotherPersistenceManager - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentFailsIfInstanceManagedByAnotherPersistenceManager.
Title: MakePersistent Fails If Instance Managed By Another PersistenceManager
Keywords: exception
Assertion IDs: A12.5.7-8.
MakePersistentFailsIfInstanceManagedByAnotherPersistenceManager() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentFailsIfInstanceManagedByAnotherPersistenceManager
 
MakePersistentHasNoEffectOnPersistentInstances - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentHasNoEffectOnPersistentInstances.
Title: MakePersistent Has No Effect On Persistent Instances
Keywords:
Assertion IDs: A12.5.7-7.
MakePersistentHasNoEffectOnPersistentInstances() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentHasNoEffectOnPersistentInstances
 
MakeTransactional - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactional.
Title: MakeTransactional
Keywords: transienttransactional lifecycle
Assertion IDs: A12.5.7-20
Assertion Description: PersistenceManager.makeTransactional and makeTransactionalAll makes a transient instance transactional and causes a state transition to transient-clean.
MakeTransactional() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactional
 
MakeTransactionalANontransactionalPersistentInstance - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalANontransactionalPersistentInstance.
Title: Make Transactional A Persistent Nontransactional Instance
Keywords: persistentnontransactional
Assertion IDs: A12.5.7-24
Assertion Description: PersistenceManager.makeTransactional and makeTransactionalAll can be used to mark a nontransactional persistent instance as being part of the read-consistency set of the transaction.
MakeTransactionalANontransactionalPersistentInstance() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalANontransactionalPersistentInstance
 
MakeTransactionalAllFails - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalAllFails.
Title: MakeTransactionalAllFails
Keywords: exception
Assertion ID: A12.5.7-4
Assertion Description: If a collection or array of instances is passed to PersistenceManager.makeTransactionalAll, and one or more of the instances fail to complete the required o peration, then all instances will be attempted, and a JDOUserException will be thrown which contains a nested exception array, each exception of which conta ins one of the failing instances.
MakeTransactionalAllFails() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalAllFails
 
MakeTransactionalIsImmediate - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalIsImmediate.
Title: Make Nontransactional is immediate
Keywords:
Assertion IDs: A12.5.7-25
Assertion Description: The effect of PersistenceManager.makeTransactional or makeTransactionalAll is immediate and not subject to rollback.
MakeTransactionalIsImmediate() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalIsImmediate
 
MakeTransactionalPriorToTransactionRolledback - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalPriorToTransactionRolledback.
Title: MakeTransactional Prior To a Transaction Rolledback
Keywords:
Assertion IDs: A12.5.7-23
Assertion Description: If the transaction in which an instance is made transactional (by calling PersistenceManager.makeTransactional or makeTransactionalAll) is rolled back, then the transient instance takes its values as of the beginning of the transaction, if the call to makeTransactional was made prior to the beginning of the current transaction.
MakeTransactionalPriorToTransactionRolledback() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalPriorToTransactionRolledback
 
MakeTransactionalWithinTransactionRolledback - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalWithinTransactionRolledback.
Title: MakeTransactionalWithinTransactionRolledback
Keywords: transienttransactional
Assertion IDs: A12.5.7-22
Assertion Description: If the transaction in which an instance is made transactional (by calling PersistenceManager.makeTransactional or makeTransactionalAll) is rolled back, then the transient instance takes its values as of the call to makeTransactional if the call was made within the current transaction.
MakeTransactionalWithinTransactionRolledback() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalWithinTransactionRolledback
 
MakeTransient - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransient.
Title: MakeTransient
Keywords: transient
Assertion IDs: A12.5.7-13
Assertion Description: PersistenceManager.makeTransient and makeTransientAll make a persistent instance transient, so it is not associated with the PersistenceManager instance.
MakeTransient() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransient
 
MakeTransientAllFails - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientAllFails.
Title:MakeTransientAll Fail
Keywords: exception
Assertion IDs: A12.5.7-3
Assertion Description: If a collection or array of instances is passed to PersistenceManager.makeTransientAll, and one or more of the instances fail to complete the required operation, then all instances will be attempted, and a JDOUserException will be thrown which contains a nested exception array, each exception of which contains one of the failing instances.
MakeTransientAllFails() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientAllFails
 
MakeTransientCausesLossOfIdentity - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientCausesLossOfIdentity.
Title: MakeTransientCausesLossOfIdentity
Keywords: transient identity
Assertion IDs: A12.5.7-14
Assertion Description: PersistenceManager.makeTransient and makeTransientAll transition an instance to transient, causing it to lose its JDO identity.
MakeTransientCausesLossOfIdentity() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientCausesLossOfIdentity
 
MakeTransientFailsWithDirtyInstance - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientFailsWithDirtyInstance.
Title:MakeTransientFailsWithDirtyInstance
Keywords: exception
Assertion IDs: A12.5.7-16
Assertion Description: If the instance passed to PersistenceManager.makeTransient or makeTransientAll is dirty, a JDOUserException is thrown.
MakeTransientFailsWithDirtyInstance() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientFailsWithDirtyInstance
 
MakeTransientFieldsPreservedUnchanged - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientFieldsPreservedUnchanged.
Title: MakeTransient Fields Preserved Unchanged
Keywords: transient
Assertion IDs: A12.5.7-15, A12.5.7-18
Assertion Description: If the instance passed to PersistenceManager.makeTransient or makeTransientAll has field values (persistent-nontransactional or persistent-clean), the fields in the cache are preserved unchanged.
MakeTransientFieldsPreservedUnchanged() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientFieldsPreservedUnchanged
 
MakeTransientHasNoEffectOnTransientInstances - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientHasNoEffectOnTransientInstances.
Title: MakeTransientHasNoEffectOnTransientInstances
Keywords: transient
Assertion IDs: A12.5.7-19
Assertion Description: PersistenceManager.makeTransient and makeTransientAll have no effect if the parameter instance is transient.
MakeTransientHasNoEffectOnTransientInstances() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientHasNoEffectOnTransientInstances
 
MakeTransientNotSubjectToRollback - class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientNotSubjectToRollback.
Title: MakeTransientNotSubjectToRollback
Keywords:
Assertion IDs: A12.5.7-17
Assertion Description: The effect of PersistenceManager.makeTransient or makeTransientAll is immediate and not subject to rollback.
MakeTransientNotSubjectToRollback() - Constructor for class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientNotSubjectToRollback
 
MapOfBigDecimal_String45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfBigDecimal_String46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfBigDecimal_String47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfBigDecimal_String48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfBigDecimal_String49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfBigDecimal_String51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfBigDecimal_String53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfBigInteger_String54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfBigInteger_String55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfBigInteger_String56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfBigInteger_String57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfBigInteger_String58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfBigInteger_String60 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfBigInteger_String62 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfByte_String63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfByte_String64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfByte_String65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfByte_String66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfByte_String67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfByte_String69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfByte_String71 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDate_String36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDate_String37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDate_String38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDate_String39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDate_String40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDate_String42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDate_String44 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDouble_String72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDouble_String73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDouble_String74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDouble_String75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDouble_String76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDouble_String78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfDouble_String80 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfFloat_String81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfFloat_String82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfFloat_String83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfFloat_String84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfFloat_String85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfFloat_String87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfFloat_String89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfInteger_String90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfInteger_String91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfInteger_String92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfInteger_String93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfInteger_String94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfInteger_String96 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfInteger_String98 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfLong_String100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfLong_String101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfLong_String102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfLong_String103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfLong_String105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfLong_String107 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfLong_String99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfObject_String0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfObject_String1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfObject_String2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfObject_String3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfObject_String4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfObject_String6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfObject_String8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfShort_String108 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfShort_String109 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfShort_String110 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfShort_String111 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfShort_String112 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfShort_String114 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfShort_String116 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleClass_String10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleClass_String11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleClass_String12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleClass_String13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleClass_String15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleClass_String17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleClass_String9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleInterface_String18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleInterface_String19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleInterface_String20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleInterface_String21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleInterface_String22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleInterface_String24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfSimpleInterface_String26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfString_BigDecimal102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_BigDecimal104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_BigDecimal18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_BigDecimal19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_BigDecimal20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_BigDecimal60 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_BigDecimal61 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_BigInteger105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_BigInteger107 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_BigInteger21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_BigInteger22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_BigInteger23 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_BigInteger63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_BigInteger64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Byte108 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Byte110 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Byte24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Byte25 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Byte26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Byte66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Byte67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Date12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Date13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Date14 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Date54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Date55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Date96 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Date98 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Double111 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Double113 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Double27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Double28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Double29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Double69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Double70 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Float114 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Float116 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Float30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Float31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Float32 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Float72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Float73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Integer117 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Integer119 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Integer33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Integer34 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Integer35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Integer75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Integer76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Locale101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Locale15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Locale16 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Locale17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Locale57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Locale58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Locale99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Long120 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Long122 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Long36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Long37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Long38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Long78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Long79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Object0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Object1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Object2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Object42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Object43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Object84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Object86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Short123 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Short125 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Short39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Short40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Short41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Short81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_Short82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleClass3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleClass4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleClass45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleClass46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleClass5 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleClass87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleClass89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleInterface48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleInterface49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleInterface6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleInterface7 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleInterface8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleInterface90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_SimpleInterface92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_String10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_String11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_String27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfString_String28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfString_String29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfString_String30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfString_String31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfString_String33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfString_String35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapOfString_String51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_String52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_String9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_String93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapOfString_String95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapStringKeyCollections - class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections.
 
MapStringKeyCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
MapStringKeyCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections.Oid.
 
MapStringKeyCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections.Oid
 
MapStringKeyCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections.Oid
 
MapStringValueCollections - class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.
 
MapStringValueCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
MapStringValueCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.Oid.
 
MapStringValueCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.Oid
 
MapStringValueCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.Oid
 
MedicalInsurance - class org.apache.jdo.tck.pc.company.MedicalInsurance.
This class represents a dental insurance carrier selection for a particular Employee.
MedicalInsurance() - Constructor for class org.apache.jdo.tck.pc.company.MedicalInsurance
This is the JDO-required no-args constructor.
MedicalInsurance(long, String, String) - Constructor for class org.apache.jdo.tck.pc.company.MedicalInsurance
Construct a MedicalInsurance instance.
MedicalInsurance(long, String, IEmployee, String) - Constructor for class org.apache.jdo.tck.pc.company.MedicalInsurance
Construct a MedicalInsurance instance.
MetadataSearchOrder - class org.apache.jdo.tck.query.api.MetadataSearchOrder.
Title: Metadata Search Order.
MetadataSearchOrder() - Constructor for class org.apache.jdo.tck.query.api.MetadataSearchOrder
 
MethodsAndObjectConstructionNotSupported - class org.apache.jdo.tck.query.jdoql.methods.MethodsAndObjectConstructionNotSupported.
Title: Methods and Object Construction not Supported
Keywords: query
Assertion ID: A14.6.2-8.
MethodsAndObjectConstructionNotSupported() - Constructor for class org.apache.jdo.tck.query.jdoql.methods.MethodsAndObjectConstructionNotSupported
 
MissingNoArgsConstructor - class org.apache.jdo.tck.query.result.classes.MissingNoArgsConstructor.
JDOQL result class not having a no-args constructor.
MissingNoArgsConstructor(int) - Constructor for class org.apache.jdo.tck.query.result.classes.MissingNoArgsConstructor
 
MixedParameters - class org.apache.jdo.tck.query.jdoql.parameters.MixedParameters.
Title: Mixed parameters.
MixedParameters() - Constructor for class org.apache.jdo.tck.query.jdoql.parameters.MixedParameters
 
MixedVariables - class org.apache.jdo.tck.query.jdoql.variables.MixedVariables.
Title: Mixed Variables.
MixedVariables() - Constructor for class org.apache.jdo.tck.query.jdoql.variables.MixedVariables
 
ModificationOfNontransactionalNonpersistentFields - class org.apache.jdo.tck.api.instancecallbacks.ModificationOfNontransactionalNonpersistentFields.
Title: Modification of Nontransactional Nonpersistent Fields
Keywords: instancecallbacks
Assertion ID: A6.4.1-3.
ModificationOfNontransactionalNonpersistentFields() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.ModificationOfNontransactionalNonpersistentFields
 
Modulo - class org.apache.jdo.tck.query.jdoql.operators.Modulo.
Title: Modulo operator.
Modulo() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.Modulo
 
MultipleActiveQueryInstanceInSamePersistenceManager - class org.apache.jdo.tck.query.jdoql.MultipleActiveQueryInstanceInSamePersistenceManager.
Title: Multiple Active Query Instances in Same PersistenceMana ger
Keywords: query concurrency
Assertion ID: A14.3-1.
MultipleActiveQueryInstanceInSamePersistenceManager() - Constructor for class org.apache.jdo.tck.query.jdoql.MultipleActiveQueryInstanceInSamePersistenceManager
 
MultipleIdenticalImports - class org.apache.jdo.tck.query.jdoql.MultipleIdenticalImports.
Title: Multiple identical imports
Keywords: query
Assertion ID: A14.4-5.
MultipleIdenticalImports() - Constructor for class org.apache.jdo.tck.query.jdoql.MultipleIdenticalImports
 
MultiplePMsReturnInstancesRepresentingSamePC - class org.apache.jdo.tck.lifecycle.MultiplePMsReturnInstancesRepresentingSamePC.
Title: Test that Multiple PMs return different instances representing same PC object
Keywords: lifecycle Multiple PMs getObjectById equal
Assertion IDs: A5.4-7
Assertion Description: The instance returned by a call to getObjectById(Object) of different PersistenceManager instances returned by the same PersistenceManagerFactory represent the same persistent object, but with different Java object identity (specifically, all instances returned by getObjectId from the instances must return true to equals comparisons with all others).
MultiplePMsReturnInstancesRepresentingSamePC() - Constructor for class org.apache.jdo.tck.lifecycle.MultiplePMsReturnInstancesRepresentingSamePC
 
Multiplication - class org.apache.jdo.tck.query.jdoql.operators.Multiplication.
Title: Multiplication Query Operator
Keywords: query
Assertion ID: A14.6.2-30.
Multiplication() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.Multiplication
 
MylibReader - class org.apache.jdo.tck.pc.mylib.MylibReader.
Utility class to create a mylib instances from an xml representation.
MylibReader(String) - Constructor for class org.apache.jdo.tck.pc.mylib.MylibReader
Create a MylibReader for the specified resourceName.
MylibReader(String, ClassLoader) - Constructor for class org.apache.jdo.tck.pc.mylib.MylibReader
Create a MylibReader for the specified resourceName.
MylibReader(InputStream) - Constructor for class org.apache.jdo.tck.pc.mylib.MylibReader
Create a MylibReader for the specified InputStream.
main(String[]) - Static method in class org.apache.jdo.tck.api.SignatureTest
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.AccessOtherInstancesInPrestore
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.AccessingFieldsInPredelete
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPostload
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPreclear
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPredelete
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPrestore
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerClear
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerCreate
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDelete
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDirty
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerLoad
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerStore
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.ModificationOfNontransactionalNonpersistentFields
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.instancecallbacks.NoAccessToFieldsAfterPredelete
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.GetObjectId
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.GetObjectIdForNull
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.GetObjectIdForTransient
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.GetObjectIdNotPersistenceCapable
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.GetObjectIds
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.GetPersistenceManager
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerForNull
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerForTransient
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerNotPersistenceCapable
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectId
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectIdForNull
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectIdForTransient
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectIdNotPersistenceCapable
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsDeleted
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsDeletedFalse
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsDeletedForNull
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsDeletedForTransient
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsDeletedNotPersistenceCapable
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsDetached
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsDirty
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsDirtyFalse
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsDirtyForNull
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsDirtyForTransient
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsDirtyNotPersistenceCapable
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsNew
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsNewFalse
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsNewForNull
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsNewForTransient
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsNewNotPersistenceCapable
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsPersistent
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsPersistentFalse
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsPersistentForNull
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsPersistentForTransient
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsPersistentNotPersistenceCapable
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsTransactional
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsTransactionalFalse
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsTransactionalForNull
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsTransactionalForTransient
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.IsTransactionalNotPersistenceCapable
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.MakeDirty
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.MakeDirtyForNull
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.MakeDirtyForTransient
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.jdohelper.MakeDirtyNotPersistenceCapable
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.ChangingObjectIdHasNoEffectOnInstance
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.ConcurrentPersistenceManagers
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.ConcurrentPersistenceManagersSameClasses
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.CurrentTransaction
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.DataStoreCacheTest
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.DataStoreConnection
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.DataStoreConnectionThrows
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.DeletePersistent
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.DeletePersistentAllFails
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.DeletePersistentFailsIfInstanceIsTransient
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.DeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.DeletePersistentHasNoEffectOnDeletedInstances
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.GetPersistenceManagerFactory
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.GetPutRemoveUserObject
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.GetSetUserObject
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.GetTransactionalObjectIdWhenObjectIdBeingChanged
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.GetTransactionalObjectIdWithNoTransaction
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.NoPersistenceManagerIfTransient
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.ObjectIdUniqueAmongInstances
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.OneInstanceOfObjectPerPersistenceManager
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.OnePersistenceManagerIfPersistentOrTransactional
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.OptimisticFailure
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.SameTransactionInstanceForAllCallsToCurrentTransaction
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.ThreadSafe
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.TransientTransactionalInstanceRetainsValuesAtCommit
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.CallingEvictAllWithCollectionContainingNulls
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.CallingRefreshAllWithCollectionContainingNulls
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.EvictAllWithNoParameters
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.EvictingCollectionOfInstancesSideEffects
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.EvictingWithRestoreValuesFalse
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.EvictingWithRetainValuesFalse
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToEvictAllThrowsException
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToEvictHasNoEffect
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToRefreshAllThrowsException
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToRefreshHasNoEffect
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllNoParameterSideEffects
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithArraySideEffects
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithCollectionSideEffects
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithNoParameters
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.RefreshSideEffects
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.cache.Retrieve
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.close.AfterCloseAllMethodsThrowException
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.close.CloseThrowsExceptionWhenActiveTx
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsFalseUponConstruction
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsFalseUponRetrievalFromPool
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsTrueAfterClose
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachAllOnCommit
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachAttach
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachAttachDirty
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachCopy
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachSerialize
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.detach.SetDetachAllOnCommit
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithInstancesMadePersistentViaReachability
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithNoSubclasses
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithSubclasses
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanMakeTransient
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanRefresh
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanRetrieve
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.flags.GetIgnoreCache
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.flags.SetIgnoreCacheToFalse
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.flags.SetIgnoreCacheToTrue
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.flags.SetMultithreadedFalse
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.flags.SetMultithreadedTrue
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.flags.SettingFlagsWithTransactionInstance
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectById
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceInCache
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceInCacheNoStateChange
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInCache
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInCacheNoTx
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInDatastore
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNotResolved
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceInCache
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceInCacheNotInDatastore
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceNotInCacheNotInDatastore
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectId
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdClass
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdClassForAbstractOrNonPersistenceCapableClass
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdForNullOrNotPersistent
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdWithApplicationModifyingIdentity
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectsById
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalAllFails
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalDirtyInstance
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalIsImmediate
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalPersistentCleanInstance
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalTransientCleanInstance
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistent
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAllFails
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAssignsObjectId
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentFailsIfInstanceManagedByAnotherPersistenceManager
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentHasNoEffectOnPersistentInstances
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactional
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalANontransactionalPersistentInstance
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalAllFails
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalIsImmediate
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalPriorToTransactionRolledback
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalWithinTransactionRolledback
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransient
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientAllFails
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientCausesLossOfIdentity
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientFailsWithDirtyInstance
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientFieldsPreservedUnchanged
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientHasNoEffectOnTransientInstances
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientNotSubjectToRollback
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.AfterCloseGetPMThrowsException
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.AfterCloseSetMethodsThrowException
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.AfterGetPersistenceManagerNoSetMethodsSucceed
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.Close
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.CloseFailsIfTransactionActive
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.CloseWithoutPermissionThrowsSecurityException
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFile
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFileAndClassLoader
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocation
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocationAndClassLoader
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResource
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResourceAndClassLoader
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStream
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStreamAndClassLoader
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManager
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerFactoryByPropertiesInstance
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerForUser
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetProperties
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionPassword
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionURL
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionUserName
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetIgnoreCache
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetMultithreaded
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetNonTransactionalRead
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetNonTransactionalWrite
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetOptimistic
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetRetainValues
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.api.persistencemanagerfactory.SupportedOptions
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.enhancement.FieldAccessModified
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.enhancement.ImplementsPersistenceCapable
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.extents.CloseAll
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.extents.CloseOfExtentIteratorIsIteratorSpecific
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.extents.GetCandidateClass
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.extents.GetPersistenceManager
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.extents.HasSubclassesFalse
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.extents.HasSubclassesTrue
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.extents.InstancesDeletedPriorToIterationNotReturned
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.extents.InstancesPersistedPriorToIterationReturned
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.extents.IteratorHasNextFalseAfterExtentClose
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.extents.IteratorMutatingMethods
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.extents.IteratorNextAfterExtentClose
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.extents.IteratorNextAfterExtentCloseAll
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.extents.Iterators
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.HollowInstanceMaintainsPK
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.MultiplePMsReturnInstancesRepresentingSamePC
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreCommit
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreCommitConflict
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreRollback
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticCommit
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticCommitConflict
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticRollback
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteThrows
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.ObjectIdNotModifiedWhenObjectIdInstanceModified
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.PMReturnsIdenticalInstancesForEqualObjIds
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.StateTransitions
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.TransientTransactionalStateCommit
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.lifecycle.TransientTransactionalStateRollback
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.mapping.CompletenessTest
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestArrayCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestArrayListCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestCollectionCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBigDecimal
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBigInteger
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBoolean
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfByte
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfCharacter
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfDate
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfDouble
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfFloat
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfInteger
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfLocale
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfLong
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfObject
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveboolean
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivebyte
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivechar
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivedouble
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivefloat
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveint
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivelong
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveshort
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfShort
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfSimpleClass
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfSimpleInterface
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfString
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestHashMapStringKeyCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestHashMapStringValueCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestHashSetCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestHashtableStringKeyCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestHashtableStringValueCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestLinkedListCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestListCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestMapStringKeyCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestMapStringValueCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestSetCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringKeyCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringValueCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestTreeSetCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestVectorCollections
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.inheritance.FieldWithSameNameInSuperclass
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.inheritance.NonPersistentFieldsAreNonPersistentInSubclasses
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.inheritance.NonpersistentSuperClass
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.inheritance.PersistenceCapableFlexibilityInInheritanceHierarchy
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.inheritance.PersistentFieldsArePersistentInSubClasses
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.models.inheritance.TransactionalFieldsAreTransactionalInSubclasses
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.ChangeQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.Close
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.CloseAll
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.CompileQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.DeclareImports
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.DeclareParameters
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.DeclareVariables
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.ExecuteQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.ExecuteQueryWithArray
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.ExecuteQueryWithMap
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.GetFetchPlan
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.GetIgnoreCache
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.GetPersistenceManager
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.GetPersistenceManagerFromRestoredSerializedQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.InvalidNamedQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.MetadataSearchOrder
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.NamedQueryNotFound
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.NewNamedQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.NewQueryFromExistingQueryBoundToPMFromSameVendor
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.NewQueryFromRestoredSerializedQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.NewQuerySingleString
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClass
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndCollection
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndExtent
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndFilter
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassCollectionFilter
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.NewQueryWithExtent
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.NewQueryWithExtentAndFilter
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.NewQueryWithSpecifiedLanguageAndQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.QueryExtentions
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.SetCandidateCollection
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.SetCandidateExtent
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.SetFilter
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.SetGrouping
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.SetIgnoreCache
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.SetOrdering
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.SetRange
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.SetResult
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.SetResultClass
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.SetUnique
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.SetterReplacePreviousValues
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.SingleStringQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.api.UnmodifiableQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.delete.DeleteCallback
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.delete.DeletePersistentAll
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.delete.DeleteQueryElements
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.AssignmentPrePostIncrementDecrementNotSupported
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.Cast
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.CharacterAndStringLiterals
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.ComparingCollectionFieldToNull
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.ComparingPersistentAndNonPersistentInstance
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.DenoteUniquenessInFilter
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.ExecuteQueryWhenPersistenceManagerIsClosed
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.ExecutingMultipleQueriesSimultaneouslyIsThreadSafe
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.ExecutingQueryWhenNoTransactionNoNontransactionalRead
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.Having
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.IdentifiersEqualFieldNames
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.IgnoreCacheFalse
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.MultipleActiveQueryInstanceInSamePersistenceManager
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.MultipleIdenticalImports
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.NamespaceOfIdentifiers
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.NavigationThroughACollectionField
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.NavigationThroughANullValuedField
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.NavigationThroughReferencesUsesDotOperator
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.NegativeRange
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.NullCollectionsAndContainsMethod
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.NullCollectionsAndIsEmpty
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.OrderingSpecification
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.ParenthesesMarkOperatorPrecedence
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.PositiveRange
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.QueryIsSerializable
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.QueryResultPassedToAnotherQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.QueryWithNoFilter
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.RangeAsString
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.RestoredSerializedQueryInstanceLosesAssociationWithPM
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.SeparateNamespaceForTypeNames
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.WhiteSpaceIsACharacterAndIgnored
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.keywords.InvalidUseOfKeywords
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.keywords.KeywordsAsFieldNames
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.keywords.SingleString
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.keywords.ThisIsReservedWordForElementOfCollection
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.keywords.UppercaseLowercase
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.keywords.UseOfThisToAcessHiddenField
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.methods.MethodsAndObjectConstructionNotSupported
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.methods.StartsWithAndEndsWith
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.methods.SupportedCollectionMethods
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.methods.SupportedJDOHelperMethods
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.methods.SupportedMapMethods
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.methods.SupportedMathMethods
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.BinaryAddition
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.BinarySubtraction
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.BitwiseComplement
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalAND
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalOR
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.ConditionalAND
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.ConditionalOR
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.Division
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.Equality
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenDateFieldsAndParameters
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenPrimitivesAndWrapperInstances
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenStringFieldsAndParameters
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.GreaterThan
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.GreaterThanOrEqual
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.Instanceof
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.LessThan
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.LessThanOrEqual
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.LogicalComplement
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.Modulo
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.Multiplication
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.NotEquals
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.PromotionOfNumericOperands
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.SignInversion
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.StringConcatenation
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.operators.UnaryPlus
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.parameters.BoundParameterCheck
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.parameters.ImplicitParameters
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.parameters.MixedParameters
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.parameters.OrderOfParameters
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.parameters.ParameterBoundToDifferentPM
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.parameters.ParameterDeclaredWithSameNameAsFieldOfCandidateClass
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.parameters.PrimitiveParameterPassedAsNull
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.variables.MixedVariables
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.variables.UnconstrainedVariable
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.variables.VariableDeclaredWithSameNameAsFieldOfCandidateClass
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.variables.VariablesAndFields
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.jdoql.variables.VariablesWithoutExtent
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.AggregateResult
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.DefaultResult
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.DefaultUnique
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.DistinctCandidateInstances
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.DistinctQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.Grouping
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.ImmutableQueryResult
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.NPEInResultExpr
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.NullResults
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.ResultClassRequirements
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.ResultExpressions
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.ShapeOfResult
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.Unique
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.result.VariableInResult
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.sql.AllowedAPIMethods
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.sql.NewQuery
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.sql.NoCandidateClass
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.query.sql.ShapeOfResult
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenCommitted
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenRolledback
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.AfterSetRollbackOnlyCommitFails
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.BeforeCompletionMethodCalled
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.BeforeCompletionMethodNotCalledBeforeRollback
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.Commit
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.GetPersistenceManager
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.GetRetainValues
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.GetRollbackOnlyReturnsFalseUntilSet
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.GetSynchronization
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.IsActive
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.IsActiveUntilAfterCompletionMethodCalled
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.Rollback
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.SetNontransactionalRead
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.SetNontransactionalReadCalledDuringTxCompletion
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.SetNontransactionalReadTrueWhenNotSupported
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.SetNontransactionalWriteCalledDuringTxCompletion
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.SetOptimistic
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.SetOptimisticCalledDuringTxCompletion
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.SetOptimisticDuringTransaction
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.SetOptimisticTrueWhenNotSupported
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.SetRetainValues
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.SetRetainValuesCalledDuringTxCompletion
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.SetRetainValuesTrueWhenNotSupported
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.SetSynchronization
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.SetSynchronizationToNull
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.transactions.WhenNontransactionalReadIsFalse
The main is called when the class is directly executed from the command line.
main(String[]) - Static method in class org.apache.jdo.tck.util.BatchTestRunner
Runs in batch mode and sets an exit code.
main(String[]) - Static method in class org.apache.jdo.tck.util.ClassGenerator
 
main(String[]) - Static method in class org.apache.jdo.tck.util.GetSupportedOptions
 
main(String[]) - Static method in class org.apache.jdo.tck.util.ResultSummary
Deserializes an instance and prints that instance to System.out and the TCK result file.
main(String[]) - Static method in class org.apache.jdo.tck.util.RogueBarrier.Test
 
main(String[]) - Static method in class org.apache.jdo.tck.util.SystemCfgSummary
Creates a new file containing system configuration information.
main(String[]) - Static method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Runs the signature test and exits with a status code.
makeNewVectorInstance(String, int) - Static method in class org.apache.jdo.tck.models.fieldtypes.TestUtil
 
makePersistentCleanInstance(Company) - Method in class org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges
 
makePersistentNonTranInstance(PCPoint) - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalANontransactionalPersistentInstance
 
makeTransientClean(StateTransitionObj) - Method in class org.apache.jdo.tck.lifecycle.TransientTransactionalStateCommit
 
makeTransientClean(StateTransitionObj) - Method in class org.apache.jdo.tck.lifecycle.TransientTransactionalStateRollback
 
makeTransientDirty(StateTransitionObj) - Method in class org.apache.jdo.tck.lifecycle.TransientTransactionalStateCommit
 
makeTransientDirty(StateTransitionObj) - Method in class org.apache.jdo.tck.lifecycle.TransientTransactionalStateRollback
 
mangleObject(Object) - Method in class org.apache.jdo.tck.JDO_Test
This method mangles an object by changing all its non-static, non-final fields.
markExpectedException() - Method in class org.apache.jdo.tck.api.persistencemanager.ThreadSafe
 
markProcessed(Object) - Method in class org.apache.jdo.tck.util.EqualityHelper
Marks the specified instance as processed in the context of this EqualityHelper.
markSuccess() - Method in class org.apache.jdo.tck.api.persistencemanager.ThreadSafe
 
member1 - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
member2 - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
member3 - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
members - Variable in class org.apache.jdo.tck.util.signature.SignatureVerifier
All untested, declared members of the current class.
messages - Static variable in class org.apache.jdo.tck.JDO_Test
A buffer of of error messages.
messages - Variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
The error message buffer to report exceptions.
msgUnexpectedEOF() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Returns an error message reporting an unextected end of file.
msgUnexpectedToken(String) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Returns an error message reporting an unextected token.

N

NL - Static variable in class org.apache.jdo.tck.JDO_Test
New line.
NL - Static variable in class org.apache.jdo.tck.util.signature.SignatureVerifier
The new-line character on this system.
NPEInResultExpr - class org.apache.jdo.tck.query.result.NPEInResultExpr.
Title: NullPointerException in Result Expression.
NPEInResultExpr() - Constructor for class org.apache.jdo.tck.query.result.NPEInResultExpr
 
NUM_STATES - Static variable in class org.apache.jdo.tck.JDO_Test
 
NUM_VALUES - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
NamedQueryNotFound - class org.apache.jdo.tck.query.api.NamedQueryNotFound.
Title: Named Query not Found.
NamedQueryNotFound() - Constructor for class org.apache.jdo.tck.query.api.NamedQueryNotFound
 
NamespaceOfIdentifiers - class org.apache.jdo.tck.query.jdoql.NamespaceOfIdentifiers.
Title: Namespace of Identifiers
Keywords: query
Assertion ID: A14.6.2-11.
NamespaceOfIdentifiers() - Constructor for class org.apache.jdo.tck.query.jdoql.NamespaceOfIdentifiers
 
NavigationThroughACollectionField - class org.apache.jdo.tck.query.jdoql.NavigationThroughACollectionField.
Title: Navigation Through a Collection Field
Keywords: query
Assertion ID: A14.6.2-10.
NavigationThroughACollectionField() - Constructor for class org.apache.jdo.tck.query.jdoql.NavigationThroughACollectionField
 
NavigationThroughANullValuedField - class org.apache.jdo.tck.query.jdoql.NavigationThroughANullValuedField.
Title: Navigation Through a Null-Valued Field
Keywords: query
Assertion ID: A14.6.2-9.
NavigationThroughANullValuedField() - Constructor for class org.apache.jdo.tck.query.jdoql.NavigationThroughANullValuedField
 
NavigationThroughReferencesUsesDotOperator - class org.apache.jdo.tck.query.jdoql.NavigationThroughReferencesUsesDotOperator.
Title: Navigation Through a References uses Dot Operator
Keywords: query
Assertion ID: A14.6.2-13.
NavigationThroughReferencesUsesDotOperator() - Constructor for class org.apache.jdo.tck.query.jdoql.NavigationThroughReferencesUsesDotOperator
 
NegativeRange - class org.apache.jdo.tck.query.jdoql.NegativeRange.
Title: Negative Range.
NegativeRange() - Constructor for class org.apache.jdo.tck.query.jdoql.NegativeRange
 
NewNamedQuery - class org.apache.jdo.tck.query.api.NewNamedQuery.
Title: New Named Query.
NewNamedQuery() - Constructor for class org.apache.jdo.tck.query.api.NewNamedQuery
 
NewObjectIdInstance - class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance.
Title:NewObjectIdInstance of PersistenceCapable
Keywords: persistencecapable
Assertion IDs: A7.12-38, A7.12-39
Assertion Description:
NewObjectIdInstance() - Constructor for class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
NewQuery - class org.apache.jdo.tck.query.sql.NewQuery.
Title: New SQL Query.
NewQuery() - Constructor for class org.apache.jdo.tck.query.sql.NewQuery
 
NewQueryFromExistingQueryBoundToPMFromSameVendor - class org.apache.jdo.tck.query.api.NewQueryFromExistingQueryBoundToPMFromSameVendor.
Title: New Query From Existing Query Bound to PersistenceManag er From Same Vendor
Keywords: query
Assertion ID: A14.5-3.
NewQueryFromExistingQueryBoundToPMFromSameVendor() - Constructor for class org.apache.jdo.tck.query.api.NewQueryFromExistingQueryBoundToPMFromSameVendor
 
NewQueryFromRestoredSerializedQuery - class org.apache.jdo.tck.query.api.NewQueryFromRestoredSerializedQuery.
Title: New Query From Existing Serialized Query
Keywords: query
Assertion ID: A14.5-2.
NewQueryFromRestoredSerializedQuery() - Constructor for class org.apache.jdo.tck.query.api.NewQueryFromRestoredSerializedQuery
 
NewQuerySingleString - class org.apache.jdo.tck.query.api.NewQuerySingleString.
Title: Single String Query.
NewQuerySingleString() - Constructor for class org.apache.jdo.tck.query.api.NewQuerySingleString
 
NewQueryWithCandidateClass - class org.apache.jdo.tck.query.api.NewQueryWithCandidateClass.
Title: New Query with Candidate Class
Keywords: query
Assertion ID: A14.5-5.
NewQueryWithCandidateClass() - Constructor for class org.apache.jdo.tck.query.api.NewQueryWithCandidateClass
 
NewQueryWithCandidateClassAndCollection - class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndCollection.
Title: New Query with Candidate Class and Collection
Keywords: query extent
Assertion ID: A14.5-7.
NewQueryWithCandidateClassAndCollection() - Constructor for class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndCollection
 
NewQueryWithCandidateClassAndExtent - class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndExtent.
Title: New Query with Candidate Class and Extent
Keywords: query extent
Assertion ID: A14.5-6.
NewQueryWithCandidateClassAndExtent() - Constructor for class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndExtent
 
NewQueryWithCandidateClassAndFilter - class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndFilter.
Title: New Query with Candidate Class and Filter
Keywords: query
Assertion ID: A14.5-8.
NewQueryWithCandidateClassAndFilter() - Constructor for class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndFilter
 
NewQueryWithCandidateClassCollectionFilter - class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassCollectionFilter.
Title: New Query with Candidate Class, Collection, and Filter
Keywords: query
Assertion ID: A14.5-9.
NewQueryWithCandidateClassCollectionFilter() - Constructor for class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassCollectionFilter
 
NewQueryWithExtent - class org.apache.jdo.tck.query.api.NewQueryWithExtent.
Title: New Query
Keywords: query
Assertion IDs: A14.5-1.
NewQueryWithExtent() - Constructor for class org.apache.jdo.tck.query.api.NewQueryWithExtent
 
NewQueryWithExtentAndFilter - class org.apache.jdo.tck.query.api.NewQueryWithExtentAndFilter.
Title: New Query
Keywords: query
Assertion IDs: A14.5-10.
NewQueryWithExtentAndFilter() - Constructor for class org.apache.jdo.tck.query.api.NewQueryWithExtentAndFilter
 
NewQueryWithSpecifiedLanguageAndQuery - class org.apache.jdo.tck.query.api.NewQueryWithSpecifiedLanguageAndQuery.
Title: New Query With Specified Language and Query
Keywords: query
Assertion ID: A14.5-4.
NewQueryWithSpecifiedLanguageAndQuery() - Constructor for class org.apache.jdo.tck.query.api.NewQueryWithSpecifiedLanguageAndQuery
 
NoAccessToFieldsAfterPredelete - class org.apache.jdo.tck.api.instancecallbacks.NoAccessToFieldsAfterPredelete.
Title: No Access To Fields After Predelete
Keywords: instancecallbacks
Assertion ID: A10.4-3.
NoAccessToFieldsAfterPredelete() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.NoAccessToFieldsAfterPredelete
 
NoCandidateClass - class org.apache.jdo.tck.query.sql.NoCandidateClass.
Title: No Candidate Class.
NoCandidateClass() - Constructor for class org.apache.jdo.tck.query.sql.NoCandidateClass
 
NoExtent - class org.apache.jdo.tck.pc.query.NoExtent.
The PC class for testing JDOQL queries.
NoExtent(int) - Constructor for class org.apache.jdo.tck.pc.query.NoExtent
 
NoFieldsNoMethods - class org.apache.jdo.tck.query.result.classes.NoFieldsNoMethods.
JDOQL result class not having any fields and methods.
NoFieldsNoMethods() - Constructor for class org.apache.jdo.tck.query.result.classes.NoFieldsNoMethods
 
NoPersistenceManagerIfTransient - class org.apache.jdo.tck.api.persistencemanager.NoPersistenceManagerIfTransient.
Title: No PersistenceManager If Transient
Keywords: transient
Assertion ID: A12.5-1.
NoPersistenceManagerIfTransient() - Constructor for class org.apache.jdo.tck.api.persistencemanager.NoPersistenceManagerIfTransient
 
NonPersistentFieldsAreNonPersistentInSubclasses - class org.apache.jdo.tck.models.inheritance.NonPersistentFieldsAreNonPersistentInSubclasses.
Title: Non-Persistent Fields Are Non-Persistent in Subclasses
Keywords: inheritance
Assertion ID: A6.5-6.
NonPersistentFieldsAreNonPersistentInSubclasses() - Constructor for class org.apache.jdo.tck.models.inheritance.NonPersistentFieldsAreNonPersistentInSubclasses
 
NonpersistentSuperClass - class org.apache.jdo.tck.models.inheritance.NonpersistentSuperClass.
Title: Non-persistent Super Class
Keywords: inheritance
Assertion ID: A6.5-1.
NonpersistentSuperClass() - Constructor for class org.apache.jdo.tck.models.inheritance.NonpersistentSuperClass
 
NontransactionalWriteDatastoreCommit - class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreCommit.
Title: Test NontransactionalWriteDatastoreCommit
Keywords: NontransactionalWrite datastore commit
Assertion ID: A5.6.2-4, A5.6.2-6, A5.6.2-8, A5.6.2-10.
NontransactionalWriteDatastoreCommit() - Constructor for class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreCommit
 
NontransactionalWriteDatastoreCommitConflict - class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreCommitConflict.
Title: Test NontransactionalWriteDatastoreCommitConflict
Keywords: NontransactionalWrite datastore commit
Assertion ID: A5.6.2-4, A5.6.2-6, A5.6.2-8, A5.6.2-10.
NontransactionalWriteDatastoreCommitConflict() - Constructor for class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreCommitConflict
 
NontransactionalWriteDatastoreRollback - class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreRollback.
Title: Test NontransactionalWriteDatastoreRollback
Keywords: NontransactionalWrite datastore rollback
Assertion ID: A5.6.2-4, A5.6.2-6, A5.6.2-8, A5.6.2-10.
NontransactionalWriteDatastoreRollback() - Constructor for class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreRollback
 
NontransactionalWriteOptimisticCommit - class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticCommit.
Title: TestNontransactionalWriteOptimisticCommit
Keywords: NontransactionalWrite optimistic commit
Assertion ID: A5.6.2-4, A5.6.2-6, A5.6.2-8, A5.6.2-10.
NontransactionalWriteOptimisticCommit() - Constructor for class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticCommit
 
NontransactionalWriteOptimisticCommitConflict - class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticCommitConflict.
Title: Test NontransactionalWriteOptimisticCommitConflict
Keywords: NontransactionalWrite optimistic
Assertion ID: A5.6.2-4, A5.6.2-6, A5.6.2-8, A5.6.2-10.
NontransactionalWriteOptimisticCommitConflict() - Constructor for class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticCommitConflict
 
NontransactionalWriteOptimisticRollback - class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticRollback.
Title: Test NontransactionalWriteOptimisticRollback
Keywords: NontransactionalWrite optimistic rollback
Assertion ID: A5.6.2-4, A5.6.2-6, A5.6.2-8, A5.6.2-10.
NontransactionalWriteOptimisticRollback() - Constructor for class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticRollback
 
NontransactionalWriteTest - class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest.
Title: Test NontransactionalWrite abstract base class
Keywords: NontransactionalWrite
Assertion ID:
Assertion Description:
NontransactionalWriteTest() - Constructor for class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
 
NontransactionalWriteThrows - class org.apache.jdo.tck.lifecycle.NontransactionalWriteThrows.
Title: Test NontransactionalWriteThrows
Keywords: NontransactionalWrite
Assertion ID: A13.4.2-6
Assertion Description: If an implementation does not support the [NontranasctionalWrite] option, then an attempt to set the flag to an unsupported value will throw JDOUnsupportedOptionException.
NontransactionalWriteThrows() - Constructor for class org.apache.jdo.tck.lifecycle.NontransactionalWriteThrows
 
NotEquals - class org.apache.jdo.tck.query.jdoql.operators.NotEquals.
Title: Not Equals Query Operator
Keywords: query
Assertion ID: A14.6.2-15.
NotEquals() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.NotEquals
 
NullCollectionsAndContainsMethod - class org.apache.jdo.tck.query.jdoql.NullCollectionsAndContainsMethod.
Title: Null Collections and Contains Method
Keywords: query nullcollection
Assertion ID: A14.6.2-35.
NullCollectionsAndContainsMethod() - Constructor for class org.apache.jdo.tck.query.jdoql.NullCollectionsAndContainsMethod
 
NullCollectionsAndIsEmpty - class org.apache.jdo.tck.query.jdoql.NullCollectionsAndIsEmpty.
Title: Handling of Null Collections and isEmpty in Queries
Keywords: query nullcollection
Assertion ID: A14.6.2-34.
NullCollectionsAndIsEmpty() - Constructor for class org.apache.jdo.tck.query.jdoql.NullCollectionsAndIsEmpty
 
NullResults - class org.apache.jdo.tck.query.result.NullResults.
Title: Null Results.
NullResults() - Constructor for class org.apache.jdo.tck.query.result.NullResults
 
name - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
name() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint
 
name() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
name() - Method in class org.apache.jdo.tck.pc.mylib.Point
 
name() - Method in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint
 
name() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte
 
name() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter
 
name() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate
 
name() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger
 
name() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong
 
name() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivebyte
 
name() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivechar
 
name() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveint
 
name() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivelong
 
name() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveshort
 
name() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort
 
name() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString
 
newAddress(long, String, String, String, String, String) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newAddress(long, String, String, String, String, String) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newAddress(long, String, String, String, String, String) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newCartEntry(Product, int) - Method in class org.apache.jdo.tck.pc.shoppingcart.Cart
 
newCompany(long, String, Date) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newCompany(long, String, Date, IAddress) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newCompany(long, String, Date) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newCompany(long, String, Date, IAddress) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newCompany(long, String, Date) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newCompany(long, String, Date, IAddress) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newDentalInsurance(long, String, BigDecimal) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newDentalInsurance(long, String, IEmployee, BigDecimal) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newDentalInsurance(long, String, BigDecimal) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newDentalInsurance(long, String, IEmployee, BigDecimal) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newDentalInsurance(long, String, BigDecimal) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newDentalInsurance(long, String, IEmployee, BigDecimal) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newDepartment(long, String) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newDepartment(long, String, ICompany) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newDepartment(long, String, ICompany, IEmployee) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newDepartment(long, String) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newDepartment(long, String, ICompany) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newDepartment(long, String, ICompany, IEmployee) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newDepartment(long, String) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newDepartment(long, String, ICompany) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newDepartment(long, String, ICompany, IEmployee) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newFullTimeEmployee(long, String, String, String, Date, IAddress, Date, double) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newFullTimeEmployee(long, String, String, String, Date, Date, double) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newFullTimeEmployee(long, String, String, String, Date, Date, double) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newFullTimeEmployee(long, String, String, String, Date, IAddress, Date, double) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newFullTimeEmployee(long, String, String, String, Date, Date, double) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newFullTimeEmployee(long, String, String, String, Date, IAddress, Date, double) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newMedicalInsurance(long, String, String) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newMedicalInsurance(long, String, IEmployee, String) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newMedicalInsurance(long, String, String) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newMedicalInsurance(long, String, IEmployee, String) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newMedicalInsurance(long, String, String) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newMedicalInsurance(long, String, IEmployee, String) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newPartTimeEmployee(long, String, String, String, Date, Date, double) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newPartTimeEmployee(long, String, String, String, Date, IAddress, Date, double) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newPartTimeEmployee(long, String, String, String, Date, Date, double) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newPartTimeEmployee(long, String, String, String, Date, IAddress, Date, double) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newPartTimeEmployee(long, String, String, String, Date, Date, double) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newPartTimeEmployee(long, String, String, String, Date, IAddress, Date, double) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newPerson(long, String, String, String, Date) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newPerson(long, String, String, String, Date, IAddress) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newProject(long, String, BigDecimal) - Method in interface org.apache.jdo.tck.pc.company.CompanyFactory
 
newProject(long, String, BigDecimal) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
newProject(long, String, BigDecimal) - Method in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
newXValue - Variable in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
 
nextId - Static variable in class org.apache.jdo.tck.pc.shoppingcart.Cart
 
nextId() - Static method in class org.apache.jdo.tck.pc.shoppingcart.Cart
 
nextId - Static variable in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
nextId() - Static method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
nextId - Static variable in class org.apache.jdo.tck.pc.shoppingcart.Undetachable
 
nextId() - Static method in class org.apache.jdo.tck.pc.shoppingcart.Undetachable
 
nextObj - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
notifyEvent(int) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
numberOfChildren - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 

O

Object100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
Object99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
ObjectIdNotModifiedWhenObjectIdInstanceModified - class org.apache.jdo.tck.lifecycle.ObjectIdNotModifiedWhenObjectIdInstanceModified.
Title: Test that ObjectId is not modified even if ObjectId returned by GetObjectId() is modified
Keywords: lifecycle GetObjectId
Assertion IDs: A5.4-6
Assertion Description: The object returned by any call to getObjectId might be modified by the user, but that modification does not affect the identity of the object that was originally referred.
ObjectIdNotModifiedWhenObjectIdInstanceModified() - Constructor for class org.apache.jdo.tck.lifecycle.ObjectIdNotModifiedWhenObjectIdInstanceModified
 
ObjectIdUniqueAmongInstances - class org.apache.jdo.tck.api.persistencemanager.ObjectIdUniqueAmongInstances.
Title: ObjectId Unique Among Instances
Keywords: identity
Assertion ID: A12.5.6-12.
ObjectIdUniqueAmongInstances() - Constructor for class org.apache.jdo.tck.api.persistencemanager.ObjectIdUniqueAmongInstances
 
OneInstanceOfObjectPerPersistenceManager - class org.apache.jdo.tck.api.persistencemanager.OneInstanceOfObjectPerPersistenceManager.
Title: Only one instance of persistent object in cache per PersistenceManager
Keywords: cache
Assertion ID: A5.4-10.
OneInstanceOfObjectPerPersistenceManager() - Constructor for class org.apache.jdo.tck.api.persistencemanager.OneInstanceOfObjectPerPersistenceManager
 
OnePersistenceManagerIfPersistentOrTransactional - class org.apache.jdo.tck.api.persistencemanager.OnePersistenceManagerIfPersistentOrTransactional.
Title: One PersistenceManager If Persistent or Transactional
Keywords:
Assertion ID: A12.5-2.
OnePersistenceManagerIfPersistentOrTransactional() - Constructor for class org.apache.jdo.tck.api.persistencemanager.OnePersistenceManagerIfPersistentOrTransactional
 
OptimisticFailure - class org.apache.jdo.tck.api.persistencemanager.OptimisticFailure.
Title: OptimisticFailure
Keywords: optimistic
Assertion IDs: A13.5-1
Assertion Description: If any instance fails the verification, a JDOOptimisticVerificationException is thrown which contains an array of JDOOptimisticVerificationException, one for each instance that failed the verification.
OptimisticFailure() - Constructor for class org.apache.jdo.tck.api.persistencemanager.OptimisticFailure
 
OrderOfParameters - class org.apache.jdo.tck.query.jdoql.parameters.OrderOfParameters.
Title: Order of Parameters.
OrderOfParameters() - Constructor for class org.apache.jdo.tck.query.jdoql.parameters.OrderOfParameters
 
OrderingSpecification - class org.apache.jdo.tck.query.jdoql.OrderingSpecification.
Title: Ordering Specification
Keywords: query
Assertion ID: A14.6.6-1.
OrderingSpecification() - Constructor for class org.apache.jdo.tck.query.jdoql.OrderingSpecification
 
objectState - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
oid - Variable in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
The ObjectId of the pc instance, set by method createAndModifyInstance.
okSelected() - Method in class org.apache.jdo.tck.util.TestSelector
 
org.apache.jdo.tck - package org.apache.jdo.tck
 
org.apache.jdo.tck.api - package org.apache.jdo.tck.api
 
org.apache.jdo.tck.api.instancecallbacks - package org.apache.jdo.tck.api.instancecallbacks
 
org.apache.jdo.tck.api.jdohelper - package org.apache.jdo.tck.api.jdohelper
 
org.apache.jdo.tck.api.persistencecapable - package org.apache.jdo.tck.api.persistencecapable
 
org.apache.jdo.tck.api.persistencemanager - package org.apache.jdo.tck.api.persistencemanager
 
org.apache.jdo.tck.api.persistencemanager.cache - package org.apache.jdo.tck.api.persistencemanager.cache
 
org.apache.jdo.tck.api.persistencemanager.close - package org.apache.jdo.tck.api.persistencemanager.close
 
org.apache.jdo.tck.api.persistencemanager.detach - package org.apache.jdo.tck.api.persistencemanager.detach
 
org.apache.jdo.tck.api.persistencemanager.extent - package org.apache.jdo.tck.api.persistencemanager.extent
 
org.apache.jdo.tck.api.persistencemanager.fetchplan - package org.apache.jdo.tck.api.persistencemanager.fetchplan
 
org.apache.jdo.tck.api.persistencemanager.flags - package org.apache.jdo.tck.api.persistencemanager.flags
 
org.apache.jdo.tck.api.persistencemanager.getobject - package org.apache.jdo.tck.api.persistencemanager.getobject
 
org.apache.jdo.tck.api.persistencemanager.lifecycle - package org.apache.jdo.tck.api.persistencemanager.lifecycle
 
org.apache.jdo.tck.api.persistencemanagerfactory - package org.apache.jdo.tck.api.persistencemanagerfactory
 
org.apache.jdo.tck.enhancement - package org.apache.jdo.tck.enhancement
 
org.apache.jdo.tck.extents - package org.apache.jdo.tck.extents
 
org.apache.jdo.tck.lifecycle - package org.apache.jdo.tck.lifecycle
 
org.apache.jdo.tck.mapping - package org.apache.jdo.tck.mapping
 
org.apache.jdo.tck.models.embedded - package org.apache.jdo.tck.models.embedded
 
org.apache.jdo.tck.models.fieldtypes - package org.apache.jdo.tck.models.fieldtypes
 
org.apache.jdo.tck.models.inheritance - package org.apache.jdo.tck.models.inheritance
 
org.apache.jdo.tck.pc.company - package org.apache.jdo.tck.pc.company
 
org.apache.jdo.tck.pc.fieldtypes - package org.apache.jdo.tck.pc.fieldtypes
 
org.apache.jdo.tck.pc.inheritance - package org.apache.jdo.tck.pc.inheritance
 
org.apache.jdo.tck.pc.instancecallbacks - package org.apache.jdo.tck.pc.instancecallbacks
 
org.apache.jdo.tck.pc.lifecycle - package org.apache.jdo.tck.pc.lifecycle
 
org.apache.jdo.tck.pc.mylib - package org.apache.jdo.tck.pc.mylib
 
org.apache.jdo.tck.pc.query - package org.apache.jdo.tck.pc.query
 
org.apache.jdo.tck.pc.shoppingcart - package org.apache.jdo.tck.pc.shoppingcart
 
org.apache.jdo.tck.pc.singlefieldidentity - package org.apache.jdo.tck.pc.singlefieldidentity
 
org.apache.jdo.tck.query - package org.apache.jdo.tck.query
 
org.apache.jdo.tck.query.api - package org.apache.jdo.tck.query.api
 
org.apache.jdo.tck.query.delete - package org.apache.jdo.tck.query.delete
 
org.apache.jdo.tck.query.jdoql - package org.apache.jdo.tck.query.jdoql
 
org.apache.jdo.tck.query.jdoql.keywords - package org.apache.jdo.tck.query.jdoql.keywords
 
org.apache.jdo.tck.query.jdoql.methods - package org.apache.jdo.tck.query.jdoql.methods
 
org.apache.jdo.tck.query.jdoql.operators - package org.apache.jdo.tck.query.jdoql.operators
 
org.apache.jdo.tck.query.jdoql.parameters - package org.apache.jdo.tck.query.jdoql.parameters
 
org.apache.jdo.tck.query.jdoql.variables - package org.apache.jdo.tck.query.jdoql.variables
 
org.apache.jdo.tck.query.result - package org.apache.jdo.tck.query.result
 
org.apache.jdo.tck.query.result.classes - package org.apache.jdo.tck.query.result.classes
 
org.apache.jdo.tck.query.sql - package org.apache.jdo.tck.query.sql
 
org.apache.jdo.tck.transactions - package org.apache.jdo.tck.transactions
 
org.apache.jdo.tck.util - package org.apache.jdo.tck.util
 
org.apache.jdo.tck.util.signature - package org.apache.jdo.tck.util.signature
 
originalXValue - Variable in class org.apache.jdo.tck.lifecycle.NontransactionalWriteTest
The original value of the X field of the pc instance, set by method createAndModifyInstance.
out - Static variable in class org.apache.jdo.tck.util.signature.SignatureVerifier
A writer for standard output.

P

PCClass - class org.apache.jdo.tck.pc.mylib.PCClass.
 
PCClass() - Constructor for class org.apache.jdo.tck.pc.mylib.PCClass
 
PCClass.Oid - class org.apache.jdo.tck.pc.mylib.PCClass.Oid.
The objectid class for this class in case of application identity.
PCClass.Oid() - Constructor for class org.apache.jdo.tck.pc.mylib.PCClass.Oid
 
PCClass.Oid(String) - Constructor for class org.apache.jdo.tck.pc.mylib.PCClass.Oid
 
PCPoint - class org.apache.jdo.tck.pc.mylib.PCPoint.
A simple class with two fields for application identity
PCPoint() - Constructor for class org.apache.jdo.tck.pc.mylib.PCPoint
 
PCPoint(int, int) - Constructor for class org.apache.jdo.tck.pc.mylib.PCPoint
 
PCPoint(int, Integer) - Constructor for class org.apache.jdo.tck.pc.mylib.PCPoint
 
PCPoint.Oid - class org.apache.jdo.tck.pc.mylib.PCPoint.Oid.
 
PCPoint.Oid() - Constructor for class org.apache.jdo.tck.pc.mylib.PCPoint.Oid
 
PCPoint.Oid(String) - Constructor for class org.apache.jdo.tck.pc.mylib.PCPoint.Oid
 
PCPoint2 - class org.apache.jdo.tck.pc.mylib.PCPoint2.
A simple class with two fields for application identity
PCPoint2() - Constructor for class org.apache.jdo.tck.pc.mylib.PCPoint2
 
PCPoint2(int, int) - Constructor for class org.apache.jdo.tck.pc.mylib.PCPoint2
 
PCPoint2(int, Integer) - Constructor for class org.apache.jdo.tck.pc.mylib.PCPoint2
 
PCPoint2.Oid - class org.apache.jdo.tck.pc.mylib.PCPoint2.Oid.
 
PCPoint2.Oid() - Constructor for class org.apache.jdo.tck.pc.mylib.PCPoint2.Oid
 
PCPoint2.Oid(String) - Constructor for class org.apache.jdo.tck.pc.mylib.PCPoint2.Oid
 
PCPointSingleFieldByte - class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte.
The PC class for testing ByteIdentity.
PCPointSingleFieldByte() - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte
This constructor is used by test cases checking assertion A7.12-38:
For classes using single field identity method PersistenceCapable.newObjectIdInstance() must be called on a persistent instance with its primary key field initialized, or a JDOFatalInternalException is thrown.
PCPointSingleFieldByte(int, int) - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte
This constructor is used by test cases checking assertion A7.12-39:
The instance returned is initialized with the value of the primary key field of the instance on which the method is called.
PCPointSingleFieldCharacter - class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter.
The PC class for testing CharIdentity.
PCPointSingleFieldCharacter() - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter
This constructor is used by test cases checking assertion A7.12-38:
For classes using single field identity method PersistenceCapable.newObjectIdInstance() must be called on a persistent instance with its primary key field initialized, or a JDOFatalInternalException is thrown.
PCPointSingleFieldCharacter(int, int) - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter
This constructor is used by test cases checking assertion A7.12-39:
The instance returned is initialized with the value of the primary key field of the instance on which the method is called.
PCPointSingleFieldDate - class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate.
The PC class for testing ObjectIdentity.
PCPointSingleFieldDate() - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate
This constructor is used by test cases checking assertion A7.12-38:
For classes using single field identity method PersistenceCapable.newObjectIdInstance() must be called on a persistent instance with its primary key field initialized, or a JDOFatalInternalException is thrown.
PCPointSingleFieldDate(int, int) - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate
This constructor is used by test cases checking assertion A7.12-39:
The instance returned is initialized with the value of the primary key field of the instance on which the method is called.
PCPointSingleFieldInteger - class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger.
The PC class for testing IntIdentity.
PCPointSingleFieldInteger() - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger
This constructor is used by test cases checking assertion A7.12-38:
For classes using single field identity method PersistenceCapable.newObjectIdInstance() must be called on a persistent instance with its primary key field initialized, or a JDOFatalInternalException is thrown.
PCPointSingleFieldInteger(int, int) - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger
This constructor is used by test cases checking assertion A7.12-39:
The instance returned is initialized with the value of the primary key field of the instance on which the method is called.
PCPointSingleFieldLong - class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong.
The PC class for testing LongIdentity.
PCPointSingleFieldLong() - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong
This constructor is used by test cases checking assertion A7.12-38:
For classes using single field identity method PersistenceCapable.newObjectIdInstance() must be called on a persistent instance with its primary key field initialized, or a JDOFatalInternalException is thrown.
PCPointSingleFieldLong(int, int) - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong
This constructor is used by test cases checking assertion A7.12-39:
The instance returned is initialized with the value of the primary key field of the instance on which the method is called.
PCPointSingleFieldPrimitivebyte - class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivebyte.
The PC class for testing ByteIdentity.
PCPointSingleFieldPrimitivebyte(int, int) - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivebyte
This constructor is used by test cases checking assertion A7.12-39:
The instance returned is initialized with the value of the primary key field of the instance on which the method is called.
PCPointSingleFieldPrimitivechar - class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivechar.
The PC class for testing CharIdentity.
PCPointSingleFieldPrimitivechar(int, int) - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivechar
This constructor is used by test cases checking assertion A7.12-39:
The instance returned is initialized with the value of the primary key field of the instance on which the method is called.
PCPointSingleFieldPrimitiveint - class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveint.
The PC class for testing IntIdentity.
PCPointSingleFieldPrimitiveint(int, int) - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveint
This constructor is used by test cases checking assertion A7.12-39:
The instance returned is initialized with the value of the primary key field of the instance on which the method is called.
PCPointSingleFieldPrimitivelong - class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivelong.
The PC class for testing LongIdentity.
PCPointSingleFieldPrimitivelong(int, int) - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivelong
This constructor is used by test cases checking assertion A7.12-39:
The instance returned is initialized with the value of the primary key field of the instance on which the method is called.
PCPointSingleFieldPrimitiveshort - class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveshort.
The PC class for testing ShortIdentity.
PCPointSingleFieldPrimitiveshort(int, int) - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveshort
This constructor is used by test cases checking assertion A7.12-39:
The instance returned is initialized with the value of the primary key field of the instance on which the method is called.
PCPointSingleFieldShort - class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort.
The PC class for testing ShortIdentity.
PCPointSingleFieldShort() - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort
This constructor is used by test cases checking assertion A7.12-38:
For classes using single field identity method PersistenceCapable.newObjectIdInstance() must be called on a persistent instance with its primary key field initialized, or a JDOFatalInternalException is thrown.
PCPointSingleFieldShort(int, int) - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort
This constructor is used by test cases checking assertion A7.12-39:
The instance returned is initialized with the value of the primary key field of the instance on which the method is called.
PCPointSingleFieldString - class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString.
The PC class for testing StringIdentity.
PCPointSingleFieldString() - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString
This constructor is used by test cases checking assertion A7.12-38:
For classes using single field identity method PersistenceCapable.newObjectIdInstance() must be called on a persistent instance with its primary key field initialized, or a JDOFatalInternalException is thrown.
PCPointSingleFieldString(int, int) - Constructor for class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString
This constructor is used by test cases checking assertion A7.12-39:
The instance returned is initialized with the value of the primary key field of the instance on which the method is called.
PCRect - class org.apache.jdo.tck.pc.mylib.PCRect.
Test for instances with application identity containing instances of a user-defined class.
PCRect() - Constructor for class org.apache.jdo.tck.pc.mylib.PCRect
 
PCRect(long, PCPoint, PCPoint) - Constructor for class org.apache.jdo.tck.pc.mylib.PCRect
 
PCRect(PCPoint, PCPoint) - Constructor for class org.apache.jdo.tck.pc.mylib.PCRect
 
PCRect.Oid - class org.apache.jdo.tck.pc.mylib.PCRect.Oid.
 
PCRect.Oid() - Constructor for class org.apache.jdo.tck.pc.mylib.PCRect.Oid
 
PCRect.Oid(String) - Constructor for class org.apache.jdo.tck.pc.mylib.PCRect.Oid
 
PERSISTENT_CLEAN - Static variable in class org.apache.jdo.tck.JDO_Test
 
PERSISTENT_DELETED - Static variable in class org.apache.jdo.tck.JDO_Test
 
PERSISTENT_DIRTY - Static variable in class org.apache.jdo.tck.JDO_Test
 
PERSISTENT_NEW - Static variable in class org.apache.jdo.tck.JDO_Test
 
PERSISTENT_NEW_DELETED - Static variable in class org.apache.jdo.tck.JDO_Test
 
PERSISTENT_NONTRANSACTIONAL - Static variable in class org.apache.jdo.tck.JDO_Test
 
PERSISTENT_NONTRANSACTIONAL_DIRTY - Static variable in class org.apache.jdo.tck.JDO_Test
 
PMFProperties - Static variable in class org.apache.jdo.tck.JDO_Test
Name of the file containing the properties for the PMF.
PMFPropertiesObject - Static variable in class org.apache.jdo.tck.JDO_Test
The Properties object for the PersistenceManagerFactory.
PMReturnsIdenticalInstancesForEqualObjIds - class org.apache.jdo.tck.lifecycle.PMReturnsIdenticalInstancesForEqualObjIds.
Title: Test that a PM returns the same JDO instance if getObjectById(ObjectId) is called multiple times with the same objectId instance
Keywords: lifecycle getObjectById
Assertion IDs: A5.4-2, A5.4-8
Assertion Description: Any instances returned by any calls to getObjectById(Object) with the same object id instance to the same PersistenceManager instance must be identical (assuming the instances were not garbage collected between calls).
PMReturnsIdenticalInstancesForEqualObjIds() - Constructor for class org.apache.jdo.tck.lifecycle.PMReturnsIdenticalInstancesForEqualObjIds
 
PMsCanSharePCClassesButNotPCInstances - class org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances.
Title: Test PM ability to share PC classes but not PC instances
Keywords: PM share PC class
Assertion IDs: A5.2-1,A5.2-2,A5.2-3
Assertion Description: Several JDO PersistenceManagers might be coresident and might share the same persistence capable classes] (although a JDO instance can be associated with only one PersistenceManager at a time)
PMsCanSharePCClassesButNotPCInstances() - Constructor for class org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances
 
POST_ATTACH_CALLBACK - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
POST_ATTACH_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
POST_CLEAR_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
POST_CREATE_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
POST_DELETE_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
POST_DETACH_CALLBACK - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
POST_DETACH_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
POST_DIRTY_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
POST_LOAD_CALLBACK - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
POST_LOAD_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
POST_STORE_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
PRE_ATTACH_CALLBACK - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
These are indexes into the sequence array.
PRE_ATTACH_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
PRE_CLEAR_CALLBACK - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
PRE_CLEAR_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
PRE_DELETE_CALLBACK - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
PRE_DELETE_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
PRE_DETACH_CALLBACK - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
PRE_DETACH_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
PRE_DIRTY_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
PRE_STORE_CALLBACK - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
PRE_STORE_LISTENER - Static variable in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
PROPERIES_FILE - Static variable in class org.apache.jdo.tck.util.JDOJdk14Logger
Logging properties file name.
ParameterBoundToDifferentPM - class org.apache.jdo.tck.query.jdoql.parameters.ParameterBoundToDifferentPM.
Title: Element Returned in Query Result
Keywords: query
Assertion ID: A14.6.1-8.
ParameterBoundToDifferentPM() - Constructor for class org.apache.jdo.tck.query.jdoql.parameters.ParameterBoundToDifferentPM
 
ParameterDeclaredWithSameNameAsFieldOfCandidateClass - class org.apache.jdo.tck.query.jdoql.parameters.ParameterDeclaredWithSameNameAsFieldOfCandidateClass.
Title: Parameter Declared with Same Name as Field of Candidate Class
Keywords: query
Assertion ID: A14.4-2.
ParameterDeclaredWithSameNameAsFieldOfCandidateClass() - Constructor for class org.apache.jdo.tck.query.jdoql.parameters.ParameterDeclaredWithSameNameAsFieldOfCandidateClass
 
ParenthesesMarkOperatorPrecedence - class org.apache.jdo.tck.query.jdoql.ParenthesesMarkOperatorPrecedence.
Title: Parentheses Mark Operator Precedence
Keywords: query
Assertion ID: A14.6.2-37.
ParenthesesMarkOperatorPrecedence() - Constructor for class org.apache.jdo.tck.query.jdoql.ParenthesesMarkOperatorPrecedence
 
PartTimeEmployee - class org.apache.jdo.tck.pc.company.PartTimeEmployee.
This class represents a part-time employee.
PartTimeEmployee() - Constructor for class org.apache.jdo.tck.pc.company.PartTimeEmployee
This is the JDO-required no-args constructor.
PartTimeEmployee(long, String, String, String, Date, Date, double) - Constructor for class org.apache.jdo.tck.pc.company.PartTimeEmployee
Construct a part-time employee.
PartTimeEmployee(long, String, String, String, Date, IAddress, Date, double) - Constructor for class org.apache.jdo.tck.pc.company.PartTimeEmployee
Construct a part-time employee.
PassingNullToEvictAllThrowsException - class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToEvictAllThrowsException.
Title: PassingNullToEvictAllThrowsException
Keywords:
Assertion IDs: A12.5-9
Assertion Description: Passing a null valued argument to evictAll will throw a NullPointerException.
PassingNullToEvictAllThrowsException() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToEvictAllThrowsException
 
PassingNullToEvictHasNoEffect - class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToEvictHasNoEffect.
Title: PassingNullToEvictHasNoEffect
Keywords:
Assertion IDs: A12.5-7
Assertion Description: Passing a null value to PersistenceManager.evict will have no effect.
PassingNullToEvictHasNoEffect() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToEvictHasNoEffect
 
PassingNullToRefreshAllThrowsException - class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToRefreshAllThrowsException.
Title: Passing Null to RefreshAll Throws Exception
Keywords: cache
Assertion IDs: A12.5-10.
PassingNullToRefreshAllThrowsException() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToRefreshAllThrowsException
 
PassingNullToRefreshHasNoEffect - class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToRefreshHasNoEffect.
Title: Passing Null to Refresh has no Effect
Keywords:
Assertion IDs: A12.5-8
Assertion Description: Passing a null value to PersistenceManager.refresh will have no effect.
PassingNullToRefreshHasNoEffect() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToRefreshHasNoEffect
 
PersistenceCapableFlexibilityInInheritanceHierarchy - class org.apache.jdo.tck.models.inheritance.PersistenceCapableFlexibilityInInheritanceHierarchy.
Title: Persistence Capable Flexibility in Inheritance Hierarchy
Keywords: inheritance
Assertion ID: A6.5-3.
PersistenceCapableFlexibilityInInheritanceHierarchy() - Constructor for class org.apache.jdo.tck.models.inheritance.PersistenceCapableFlexibilityInInheritanceHierarchy
 
PersistenceManagerTest - class org.apache.jdo.tck.api.persistencemanager.PersistenceManagerTest.
 
PersistenceManagerTest() - Constructor for class org.apache.jdo.tck.api.persistencemanager.PersistenceManagerTest
 
PersistentFieldsArePersistentInSubClasses - class org.apache.jdo.tck.models.inheritance.PersistentFieldsArePersistentInSubClasses.
Title: Persistent Fields Are Persistent in SubClasses
Keywords: inheritance
Assertion ID: A6.5-4.
PersistentFieldsArePersistentInSubClasses() - Constructor for class org.apache.jdo.tck.models.inheritance.PersistentFieldsArePersistentInSubClasses
 
Person - class org.apache.jdo.tck.pc.company.Person.
This class represents a person.
Person() - Constructor for class org.apache.jdo.tck.pc.company.Person
This is the JDO-required no-args constructor.
Person(long, String, String, String, Date) - Constructor for class org.apache.jdo.tck.pc.company.Person
Construct a Person instance.
Person(long, String, String, String, Date, IAddress) - Constructor for class org.apache.jdo.tck.pc.company.Person
Construct a Person instance.
Person.Oid - class org.apache.jdo.tck.pc.company.Person.Oid.
This class is used to represent the application identifier for the Person class.
Person.Oid() - Constructor for class org.apache.jdo.tck.pc.company.Person.Oid
The required public no-arg constructor.
Person.Oid(long) - Constructor for class org.apache.jdo.tck.pc.company.Person.Oid
Initialize the identifier.
Person.Oid(String) - Constructor for class org.apache.jdo.tck.pc.company.Person.Oid
 
Point - class org.apache.jdo.tck.pc.mylib.Point.
A simple class with two fields
Point() - Constructor for class org.apache.jdo.tck.pc.mylib.Point
 
Point(int, int) - Constructor for class org.apache.jdo.tck.pc.mylib.Point
 
Point(int, Integer) - Constructor for class org.apache.jdo.tck.pc.mylib.Point
 
PositiveRange - class org.apache.jdo.tck.query.jdoql.PositiveRange.
Title: Positive Range.
PositiveRange() - Constructor for class org.apache.jdo.tck.query.jdoql.PositiveRange
 
PrimitiveParameterPassedAsNull - class org.apache.jdo.tck.query.jdoql.parameters.PrimitiveParameterPassedAsNull.
Title: Primtive type parameter executed null value
Keywords: query
Assertion ID: A14.6.3-1.
PrimitiveParameterPassedAsNull() - Constructor for class org.apache.jdo.tck.query.jdoql.parameters.PrimitiveParameterPassedAsNull
 
PrimitiveTypes - class org.apache.jdo.tck.pc.mylib.PrimitiveTypes.
 
PrimitiveTypes() - Constructor for class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
PrimitiveTypes(long, boolean, Boolean, byte, Byte, short, Short, int, Integer, long, Long, float, Float, double, Double, char, Character, Date, String, BigDecimal, BigInteger, Long) - Constructor for class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
PrimitiveTypes.Oid - class org.apache.jdo.tck.pc.mylib.PrimitiveTypes.Oid.
 
PrimitiveTypes.Oid() - Constructor for class org.apache.jdo.tck.pc.mylib.PrimitiveTypes.Oid
 
PrimitiveTypes.Oid(String) - Constructor for class org.apache.jdo.tck.pc.mylib.PrimitiveTypes.Oid
 
Product - class org.apache.jdo.tck.pc.shoppingcart.Product.
This class represents a product that you would buy from an online store.
Product() - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Product
No-arg constructor required by JDO; not for public consumption
Product(String) - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Product
Domain model constructor
Product(String, String) - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Product
Constructor with sku and description
Product.Oid - class org.apache.jdo.tck.pc.shoppingcart.Product.Oid.
 
Product.Oid() - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Product.Oid
 
Product.Oid(String) - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Product.Oid
 
Project - class org.apache.jdo.tck.pc.company.Project.
This class represents a project, a budgeted task with one or more employees working on it.
Project() - Constructor for class org.apache.jdo.tck.pc.company.Project
This is the JDO-required no-args constructor.
Project(long, String, BigDecimal) - Constructor for class org.apache.jdo.tck.pc.company.Project
Initialize a project.
Project.Oid - class org.apache.jdo.tck.pc.company.Project.Oid.
This class is used to represent the application identity for the Project class.
Project.Oid() - Constructor for class org.apache.jdo.tck.pc.company.Project.Oid
The required public no-arg constructor.
Project.Oid(long) - Constructor for class org.apache.jdo.tck.pc.company.Project.Oid
Initialize the application identifier with a project ID.
Project.Oid(String) - Constructor for class org.apache.jdo.tck.pc.company.Project.Oid
 
PromotionOfNumericOperands - class org.apache.jdo.tck.query.jdoql.operators.PromotionOfNumericOperands.
Title: Promotion of Numeric Operands for Comparisons
Keywords: query
Assertion ID: A14.6.2-39.
PromotionOfNumericOperands() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.PromotionOfNumericOperands
 
PublicLongField - class org.apache.jdo.tck.query.result.classes.PublicLongField.
JDOQL result class having a public lonf field.
PublicLongField() - Constructor for class org.apache.jdo.tck.query.result.classes.PublicLongField
 
PublicLongField(long) - Constructor for class org.apache.jdo.tck.query.result.classes.PublicLongField
 
PublicPutMethod - class org.apache.jdo.tck.query.result.classes.PublicPutMethod.
JDOQL result class having a public lonf field.
PublicPutMethod() - Constructor for class org.apache.jdo.tck.query.result.classes.PublicPutMethod
 
PublicPutMethod(Map) - Constructor for class org.apache.jdo.tck.query.result.classes.PublicPutMethod
 
parse(List) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Parses a list of signature descriptor files and processes the class definitions.
parseArgs(String[]) - Static method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Parses command line arguments.
parseClass() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Parses a class definition and provides the information to a handler.
parseIdentifier() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Parses a (qualified) identifier.
parseLiteral() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Parses a literal.
parseMember() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Parses a class member declaration and provides the information to a field, constructor, or method handler.
parseModifiers() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Parses any available Java modifiers.
parseParameterList() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Parses a comma-separated parameter list.
parseToken() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Returns the next token to be parsed.
parseType() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Parses a type expression.
parser - Variable in class org.apache.jdo.tck.util.signature.SignatureVerifier
The parse to be used for parsing signature descriptor files.
pcrect - Variable in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
 
pcrectoid - Variable in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
 
performPreClearTests - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
performPreDeleteTests - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
performPreStoreTests - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
personid - Variable in class org.apache.jdo.tck.pc.company.Person.Oid
This field represents the identifier for the Person class.
pm - Variable in class org.apache.jdo.tck.JDO_Test
The PersistenceManager.
pm - Variable in class org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl
 
pmf - Static variable in class org.apache.jdo.tck.JDO_Test
The PersistenceManagerFactory.
postAttach(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
postCheckClass() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Runs checks on a class after its members have been validated.
postClear(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
postCreate(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
postDelete(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
postDetach(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
postDirty(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
postLoad(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
postStore(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
postloadCalled - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
postloadCalledMultipleTimes - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
preAttach(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
preClear(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
preClearCalled - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
preDelete(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
preDeleteCalled - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
preDeleteCalled - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
preDetach(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
preDirty(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
preStore(InstanceLifecycleEvent) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
preStoreCalled - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
prepareTransactionAndJDOSettings(Transaction) - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
prepareTransactionAndJDOSettings(Transaction) - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
primitiveClass(String) - Static method in class org.apache.jdo.tck.util.signature.TypeHelper
Returns the class object for a primitive type name, or null if the name does not denote a primitive type (class objects of primitive types cannot be loaded with reflection).
printFooter(TestResult) - Method in class org.apache.jdo.tck.util.BatchResultPrinter
 
printHeader(long) - Method in class org.apache.jdo.tck.util.BatchResultPrinter
 
printNonApplicableIdentityType(String, String) - Method in class org.apache.jdo.tck.JDO_Test
Prints a message (if debug is true) saying the test with the specified name is not executed, because the JDO implementation under test is run for an inapplicable identity type.
printOutput(Object, Collection) - Method in class org.apache.jdo.tck.query.QueryTest
 
printUnsupportedOptionalFeatureNotTested(String, String) - Method in class org.apache.jdo.tck.JDO_Test
Prints a message (if debug is true) saying the test with the specified name is not executed, because the JDO implementation under test does not support the specified optional feature.
printUsage() - Static method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Prints the CLI usage.
processedIndex - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
product - Variable in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
product1 - Variable in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
projid - Variable in class org.apache.jdo.tck.pc.company.Project.Oid
This field represents the identifier for the Project class.
publish(LogRecord) - Method in class org.apache.jdo.tck.util.TCKFileHandler
 
put(Object, Object) - Method in class org.apache.jdo.tck.query.result.classes.PublicPutMethod
 
putPhoneNumber(String, String) - Method in class org.apache.jdo.tck.pc.company.Person
Associates the specified phone number with the specified type in the map of phone numbers of this person.

Q

QueryElementHolder - class org.apache.jdo.tck.query.QueryElementHolder.
This class is an abstraction of a JDOQL query, which may be represented as a single string (e.g.
QueryElementHolder(Boolean, String, Class, Class, Boolean, String, String, String, String, String, String, String, String) - Constructor for class org.apache.jdo.tck.query.QueryElementHolder
Returns an instance of this class holding the given arguments such as the candidate class, the filter, etc.
QueryElementHolder(Boolean, String, Class, Class, Boolean, String, String, String, String, String, String, long, long) - Constructor for class org.apache.jdo.tck.query.QueryElementHolder
Returns an instance of this class holding the given arguments such as the candidate class, the filter, etc.
QueryExtentions - class org.apache.jdo.tck.query.api.QueryExtentions.
Title: Query Extentions.
QueryExtentions() - Constructor for class org.apache.jdo.tck.query.api.QueryExtentions
 
QueryIsSerializable - class org.apache.jdo.tck.query.jdoql.QueryIsSerializable.
Title: Query is Serializable
Keywords: query
Assertion ID: A14.3-7 A14.6-1.
QueryIsSerializable() - Constructor for class org.apache.jdo.tck.query.jdoql.QueryIsSerializable
 
QueryResultPassedToAnotherQuery - class org.apache.jdo.tck.query.jdoql.QueryResultPassedToAnotherQuery.
Title: Query Result Passed to Another Query
Keywords: query
Assertion ID: A14.6.1-4.
QueryResultPassedToAnotherQuery() - Constructor for class org.apache.jdo.tck.query.jdoql.QueryResultPassedToAnotherQuery
 
QueryTest - class org.apache.jdo.tck.query.QueryTest.
 
QueryTest() - Constructor for class org.apache.jdo.tck.query.QueryTest
 
QueryWithNoFilter - class org.apache.jdo.tck.query.jdoql.QueryWithNoFilter.
Title: Query with no Filter
Keywords: query
Assertion ID: A14.6.2-1.
QueryWithNoFilter() - Constructor for class org.apache.jdo.tck.query.jdoql.QueryWithNoFilter
 
qualifiedUserTypeName(String) - Static method in class org.apache.jdo.tck.util.signature.TypeHelper
Returns the java.lang.-qualified name for a given unqualified (Java) user type name.
qualifiedUserTypeNames(String[]) - Static method in class org.apache.jdo.tck.util.signature.TypeHelper
Returns the java.lang.-qualified names for given unqualified (Java) user type names.
quantity - Variable in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
query - Variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
query_result - Variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 

R

RECOMMENDED_NO_OF_EMPS - Static variable in class org.apache.jdo.tck.pc.company.Department
 
RESULTPRINTER_DEFAULT - Static variable in class org.apache.jdo.tck.util.BatchTestRunner
Default of the system property ResultPrinterClass.
RESULTPRINTER_PROPERTY - Static variable in class org.apache.jdo.tck.util.BatchTestRunner
Name of the system property to specify the result printer class.
ROOT_LIST_NAME - Static variable in class org.apache.jdo.tck.pc.company.CompanyModelReader
The name of the root list bean.
ROOT_LIST_NAME - Static variable in class org.apache.jdo.tck.pc.mylib.MylibReader
The name of the root list bean.
RangeAsString - class org.apache.jdo.tck.query.jdoql.RangeAsString.
Title: Range as String.
RangeAsString() - Constructor for class org.apache.jdo.tck.query.jdoql.RangeAsString
 
RefreshAllNoParameterSideEffects - class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllNoParameterSideEffects.
 
RefreshAllNoParameterSideEffects() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllNoParameterSideEffects
 
RefreshAllWithArraySideEffects - class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithArraySideEffects.
 
RefreshAllWithArraySideEffects() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithArraySideEffects
 
RefreshAllWithCollectionSideEffects - class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithCollectionSideEffects.
 
RefreshAllWithCollectionSideEffects() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithCollectionSideEffects
 
RefreshAllWithNoParameters - class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithNoParameters.
Title: Refresh All With No Parameters
Keywords: cache
Assertion ID: A12.5.1-6.
RefreshAllWithNoParameters() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithNoParameters
 
RefreshSideEffects - class org.apache.jdo.tck.api.persistencemanager.cache.RefreshSideEffects.
 
RefreshSideEffects() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.RefreshSideEffects
 
RestoredSerializedQueryInstanceLosesAssociationWithPM - class org.apache.jdo.tck.query.jdoql.RestoredSerializedQueryInstanceLosesAssociationWithPM.
Title: Restored Serialized Query Instance Loses Association With PM
Keywords: query
Assertion ID: A14.3-8.
RestoredSerializedQueryInstanceLosesAssociationWithPM() - Constructor for class org.apache.jdo.tck.query.jdoql.RestoredSerializedQueryInstanceLosesAssociationWithPM
 
ResultClassRequirements - class org.apache.jdo.tck.query.result.ResultClassRequirements.
Title: Result Class Requirements.
ResultClassRequirements() - Constructor for class org.apache.jdo.tck.query.result.ResultClassRequirements
 
ResultExpressions - class org.apache.jdo.tck.query.result.ResultExpressions.
Title: Result Expressions.
ResultExpressions() - Constructor for class org.apache.jdo.tck.query.result.ResultExpressions
 
ResultSummary - class org.apache.jdo.tck.util.ResultSummary.
A serializable class used to store test results in a file.
ResultSummary() - Constructor for class org.apache.jdo.tck.util.ResultSummary
 
Retrieve - class org.apache.jdo.tck.api.persistencemanager.cache.Retrieve.
Title: Retrieve
Keywords: cache
Assertion IDs: A12.6.1-2, A12.6.1-5
Assertion Description: These methods request the PersistenceManager to load all persistent fields into the parameter instances.
Retrieve() - Constructor for class org.apache.jdo.tck.api.persistencemanager.cache.Retrieve
 
RogueBarrier - class org.apache.jdo.tck.util.RogueBarrier.
Allows a set of threads to wait for all to reach a common barrier point.
RogueBarrier(int) - Constructor for class org.apache.jdo.tck.util.RogueBarrier
Creates a new RogueBarrier that will trip when the given number of parties (threads) are waiting upon it.
RogueBarrier.Test - class org.apache.jdo.tck.util.RogueBarrier.Test.
 
RogueBarrier.Test() - Constructor for class org.apache.jdo.tck.util.RogueBarrier.Test
 
Rollback - class org.apache.jdo.tck.transactions.Rollback.
Title: Rollback
Keywords: transactions
Assertion ID: A13.4.4-2.
Rollback() - Constructor for class org.apache.jdo.tck.transactions.Rollback
 
readField() - Method in class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj
 
readNonmanagedField() - Method in class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj
 
reflectionTypeName(String) - Static method in class org.apache.jdo.tck.util.signature.TypeHelper
Returns the reflection name for a (Java) user type name.
reflectionTypeNames(String[]) - Static method in class org.apache.jdo.tck.util.signature.TypeHelper
Returns the (Java) user names for reflection type names.
registerFactory() - Static method in class org.apache.jdo.tck.pc.company.CompanyFactoryRegistry
Register the default factory.
registerFactory(PersistenceManager) - Static method in class org.apache.jdo.tck.pc.company.CompanyFactoryRegistry
Register a factory using the default factory name from the system property.
registerFactory(String, PersistenceManager) - Static method in class org.apache.jdo.tck.pc.company.CompanyFactoryRegistry
Register a factory using the specified factoryName parameter.
registerFactory(CompanyFactory) - Static method in class org.apache.jdo.tck.pc.company.CompanyFactoryRegistry
Register the factory.
removeAdvisee(Employee) - Method in class org.apache.jdo.tck.pc.company.Employee
Remove an Employee as an advisee of this HR advisor.
removeAllInstances(PersistenceManager) - Static method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
removeAllInstances(PersistenceManager) - Static method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
removeDepartment(Department) - Method in class org.apache.jdo.tck.pc.company.Company
Remove a Department instance from the company.
removeEmployee(Employee) - Method in class org.apache.jdo.tck.pc.company.Department
Remove an employee from the department.
removeFromTeam(Employee) - Method in class org.apache.jdo.tck.pc.company.Employee
Remove an Employee from this employee's team.
removeFundedEmp(Employee) - Method in class org.apache.jdo.tck.pc.company.Department
Remove an employee from collection of funded employees of this department.
removeListener() - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener
Unregister the InstanceLifecycleListenerImpl with the PersistenceManager.
removeMember(Employee) - Method in class org.apache.jdo.tck.pc.company.Project
Remove a member from the project.
removePhoneNumber(String) - Method in class org.apache.jdo.tck.pc.company.Person
Remove a phoneNumber from the map of phone numbers.
removeProject(Project) - Method in class org.apache.jdo.tck.pc.company.Employee
Remove a project from an employee's set of projects.
removeReviewedProject(Project) - Method in class org.apache.jdo.tck.pc.company.Employee
Remove a reviewed project.
removeReviewer(Employee) - Method in class org.apache.jdo.tck.pc.company.Project
Remove a reviewer from the project.
report() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Reports the results of the last signature test run.
reportDifference(String, long, long) - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
reportDifference(String, Object, Object) - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
reportError(String, Exception, int) - Method in class org.apache.jdo.tck.util.TCKFileHandler
 
retrieveMessages() - Static method in class org.apache.jdo.tck.JDO_Test
Returns collected error messages, or null if there are none, and clears the buffer.
rootOids - Variable in class org.apache.jdo.tck.mapping.CompletenessTest
 
run(Class) - Static method in class org.apache.jdo.tck.util.BatchTestRunner
Runs all test methods from the specified class.
run(Test) - Static method in class org.apache.jdo.tck.util.BatchTestRunner
Runs the specified test or test suite
run() - Method in class org.apache.jdo.tck.util.RogueBarrier.Test
 
runAndWait(Test) - Static method in class org.apache.jdo.tck.util.BatchTestRunner
Runs the specified test and waits until the user types RETURN.
runBare() - Method in class org.apache.jdo.tck.JDO_Test
Runs the bare test sequence.
runParameterPrimitiveTypesQuery(String, String, Object, PersistenceManager, Collection, String) - Method in class org.apache.jdo.tck.query.QueryTest
Creates and executes a PrimitiveTypes query with the specified filter, parameter declarations and parameter values.
runQuery(PersistenceManager, String, String, Object, String) - Method in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
runSimplePrimitiveTypesQuery(String, PersistenceManager, Collection, String) - Method in class org.apache.jdo.tck.query.QueryTest
Creates and executes a PrimitiveTypes query with the specified filter.
runTest(boolean) - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.AfterGetPersistenceManagerNoSetMethodsSucceed
 
runTestDeletePersistent4(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.DeletePersistent
 
runTestDeletePersistent5(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.DeletePersistent
 
runTestDeletePersistent6(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.DeletePersistent
 
runTestGetRetainValues(PersistenceManager) - Method in class org.apache.jdo.tck.transactions.GetRetainValues
test transaction.getRetainValues()
runTestMakeTransactional() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalANontransactionalPersistentInstance
 
runTestMakeTransactionalAll1() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalANontransactionalPersistentInstance
 
runTestMakeTransactionalAll1Neg() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalANontransactionalPersistentInstance
 
runTestMakeTransactionalAll2() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalANontransactionalPersistentInstance
 
runTestMakeTransactionalAll2Neg() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalANontransactionalPersistentInstance
 
runTestMakeTransactionalNeg() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalANontransactionalPersistentInstance
 
runTestMakeTransactionalPriorToTransactionRolledback(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalPriorToTransactionRolledback
 
runTestMakeTransactionalPriorToTransactionRolledbackAll2(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalPriorToTransactionRolledback
 
runTestMakeTransactionalWithinTransactionRolledback(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalWithinTransactionRolledback
 
runTestOnePackage(String, List) - Method in class org.apache.jdo.tck.enhancement.EnhancerTest
 
runTestOnePackage(String, List) - Method in class org.apache.jdo.tck.enhancement.FieldAccessModified
 
runTestOnePackage(String, List) - Method in class org.apache.jdo.tck.enhancement.ImplementsPersistenceCapable
 
runTestPassingNullToEvictHasNoEffect(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToEvictHasNoEffect
 
runTestRefreshAll1(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToRefreshAllThrowsException
 
runTestRefreshAll2(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToRefreshAllThrowsException
 
runTestRefreshAllWithCollectionSideEffects(PersistenceManager, PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithCollectionSideEffects
 
runTestSetDetachAllOnCommit(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.detach.SetDetachAllOnCommit
 
runTestSetIgnoreCacheToTrue(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.flags.SetIgnoreCacheToTrue
 
runTestSetMultithreadedTrue(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.flags.SetMultithreadedTrue
 
runTestSetNontransactionalRead(PersistenceManager) - Method in class org.apache.jdo.tck.transactions.SetNontransactionalRead
test transactions.setNonteansactionalRead()
runTestSetNontransactionalReadCalledDuringTxCompletion(PersistenceManager) - Method in class org.apache.jdo.tck.transactions.SetNontransactionalReadCalledDuringTxCompletion
test transactions.setNonteansactionalRead()
runTestSetNontransactionalReadTrueWhenNotSupported(PersistenceManager) - Method in class org.apache.jdo.tck.transactions.SetNontransactionalReadTrueWhenNotSupported
 
runTestSetNontransactionalWriteCalledDuringTxCompletion(PersistenceManager) - Method in class org.apache.jdo.tck.transactions.SetNontransactionalWriteCalledDuringTxCompletion
test transactions.setNonteansactionalWrite()
runTestSetOptimistic(PersistenceManager) - Method in class org.apache.jdo.tck.transactions.SetOptimistic
 
runTestWhenNontransactionalReadIsFalse(PersistenceManager) - Method in class org.apache.jdo.tck.transactions.WhenNontransactionalReadIsFalse
test transactions.setNontransactionalReadIsFalse()
runThreads(Object[], String, int) - Method in class org.apache.jdo.tck.api.persistencemanager.ThreadSafe
 
runsWithApplicationIdentity() - Method in class org.apache.jdo.tck.JDO_Test
Returns true if the current test runs with application identity.

S

SERIALZED_QUERY - Static variable in class org.apache.jdo.tck.query.QueryTest
 
SameTransactionInstanceForAllCallsToCurrentTransaction - class org.apache.jdo.tck.api.persistencemanager.SameTransactionInstanceForAllCallsToCurrentTransaction.
Title: Same Transaction Instance For All Calls To Current Transaction
Keywords:
Assertion ID: A12.5.2-2.
SameTransactionInstanceForAllCallsToCurrentTransaction() - Constructor for class org.apache.jdo.tck.api.persistencemanager.SameTransactionInstanceForAllCallsToCurrentTransaction
 
SecondClassObjectsTrackTheirChanges - class org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges.
Title: Embedded Objects Track Their Changes
Keywords: embedded lifecycle
Assertion ID: A6.3-1.
SecondClassObjectsTrackTheirChanges() - Constructor for class org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges
 
SeparateNamespaceForTypeNames - class org.apache.jdo.tck.query.jdoql.SeparateNamespaceForTypeNames.
Title: Namespace of Type Names Separate From Fields, Variables, Parameters
Keywords: query
Assertion ID: A14.4-1.
SeparateNamespaceForTypeNames() - Constructor for class org.apache.jdo.tck.query.jdoql.SeparateNamespaceForTypeNames
 
SetCandidateCollection - class org.apache.jdo.tck.query.api.SetCandidateCollection.
Title: Set Candidate Collection
Keywords: query
Assertion ID: A14.6-5.
SetCandidateCollection() - Constructor for class org.apache.jdo.tck.query.api.SetCandidateCollection
 
SetCandidateExtent - class org.apache.jdo.tck.query.api.SetCandidateExtent.
Title: Set Candidate Extent
Keywords: query extent
Assertion ID: A14.6-6.
SetCandidateExtent() - Constructor for class org.apache.jdo.tck.query.api.SetCandidateExtent
 
SetCollections - class org.apache.jdo.tck.pc.fieldtypes.SetCollections.
 
SetCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.SetCollections.Oid.
 
SetCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.SetCollections.Oid
 
SetCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.SetCollections.Oid
 
SetConnectionPassword - class org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionPassword.
Title:Set ConnectionPassword of persistencemanagerfactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.1-15.
SetConnectionPassword() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionPassword
 
SetConnectionURL - class org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionURL.
Title:Set ConnectionURL of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.1-16,A11.1-17.
SetConnectionURL() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionURL
 
SetConnectionUserName - class org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionUserName.
Title:Set ConnectionUserName of PersistenceManagerFactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.1-13,A11.1-14.
SetConnectionUserName() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionUserName
 
SetDetachAllOnCommit - class org.apache.jdo.tck.api.persistencemanager.detach.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.
SetDetachAllOnCommit() - Constructor for class org.apache.jdo.tck.api.persistencemanager.detach.SetDetachAllOnCommit
 
SetFilter - class org.apache.jdo.tck.query.api.SetFilter.
Title: Set Filter
Keywords: query
Assertion ID: A14.6-7.
SetFilter() - Constructor for class org.apache.jdo.tck.query.api.SetFilter
 
SetGrouping - class org.apache.jdo.tck.query.api.SetGrouping.
Title: Set Grouping.
SetGrouping() - Constructor for class org.apache.jdo.tck.query.api.SetGrouping
 
SetIgnoreCache - class org.apache.jdo.tck.api.persistencemanagerfactory.SetIgnoreCache.
Title:Set IgnoreCache of persistencemanagerfactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.1-5.
SetIgnoreCache() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.SetIgnoreCache
 
SetIgnoreCache - class org.apache.jdo.tck.query.api.SetIgnoreCache.
Title: Set IgnoreCache
Keywords: query
Assertion ID: A14.6-12.
SetIgnoreCache() - Constructor for class org.apache.jdo.tck.query.api.SetIgnoreCache
 
SetIgnoreCacheToFalse - class org.apache.jdo.tck.api.persistencemanager.flags.SetIgnoreCacheToFalse.
Title: Set IgnoreCache To False
Keywords:cache
Assertion ID: A12.5.3-3.
SetIgnoreCacheToFalse() - Constructor for class org.apache.jdo.tck.api.persistencemanager.flags.SetIgnoreCacheToFalse
 
SetIgnoreCacheToTrue - class org.apache.jdo.tck.api.persistencemanager.flags.SetIgnoreCacheToTrue.
Title: Set IgnoreCache To True
Keywords:cache
Assertion ID: A12.5.3-2.
SetIgnoreCacheToTrue() - Constructor for class org.apache.jdo.tck.api.persistencemanager.flags.SetIgnoreCacheToTrue
 
SetMultithreaded - class org.apache.jdo.tck.api.persistencemanagerfactory.SetMultithreaded.
Title:Set Multithreaded of persistencemanagerfactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.1-11,A11.1-12.
SetMultithreaded() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.SetMultithreaded
 
SetMultithreadedFalse - class org.apache.jdo.tck.api.persistencemanager.flags.SetMultithreadedFalse.
Title: Set Multithreaded False
Keywords: multithreaded
Assertion ID: A12.7-2.
SetMultithreadedFalse() - Constructor for class org.apache.jdo.tck.api.persistencemanager.flags.SetMultithreadedFalse
 
SetMultithreadedTrue - class org.apache.jdo.tck.api.persistencemanager.flags.SetMultithreadedTrue.
Title: Set Multithreaded True
Keywords: multithreaded
Assertion ID: A12.7-1.
SetMultithreadedTrue() - Constructor for class org.apache.jdo.tck.api.persistencemanager.flags.SetMultithreadedTrue
 
SetNonTransactionalRead - class org.apache.jdo.tck.api.persistencemanagerfactory.SetNonTransactionalRead.
Title:Set NonTransactionalRead of persistencemanagerfactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.1-7,A11.1-8.
SetNonTransactionalRead() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.SetNonTransactionalRead
 
SetNonTransactionalWrite - class org.apache.jdo.tck.api.persistencemanagerfactory.SetNonTransactionalWrite.
Title:Set NonTransactionalWrite of persistencemanagerfactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.1-9,A11.1-10.
SetNonTransactionalWrite() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.SetNonTransactionalWrite
 
SetNontransactionalRead - class org.apache.jdo.tck.transactions.SetNontransactionalRead.
Title: Set Nontransactional Read
Keywords: transactions
Assertion ID: A13.4.2-9.
SetNontransactionalRead() - Constructor for class org.apache.jdo.tck.transactions.SetNontransactionalRead
 
SetNontransactionalReadCalledDuringTxCompletion - class org.apache.jdo.tck.transactions.SetNontransactionalReadCalledDuringTxCompletion.
Title: Set Nontransactional Read Called During TX Completion
Keywords: transactions
Assertion ID: A13.4.2-1.
SetNontransactionalReadCalledDuringTxCompletion() - Constructor for class org.apache.jdo.tck.transactions.SetNontransactionalReadCalledDuringTxCompletion
 
SetNontransactionalReadTrueWhenNotSupported - class org.apache.jdo.tck.transactions.SetNontransactionalReadTrueWhenNotSupported.
Title: Set Nontransactional Read True When Not Supported
Keywords: transactions
Assertion ID: A13.4.2-5.
SetNontransactionalReadTrueWhenNotSupported() - Constructor for class org.apache.jdo.tck.transactions.SetNontransactionalReadTrueWhenNotSupported
 
SetNontransactionalWriteCalledDuringTxCompletion - class org.apache.jdo.tck.transactions.SetNontransactionalWriteCalledDuringTxCompletion.
Title: Set Nontransactional Write Called During TX Completion
Keywords: transactions
Assertion ID: A13.4.2-1.
SetNontransactionalWriteCalledDuringTxCompletion() - Constructor for class org.apache.jdo.tck.transactions.SetNontransactionalWriteCalledDuringTxCompletion
 
SetOfBigDecimal18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfBigDecimal19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfBigDecimal20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfBigInteger21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfBigInteger22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfBigInteger23 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfByte24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfByte25 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfByte26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfDate12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfDate13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfDate14 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfDouble27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfDouble28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfDouble29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfFloat30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfFloat31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfFloat32 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfInteger33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfInteger34 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfInteger35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfLocale15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfLocale16 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfLocale17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfLong36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfLong37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfLong38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfObject0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfObject1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfObject2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfShort39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfShort40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfShort41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfSimpleClass3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfSimpleClass4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfSimpleClass42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfSimpleClass5 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfSimpleInterface6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfSimpleInterface7 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfSimpleInterface8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfString10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfString11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOfString9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
SetOptimistic - class org.apache.jdo.tck.api.persistencemanagerfactory.SetOptimistic.
Title:Set optimistic of persistencemanagerfactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.1-1, A11.1-2.
SetOptimistic() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.SetOptimistic
 
SetOptimistic - class org.apache.jdo.tck.transactions.SetOptimistic.
Title: Set Optimistic
Keywords: transactions
Assertion ID: A13.4.2-14.
SetOptimistic() - Constructor for class org.apache.jdo.tck.transactions.SetOptimistic
 
SetOptimisticCalledDuringTxCompletion - class org.apache.jdo.tck.transactions.SetOptimisticCalledDuringTxCompletion.
Title: Set Optimistic Called During TX Completion
Keywords: transactions
Assertion ID: A13.4.2-3.
SetOptimisticCalledDuringTxCompletion() - Constructor for class org.apache.jdo.tck.transactions.SetOptimisticCalledDuringTxCompletion
 
SetOptimisticDuringTransaction - class org.apache.jdo.tck.transactions.SetOptimisticDuringTransaction.
Title: Set Optimistic During Transaction
Keywords: transactions
Assertion ID: A13.4.2-15.
SetOptimisticDuringTransaction() - Constructor for class org.apache.jdo.tck.transactions.SetOptimisticDuringTransaction
 
SetOptimisticTrueWhenNotSupported - class org.apache.jdo.tck.transactions.SetOptimisticTrueWhenNotSupported.
Title: Set Optimistic True When Not Supported
Keywords: transactions
Assertion ID: A13.4.2-7.
SetOptimisticTrueWhenNotSupported() - Constructor for class org.apache.jdo.tck.transactions.SetOptimisticTrueWhenNotSupported
 
SetOrdering - class org.apache.jdo.tck.query.api.SetOrdering.
Title: Set Ordering
Keywords: query
Assertion ID: A14.6-11.
SetOrdering() - Constructor for class org.apache.jdo.tck.query.api.SetOrdering
 
SetRange - class org.apache.jdo.tck.query.api.SetRange.
Title: Set Range.
SetRange() - Constructor for class org.apache.jdo.tck.query.api.SetRange
 
SetResult - class org.apache.jdo.tck.query.api.SetResult.
Title: Set Result.
SetResult() - Constructor for class org.apache.jdo.tck.query.api.SetResult
 
SetResultClass - class org.apache.jdo.tck.query.api.SetResultClass.
Title: Set Result Class.
SetResultClass() - Constructor for class org.apache.jdo.tck.query.api.SetResultClass
 
SetRetainValues - class org.apache.jdo.tck.api.persistencemanagerfactory.SetRetainValues.
Title:Set RetainValues of persistencemanagerfactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.1-3,A11.1-4.
SetRetainValues() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.SetRetainValues
 
SetRetainValues - class org.apache.jdo.tck.transactions.SetRetainValues.
Title: Set Retain Values
Keywords: transactions
Assertion ID: A13.4.2-18.
SetRetainValues() - Constructor for class org.apache.jdo.tck.transactions.SetRetainValues
 
SetRetainValuesCalledDuringTxCompletion - class org.apache.jdo.tck.transactions.SetRetainValuesCalledDuringTxCompletion.
Title: Set Optimistic Called During TX Completion
Keywords: transactions
Assertion ID: A13.4.2-4.
SetRetainValuesCalledDuringTxCompletion() - Constructor for class org.apache.jdo.tck.transactions.SetRetainValuesCalledDuringTxCompletion
 
SetRetainValuesTrueWhenNotSupported - class org.apache.jdo.tck.transactions.SetRetainValuesTrueWhenNotSupported.
Title: Set Retain Values True When Not Supported
Keywords: transactions
Assertion ID: A13.4.2-8.
SetRetainValuesTrueWhenNotSupported() - Constructor for class org.apache.jdo.tck.transactions.SetRetainValuesTrueWhenNotSupported
 
SetSynchronization - class org.apache.jdo.tck.transactions.SetSynchronization.
Title: Set Synchronization
Keywords: transactions
Assertion ID: A13.4.3-1.
SetSynchronization() - Constructor for class org.apache.jdo.tck.transactions.SetSynchronization
 
SetSynchronizationToNull - class org.apache.jdo.tck.transactions.SetSynchronizationToNull.
Title: Set Synchronization To Null
Keywords: transactions
Assertion ID: A13.4.3-2.
SetSynchronizationToNull() - Constructor for class org.apache.jdo.tck.transactions.SetSynchronizationToNull
 
SetUnique - class org.apache.jdo.tck.query.api.SetUnique.
Title: Set Unique.
SetUnique() - Constructor for class org.apache.jdo.tck.query.api.SetUnique
 
SetterReplacePreviousValues - class org.apache.jdo.tck.query.api.SetterReplacePreviousValues.
Title: Setter replace previous values.
SetterReplacePreviousValues() - Constructor for class org.apache.jdo.tck.query.api.SetterReplacePreviousValues
 
SettingFlagsWithTransactionInstance - class org.apache.jdo.tck.api.persistencemanager.flags.SettingFlagsWithTransactionInstance.
Title: Setting Flags With Transaction instance
Keywords:
Assertion ID: A12.5.2-3.
SettingFlagsWithTransactionInstance() - Constructor for class org.apache.jdo.tck.api.persistencemanager.flags.SettingFlagsWithTransactionInstance
 
ShapeOfResult - class org.apache.jdo.tck.query.result.ShapeOfResult.
Title: Shape of Result.
ShapeOfResult() - Constructor for class org.apache.jdo.tck.query.result.ShapeOfResult
 
ShapeOfResult - class org.apache.jdo.tck.query.sql.ShapeOfResult.
Title: Shape of Result.
ShapeOfResult() - Constructor for class org.apache.jdo.tck.query.sql.ShapeOfResult
 
Short100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
Short99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
ShortParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
Short_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
SignInversion - class org.apache.jdo.tck.query.jdoql.operators.SignInversion.
Title: Sign Inversion Query Operator
Keywords: query
Assertion ID: A14.6.2-29.
SignInversion() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.SignInversion
 
SignatureTest - class org.apache.jdo.tck.api.SignatureTest.
Title: SignatureTest
Keywords: API
Assertion IDs:
Assertion Description: This test verifies that a set of JDO API classes and interfaces is compliant with a "signature" description, which has been verified against the JDO specification document.
SignatureTest() - Constructor for class org.apache.jdo.tck.api.SignatureTest
 
SignatureVerifier - class org.apache.jdo.tck.util.signature.SignatureVerifier.
Tests classes for correct signatures.
SignatureVerifier(ClassLoader, PrintWriter, boolean, boolean) - Constructor for class org.apache.jdo.tck.util.signature.SignatureVerifier
Constructs a test instance.
SignatureVerifier(PrintWriter, boolean, boolean) - Constructor for class org.apache.jdo.tck.util.signature.SignatureVerifier
Constructs a test instance.
SignatureVerifier.Parser - class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser.
For parsing of signature descriptor files.
SignatureVerifier.Parser() - Constructor for class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
 
SimpleClass - class org.apache.jdo.tck.pc.fieldtypes.SimpleClass.
 
SimpleClass() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.SimpleClass
 
SimpleClass(int, String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.SimpleClass
 
SimpleClass.Oid - class org.apache.jdo.tck.pc.fieldtypes.SimpleClass.Oid.
 
SimpleClass.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.SimpleClass.Oid
 
SimpleClass.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.SimpleClass.Oid
 
SimpleClass100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass150 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass151 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass152 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass153 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass154 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass155 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass156 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass157 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass158 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass159 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass160 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass161 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleClass99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
SimpleInterface - interface org.apache.jdo.tck.pc.fieldtypes.SimpleInterface.
 
SimpleInterface100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SimpleInterface99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
SingleString - class org.apache.jdo.tck.query.jdoql.keywords.SingleString.
Title: Single string query.
SingleString() - Constructor for class org.apache.jdo.tck.query.jdoql.keywords.SingleString
 
SingleStringQuery - class org.apache.jdo.tck.query.api.SingleStringQuery.
Title: Single String Query.
SingleStringQuery() - Constructor for class org.apache.jdo.tck.query.api.SingleStringQuery
 
StartsWithAndEndsWith - class org.apache.jdo.tck.query.jdoql.methods.StartsWithAndEndsWith.
Title: StartsWith and EndsWith Query Operators
Keywords: query
Assertion ID: A14.6.2-33.
StartsWithAndEndsWith() - Constructor for class org.apache.jdo.tck.query.jdoql.methods.StartsWithAndEndsWith
 
StateTransitionObj - class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj.
 
StateTransitionObj() - Constructor for class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj
 
StateTransitionObj(int) - Constructor for class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj
 
StateTransitionObj.Oid - class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj.Oid.
The class to be used as the application identifier for the StateTransitionObj class.
StateTransitionObj.Oid() - Constructor for class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj.Oid
The required public no-arg constructor.
StateTransitionObj.Oid(int) - Constructor for class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj.Oid
Initialize the identifier.
StateTransitionObj.Oid(String) - Constructor for class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj.Oid
 
StateTransitions - class org.apache.jdo.tck.lifecycle.StateTransitions.
Title: Test State Transitions
Keywords: lifecycle
Assertion IDs: A5.9-1 through A5.9-190 Assertion Description: All possible state transistions are being tested in this test.
StateTransitions() - Constructor for class org.apache.jdo.tck.lifecycle.StateTransitions
 
StateTransitionsReturnedObjects - class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects.
Title: Test State Transitions
Keywords: lifecycle
Assertion IDs: A5.9-1 through A5.9-190 Assertion Description: All possible state transistions are being tested in this test.
StateTransitionsReturnedObjects() - Constructor for class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
String100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
String99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
StringConcatenation - class org.apache.jdo.tck.query.jdoql.operators.StringConcatenation.
Title: String Concatenation Query Operator
Keywords: query
Assertion ID: A14.6.2-27.
StringConcatenation() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.StringConcatenation
 
StringParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
String_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
SupportedCollectionMethods - class org.apache.jdo.tck.query.jdoql.methods.SupportedCollectionMethods.
Title:Supported collection methods
Keywords: query collection
Assertion ID: A14.6.2-44.
SupportedCollectionMethods() - Constructor for class org.apache.jdo.tck.query.jdoql.methods.SupportedCollectionMethods
 
SupportedJDOHelperMethods - class org.apache.jdo.tck.query.jdoql.methods.SupportedJDOHelperMethods.
Title: Supported JDOHelper methods.
SupportedJDOHelperMethods() - Constructor for class org.apache.jdo.tck.query.jdoql.methods.SupportedJDOHelperMethods
 
SupportedMapMethods - class org.apache.jdo.tck.query.jdoql.methods.SupportedMapMethods.
Title: Supported Map methods.
SupportedMapMethods() - Constructor for class org.apache.jdo.tck.query.jdoql.methods.SupportedMapMethods
 
SupportedMathMethods - class org.apache.jdo.tck.query.jdoql.methods.SupportedMathMethods.
Title: Supported Math methods.
SupportedMathMethods() - Constructor for class org.apache.jdo.tck.query.jdoql.methods.SupportedMathMethods
 
SupportedOptions - class org.apache.jdo.tck.api.persistencemanagerfactory.SupportedOptions.
Title:SupportedOptions of persistencemanagerfactory
Keywords: persistencemanagerfactory
Assertion IDs: A11.5-1.
SupportedOptions() - Constructor for class org.apache.jdo.tck.api.persistencemanagerfactory.SupportedOptions
 
SupportedStringMethods - class org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods.
Title: Supported String methods.
SupportedStringMethods() - Constructor for class org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods
 
SystemCfgSummary - class org.apache.jdo.tck.util.SystemCfgSummary.
A class to produce a text summary of system configuration information.
SystemCfgSummary() - Constructor for class org.apache.jdo.tck.util.SystemCfgSummary
 
s - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
savedApplicationStep - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
savedFloatValue - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
savedIntValue - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
savedLoadTime - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
scanCharacterLiteral() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Scans for a character literal.
scanIdentifier() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Scans for an (unqualified) identifier.
scanNumberLiteral() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Scans for a number literal.
scanStringLiteral() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Scans for a string literal.
secondObj - Variable in class org.apache.jdo.tck.pc.inheritance.AllPersist3
 
secondObj - Variable in class org.apache.jdo.tck.pc.inheritance.TopNonPersistF
 
secondObj - Variable in class org.apache.jdo.tck.pc.inheritance.TopPersistF
 
set(int, Object[]) - Method in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections
 
set(int, ArrayList) - Method in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections
 
set(int, Collection) - Method in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections
 
set(int, BigDecimal) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal
 
set(int, BigInteger) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger
 
set(int, Boolean) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean
 
set(int, Byte) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte
 
set(int, Character) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter
 
set(int, Date) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate
 
set(int, Double) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble
 
set(int, Float) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat
 
set(int, Integer) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger
 
set(int, Locale) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale
 
set(int, Long) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong
 
set(int, Object) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject
 
set(int, boolean) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean
 
set(int, byte) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte
 
set(int, char) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar
 
set(int, double) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble
 
set(int, float) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat
 
set(int, int) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint
 
set(int, long) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong
 
set(int, short) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
set(int, Short) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort
 
set(int, SimpleClass) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass
 
set(int, SimpleInterface) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface
 
set(int, String) - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString
 
set(int, HashMap) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections
 
set(int, HashMap) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections
 
set(int, HashSet) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections
 
set(int, Hashtable) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections
 
set(int, Hashtable) - Method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections
 
set(int, LinkedList) - Method in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections
 
set(int, List) - Method in class org.apache.jdo.tck.pc.fieldtypes.ListCollections
 
set(int, Map) - Method in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections
 
set(int, Map) - Method in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections
 
set(int, Set) - Method in class org.apache.jdo.tck.pc.fieldtypes.SetCollections
 
set(int, TreeMap) - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
set(int, TreeMap) - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
set(int, TreeSet) - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
set(int, Vector) - Method in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
setAborted() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.CloseFailsIfTransactionActive
 
setAddress(IAddress) - Method in class org.apache.jdo.tck.pc.company.Company
Set the primary address for the company.
setAddress(IAddress) - Method in interface org.apache.jdo.tck.pc.company.ICompany
 
setAddress(IAddress) - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
setAddress(IAddress) - Method in class org.apache.jdo.tck.pc.company.Person
Set the address.
setAddrid(long) - Method in class org.apache.jdo.tck.pc.company.Address
Set the id associated with this object.
setAddrid(long) - Method in interface org.apache.jdo.tck.pc.company.IAddress
 
setAppend(boolean) - Method in class org.apache.jdo.tck.util.TCKFileHandler
Sets the append property.
setBar(int) - Method in class org.apache.jdo.tck.pc.shoppingcart.Undetachable
 
setBigDecimal(BigDecimal) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setBigDecimal(BigDecimal) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setBigInteger(BigInteger) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setBigInteger(BigInteger) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setBirthdate(Date) - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
setBirthdate(Date) - Method in class org.apache.jdo.tck.pc.company.Person
Set the person's birthdate.
setBoolean(Boolean) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setBooleanD(boolean) - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName2
 
setBooleanNotNull(boolean) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setBooleanNull(Boolean) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setBothGroup() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
Set the default plus both fields as the fetch group.
setBudget(BigDecimal) - Method in interface org.apache.jdo.tck.pc.company.IProject
 
setBudget(BigDecimal) - Method in class org.apache.jdo.tck.pc.company.Project
Set the project's budget.
setByte(Byte) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setByteNotNull(byte) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setByteNull(Byte) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setCarrier(String) - Method in interface org.apache.jdo.tck.pc.company.IInsurance
 
setCarrier(String) - Method in class org.apache.jdo.tck.pc.company.Insurance
Set the insurance carrier.
setCart(Cart) - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
setCartFetchGroups() - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachTest
 
setCharC(char) - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName2
 
setCharNotNull(char) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setCharNull(Character) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setCharacter(Character) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setCity(String) - Method in class org.apache.jdo.tck.pc.company.Address
Set the city component of the address.
setCity(String) - Method in interface org.apache.jdo.tck.pc.company.IAddress
 
setCompany(ICompany) - Method in class org.apache.jdo.tck.pc.company.Department
Set the company for the department.
setCompany(ICompany) - Method in interface org.apache.jdo.tck.pc.company.IDepartment
 
setCompanyid(long) - Method in class org.apache.jdo.tck.pc.company.Company
Set the id associated with this object.
setCompanyid(long) - Method in interface org.apache.jdo.tck.pc.company.ICompany
 
setCountry(String) - Method in class org.apache.jdo.tck.pc.company.Address
Set the country component of the address.
setCountry(String) - Method in interface org.apache.jdo.tck.pc.company.IAddress
 
setCustomerId(String) - Method in class org.apache.jdo.tck.pc.shoppingcart.Cart
 
setDate(Date) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setDateNull(Date) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setDefaultGroup() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
Set the default plus upper left field as the fetch group.
setDelegate(TCKFileHandler.FileHandlerDelegate) - Method in class org.apache.jdo.tck.util.TCKFileHandler
Sets the delegate.
setDentalInsurance(IDentalInsurance) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the dental insurance object for the employee.
setDentalInsurance(IDentalInsurance) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setDepartment(IDepartment) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the employee's department.
setDepartment(IDepartment) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setDepartments(Set) - Method in class org.apache.jdo.tck.pc.company.Company
Initialize the set of Departments in the company to the parameter.
setDepartments(Set) - Method in interface org.apache.jdo.tck.pc.company.ICompany
 
setDeptid(long) - Method in class org.apache.jdo.tck.pc.company.Department
Set the id associated with this object.
setDeptid(long) - Method in interface org.apache.jdo.tck.pc.company.IDepartment
 
setDescription(String) - Method in class org.apache.jdo.tck.pc.shoppingcart.Product
 
setDouble(Double) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setDoubleB(double) - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName
 
setDoubleNotNull(double) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setDoubleNull(Double) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setEmployee(IEmployee) - Method in interface org.apache.jdo.tck.pc.company.IInsurance
 
setEmployee(IEmployee) - Method in class org.apache.jdo.tck.pc.company.Insurance
Set the associated employee.
setEmployeeOfTheMonth(IEmployee) - Method in class org.apache.jdo.tck.pc.company.Department
Set the employee of the month for the department.
setEmployeeOfTheMonth(IEmployee) - Method in interface org.apache.jdo.tck.pc.company.IDepartment
 
setEmployees(Set) - Method in class org.apache.jdo.tck.pc.company.Department
Set the employees to be in this department.
setEmployees(Set) - Method in interface org.apache.jdo.tck.pc.company.IDepartment
 
setEncoding(String) - Method in class org.apache.jdo.tck.util.TCKFileHandler
Sets the encoding property.
setEquals(Collection, Collection) - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
setErrorManager(ErrorManager) - Method in class org.apache.jdo.tck.util.TCKFileHandler
 
setExpectedSource(Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
setExpectedTarget(Object) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
 
setFile(String, boolean, boolean, int) - Method in class org.apache.jdo.tck.util.TCKFileAppender
The given file name is changed calling method BatchTestRunner.changeFileName(String).
setFilter(Filter) - Method in class org.apache.jdo.tck.util.TCKFileHandler
Sets the filter property.
setFirstName(String) - Method in class org.apache.jdo.tck.query.result.classes.FullName
 
setFirstname(String) - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
setFirstname(String) - Method in class org.apache.jdo.tck.pc.company.Person
Set the person's first name.
setFirstname(String) - Method in class org.apache.jdo.tck.query.result.classes.FullName
 
setFloat(Float) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setFloatE(float) - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName2
 
setFloatNotNull(float) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setFloatNull(Float) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setFoo(int) - Method in class org.apache.jdo.tck.pc.shoppingcart.Undetachable
 
setFormatter(Formatter) - Method in class org.apache.jdo.tck.util.TCKFileHandler
Sets the formatter property.
setFounded(Date) - Method in class org.apache.jdo.tck.pc.company.Company
Set the date that the company was founded.
setFounded(Date) - Method in interface org.apache.jdo.tck.pc.company.ICompany
 
setFourthObj(FieldSameName4) - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName4
 
setFundedEmps(Set) - Method in class org.apache.jdo.tck.pc.company.Department
Set the funded employees to be in this department.
setFundedEmps(Set) - Method in interface org.apache.jdo.tck.pc.company.IDepartment
 
setFundingDept(IDepartment) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the employee's funding department.
setFundingDept(IDepartment) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setHiredate(Date) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the date that the employee was hired.
setHiredate(Date) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setHradvisees(Set) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the HR advisees of this HR advisor.
setHradvisees(Set) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setHradvisor(IEmployee) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the HR advisor for this employee.
setHradvisor(IEmployee) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setId(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setId(int) - Method in class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj
 
setId(long) - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
setId(long) - Method in class org.apache.jdo.tck.pc.mylib.PCRect
 
setId(long) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setId(long) - Method in class org.apache.jdo.tck.pc.shoppingcart.Cart
 
setId(long) - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
setInsid(long) - Method in interface org.apache.jdo.tck.pc.company.IInsurance
 
setInsid(long) - Method in class org.apache.jdo.tck.pc.company.Insurance
Set the insurance ID.
setIntA(int) - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName
 
setIntB(int) - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName
 
setIntH(int) - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName4
 
setIntNotNull(int) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setIntNull(Integer) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setIntValue(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.SimpleClass
 
setIntValue(int) - Method in interface org.apache.jdo.tck.pc.fieldtypes.SimpleInterface
 
setInteger(Integer) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setL(long) - Method in class org.apache.jdo.tck.query.result.classes.LongString
 
setL(int) - Method in class org.apache.jdo.tck.query.result.classes.MissingNoArgsConstructor
 
setLastName(String) - Method in class org.apache.jdo.tck.query.result.classes.FullName
 
setLastname(String) - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
setLastname(long) - Method in class org.apache.jdo.tck.pc.company.Person
Set the person's id.
setLastname(String) - Method in class org.apache.jdo.tck.pc.company.Person
Set the person's last name.
setLastname(String) - Method in class org.apache.jdo.tck.query.result.classes.FullName
 
setLevel(Level) - Method in class org.apache.jdo.tck.util.TCKFileHandler
Sets the level property.
setLifetimeOrthoBenefit(BigDecimal) - Method in class org.apache.jdo.tck.pc.company.DentalInsurance
Set the insurance lifetimeOrthoBenefit.
setLifetimeOrthoBenefit(BigDecimal) - Method in interface org.apache.jdo.tck.pc.company.IDentalInsurance
 
setLocale(Locale) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setLong(Long) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setLongNotNull(long) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setLongNull(Long) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setLookAhead(String) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Sets the look-ahead token to be parsed next.
setLowerRightGroup() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
Set the default plus lower right field as the fetch group.
setManager(IEmployee) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the employee's manager.
setManager(IEmployee) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setMedicalInsurance(IMedicalInsurance) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the medical insurance object for the employee.
setMedicalInsurance(IMedicalInsurance) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setMembers(Set) - Method in interface org.apache.jdo.tck.pc.company.IProject
 
setMembers(Set) - Method in class org.apache.jdo.tck.pc.company.Project
Set the members of the project.
setMentor(IEmployee) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the mentor for this employee.
setMentor(IEmployee) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setMiddlename(String) - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
setMiddlename(String) - Method in class org.apache.jdo.tck.pc.company.Person
Set the person's middle name.
setName(String) - Method in class org.apache.jdo.tck.pc.company.Company
Set the name of the company.
setName(String) - Method in class org.apache.jdo.tck.pc.company.Department
Set the name of the department.
setName(String) - Method in interface org.apache.jdo.tck.pc.company.ICompany
 
setName(String) - Method in interface org.apache.jdo.tck.pc.company.IDepartment
 
setName(String) - Method in interface org.apache.jdo.tck.pc.company.IProject
 
setName(String) - Method in class org.apache.jdo.tck.pc.company.Project
Set the name of the project.
setNonManaged(int, char) - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
setNonPersist(int, char, double, short) - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
 
setNumber1(int) - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
setNumber2(int) - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
setPattern(String) - Method in class org.apache.jdo.tck.util.TCKFileHandler
Sets the file name fileName property.
setPersonid(long) - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
setPersonid(long) - Method in class org.apache.jdo.tck.pc.company.Person
Set the id associated with this object.
setPhoneNumbers(Map) - Method in interface org.apache.jdo.tck.pc.company.IPerson
 
setPhoneNumbers(Map) - Method in class org.apache.jdo.tck.pc.company.Person
Set the phoneNumber map to be in this person.
setPlanType(String) - Method in interface org.apache.jdo.tck.pc.company.IMedicalInsurance
 
setPlanType(String) - Method in class org.apache.jdo.tck.pc.company.MedicalInsurance
Set the insurance planType.
setPrimitiveTypes(Long) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setProduct(Product) - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
setProjects(Set) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the projects for the employee.
setProjects(Set) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setProjid(long) - Method in interface org.apache.jdo.tck.pc.company.IProject
 
setProjid(long) - Method in class org.apache.jdo.tck.pc.company.Project
Set the id associated with this object.
setProtege(IEmployee) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the protege for this employee.
setProtege(IEmployee) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setQuantity(int) - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry
 
setReviewedProjects(Set) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the reviewed projects for the employee.
setReviewedProjects(Set) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setReviewers(Set) - Method in interface org.apache.jdo.tck.pc.company.IProject
 
setReviewers(Set) - Method in class org.apache.jdo.tck.pc.company.Project
Set the reviewers associated with this project.
setS(String) - Method in class org.apache.jdo.tck.query.result.classes.LongString
 
setSalary(double) - Method in class org.apache.jdo.tck.pc.company.FullTimeEmployee
Set the salary for the full-time employee.
setSalary(double) - Method in interface org.apache.jdo.tck.pc.company.IFullTimeEmployee
 
setSecondObj(FieldSameName4) - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName3
 
setSelect(String) - Method in class org.apache.jdo.tck.pc.query.JDOQLKeywordsAsFieldNames
 
setShort(Short) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setShortF(short) - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName3
 
setShortG(short) - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName4
 
setShortNotNull(short) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setShortNull(Short) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setSku(String) - Method in class org.apache.jdo.tck.pc.shoppingcart.Product
 
setState(String) - Method in class org.apache.jdo.tck.pc.company.Address
Set the state component of the address.
setState(String) - Method in interface org.apache.jdo.tck.pc.company.IAddress
 
setStreet(String) - Method in class org.apache.jdo.tck.pc.company.Address
Set the street component of the address.
setStreet(String) - Method in interface org.apache.jdo.tck.pc.company.IAddress
 
setString(String) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setStringNull(String) - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
setStringValue(String) - Method in class org.apache.jdo.tck.pc.fieldtypes.SimpleClass
 
setStringValue(String) - Method in interface org.apache.jdo.tck.pc.fieldtypes.SimpleInterface
 
setTeam(Set) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the employee's team.
setTeam(Set) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setThirdObj(FieldSameName4) - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName3
 
setTransientNumber1(int) - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
setTransientNumber2(int) - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
setUp() - Method in class org.apache.jdo.tck.JDO_Test
 
setUpperLeftGroup() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
Set the default plus upper left field as the fetch group.
setWage(double) - Method in interface org.apache.jdo.tck.pc.company.IPartTimeEmployee
 
setWage(double) - Method in class org.apache.jdo.tck.pc.company.PartTimeEmployee
Set the wage of the part-time employee.
setWeeklyhours(double) - Method in class org.apache.jdo.tck.pc.company.Employee
Set the number of hours per week that the employee works.
setWeeklyhours(double) - Method in interface org.apache.jdo.tck.pc.company.IEmployee
 
setX(int) - Method in class org.apache.jdo.tck.pc.mylib.PCPoint
 
setX(int) - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
setX(int) - Method in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint
 
setX(int) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte
 
setX(int) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter
 
setX(int) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate
 
setX(int) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger
 
setX(int) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong
 
setX(int) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivebyte
 
setX(int) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivechar
 
setX(int) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveint
 
setX(int) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivelong
 
setX(int) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveshort
 
setX(int) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort
 
setX(int) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.mylib.PCPoint
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivebyte
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivechar
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveint
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivelong
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveshort
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort
 
setY(Integer) - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString
 
setZipcode(String) - Method in class org.apache.jdo.tck.pc.company.Address
Set the zip code component of the address.
setZipcode(String) - Method in interface org.apache.jdo.tck.pc.company.IAddress
 
setboolean(boolean) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setbyte(byte) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setchar(char) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setdouble(double) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setfloat(float) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setint(int) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setlong(long) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
setshort(short) - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
shallowEquals(Collection, Collection) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified collections are "shallow equal".
shallowEquals(Collection, Collection, String) - Method in class org.apache.jdo.tck.util.EqualityHelper
Returns true if the specified collections are "shallow equal".
short100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short106 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short107 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short44 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short50 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short59 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short60 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short61 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short62 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short68 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short70 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short71 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short77 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short80 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short88 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short96 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short97 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short98 - Static variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
short99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort
 
shortF - Variable in class org.apache.jdo.tck.pc.inheritance.AllPersist3
 
shortF - Variable in class org.apache.jdo.tck.pc.inheritance.TopNonPersistF
 
shortF - Variable in class org.apache.jdo.tck.pc.inheritance.TopPersistF
 
shortF_V - Static variable in class org.apache.jdo.tck.pc.inheritance.Constants
 
shortG - Variable in class org.apache.jdo.tck.pc.inheritance.AllPersist4
 
shortG - Variable in class org.apache.jdo.tck.pc.inheritance.TopNonPersistG
 
shortG - Variable in class org.apache.jdo.tck.pc.inheritance.TopPersistG
 
shortG_V - Static variable in class org.apache.jdo.tck.pc.inheritance.Constants
 
shortParameter - Static variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 
short_values - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
skip() - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier.Parser
Skips any "white space" and returns whether there are more characters to be parsed.
sku - Variable in class org.apache.jdo.tck.pc.shoppingcart.Product.Oid
 
sku - Variable in class org.apache.jdo.tck.pc.shoppingcart.Product
Identity field when used with application identity
start(String[]) - Method in class org.apache.jdo.tck.util.BatchTestRunner
 
startTest(Test) - Method in class org.apache.jdo.tck.util.BatchResultPrinter
Called when a test case is started.
states - Static variable in class org.apache.jdo.tck.JDO_Test
 
statesOfReturnedObjects - Static variable in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
State transitions
stringToUtilDate(String) - Static method in class org.apache.jdo.tck.pc.company.CompanyModelReader
 
sumOfChildrenIntValue - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 

T

TCKFileAppender - class org.apache.jdo.tck.util.TCKFileAppender.
TCKFileAppender appends log events to a file.
TCKFileAppender() - Constructor for class org.apache.jdo.tck.util.TCKFileAppender
 
TCKFileAppender(Layout, String, boolean, boolean, int) - Constructor for class org.apache.jdo.tck.util.TCKFileAppender
 
TCKFileAppender(Layout, String, boolean) - Constructor for class org.apache.jdo.tck.util.TCKFileAppender
 
TCKFileAppender(Layout, String) - Constructor for class org.apache.jdo.tck.util.TCKFileAppender
 
TCKFileHandler - class org.apache.jdo.tck.util.TCKFileHandler.
A JDK1.4 logging Handler class which delegates to a file handler.
TCKFileHandler() - Constructor for class org.apache.jdo.tck.util.TCKFileHandler
 
TRANSIENT - Static variable in class org.apache.jdo.tck.JDO_Test
 
TRANSIENT_CLEAN - Static variable in class org.apache.jdo.tck.JDO_Test
 
TRANSIENT_DIRTY - Static variable in class org.apache.jdo.tck.JDO_Test
 
TestArrayCollections - class org.apache.jdo.tck.models.fieldtypes.TestArrayCollections.
Title: Support of field type array.
TestArrayCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestArrayCollections
 
TestArrayListCollections - class org.apache.jdo.tck.models.fieldtypes.TestArrayListCollections.
Title: Support of field type ArrayList.
TestArrayListCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestArrayListCollections
 
TestCollectionCollections - class org.apache.jdo.tck.models.fieldtypes.TestCollectionCollections.
Title: Support of field type Collection.
TestCollectionCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestCollectionCollections
 
TestFieldsOfBigDecimal - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBigDecimal.
Title: Support of field type BigDecimal.
TestFieldsOfBigDecimal() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBigDecimal
 
TestFieldsOfBigInteger - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBigInteger.
Title: Support of field type BigInteger.
TestFieldsOfBigInteger() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBigInteger
 
TestFieldsOfBoolean - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBoolean.
Title: Support of field type Boolean.
TestFieldsOfBoolean() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBoolean
 
TestFieldsOfByte - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfByte.
Title: Support of field type Byte.
TestFieldsOfByte() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfByte
 
TestFieldsOfCharacter - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfCharacter.
Title: Support of field type Character.
TestFieldsOfCharacter() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfCharacter
 
TestFieldsOfDate - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfDate.
Title: Support of field type Date.
TestFieldsOfDate() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfDate
 
TestFieldsOfDouble - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfDouble.
Title: Support of field type Double.
TestFieldsOfDouble() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfDouble
 
TestFieldsOfFloat - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfFloat.
Title: Support of field type Float.
TestFieldsOfFloat() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfFloat
 
TestFieldsOfInteger - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfInteger.
Title: Support of field type Integer.
TestFieldsOfInteger() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfInteger
 
TestFieldsOfLocale - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfLocale.
Title: Support of field type Locale.
TestFieldsOfLocale() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfLocale
 
TestFieldsOfLong - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfLong.
Title: Support of field type Long.
TestFieldsOfLong() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfLong
 
TestFieldsOfObject - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfObject.
Title: Support of field type Object.
TestFieldsOfObject() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfObject
 
TestFieldsOfPrimitiveboolean - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveboolean.
Title: Support of field type boolean.
TestFieldsOfPrimitiveboolean() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveboolean
 
TestFieldsOfPrimitivebyte - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivebyte.
Title: Support of field type byte.
TestFieldsOfPrimitivebyte() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivebyte
 
TestFieldsOfPrimitivechar - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivechar.
Title: Support of field type char.
TestFieldsOfPrimitivechar() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivechar
 
TestFieldsOfPrimitivedouble - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivedouble.
Title: Support of field type double.
TestFieldsOfPrimitivedouble() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivedouble
 
TestFieldsOfPrimitivefloat - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivefloat.
Title: Support of field type float.
TestFieldsOfPrimitivefloat() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivefloat
 
TestFieldsOfPrimitiveint - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveint.
Title: Support of field type int.
TestFieldsOfPrimitiveint() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveint
 
TestFieldsOfPrimitivelong - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivelong.
Title: Support of field type long.
TestFieldsOfPrimitivelong() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivelong
 
TestFieldsOfPrimitiveshort - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveshort.
Title: Support of field type short.
TestFieldsOfPrimitiveshort() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveshort
 
TestFieldsOfShort - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfShort.
Title: Support of field type Short.
TestFieldsOfShort() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfShort
 
TestFieldsOfSimpleClass - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfSimpleClass.
Title: Support of fields of PersistenceCapable class types
Keywords: model
Assertion ID: A6.4.3-30.
TestFieldsOfSimpleClass() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfSimpleClass
 
TestFieldsOfSimpleInterface - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfSimpleInterface.
Title: Support of interfaces as field type.
TestFieldsOfSimpleInterface() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfSimpleInterface
 
TestFieldsOfString - class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfString.
Title: Support of field type String.
TestFieldsOfString() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfString
 
TestHashMapStringKeyCollections - class org.apache.jdo.tck.models.fieldtypes.TestHashMapStringKeyCollections.
Title: Support of field type HashMap, varying value type
Keywords: model
Assertion ID: A6.4.3-24.
TestHashMapStringKeyCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestHashMapStringKeyCollections
 
TestHashMapStringValueCollections - class org.apache.jdo.tck.models.fieldtypes.TestHashMapStringValueCollections.
Title: Support of field type HashMap, varying key type
Keywords: model
Assertion ID: A6.4.3-24.
TestHashMapStringValueCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestHashMapStringValueCollections
 
TestHashSetCollections - class org.apache.jdo.tck.models.fieldtypes.TestHashSetCollections.
Title: Support of field type HashSet
Keywords: model
Assertion ID: A6.4.3-22.
TestHashSetCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestHashSetCollections
 
TestHashtableStringKeyCollections - class org.apache.jdo.tck.models.fieldtypes.TestHashtableStringKeyCollections.
Title: Support of field type Hashtable, varying value type
Keywords: model
Assertion ID: A6.4.3-25.
TestHashtableStringKeyCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestHashtableStringKeyCollections
 
TestHashtableStringValueCollections - class org.apache.jdo.tck.models.fieldtypes.TestHashtableStringValueCollections.
Title: Support of field type Hashtable, varying key type
Keywords: model
Assertion ID: A6.4.3-25.
TestHashtableStringValueCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestHashtableStringValueCollections
 
TestLinkedListCollections - class org.apache.jdo.tck.models.fieldtypes.TestLinkedListCollections.
Title: Support of field type LinkedList
Keywords: model
Assertion ID: A6.4.3-26.
TestLinkedListCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestLinkedListCollections
 
TestListCollections - class org.apache.jdo.tck.models.fieldtypes.TestListCollections.
Title: Support of field type List
Keywords: model
Assertion ID: A6.4.3-36.
TestListCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestListCollections
 
TestMapStringKeyCollections - class org.apache.jdo.tck.models.fieldtypes.TestMapStringKeyCollections.
Title: Support of field type Map, varying value type
Keywords: model
Assertion ID: A6.4.3-35.
TestMapStringKeyCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestMapStringKeyCollections
 
TestMapStringValueCollections - class org.apache.jdo.tck.models.fieldtypes.TestMapStringValueCollections.
Title: Support of field type Map, varying key type
Keywords: model
Assertion ID: A6.4.3-35.
TestMapStringValueCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestMapStringValueCollections
 
TestParts - class org.apache.jdo.tck.api.instancecallbacks.TestParts.
 
TestParts() - Constructor for class org.apache.jdo.tck.api.instancecallbacks.TestParts
 
TestParts - class org.apache.jdo.tck.models.inheritance.TestParts.
The test data is in arrays, making it easy to change values.
TestParts() - Constructor for class org.apache.jdo.tck.models.inheritance.TestParts
 
TestSelector - class org.apache.jdo.tck.util.TestSelector.
A test class selector.
TestSelector(Frame, TestCollector) - Constructor for class org.apache.jdo.tck.util.TestSelector
 
TestSetCollections - class org.apache.jdo.tck.models.fieldtypes.TestSetCollections.
Title: Support of field type Set.
TestSetCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestSetCollections
 
TestTreeMapStringKeyCollections - class org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringKeyCollections.
Title: Support of field type TreeMap, varying value type
Keywords: model
Assertion ID: A6.4.3-27.
TestTreeMapStringKeyCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringKeyCollections
 
TestTreeMapStringValueCollections - class org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringValueCollections.
Title: Support of field type TreeMap, varying key type
Keywords: model
Assertion ID: A6.4.3-27.
TestTreeMapStringValueCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringValueCollections
 
TestTreeSetCollections - class org.apache.jdo.tck.models.fieldtypes.TestTreeSetCollections.
Title: Support of field type TreeSet.
TestTreeSetCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestTreeSetCollections
 
TestUtil - class org.apache.jdo.tck.models.fieldtypes.TestUtil.
 
TestUtil() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestUtil
 
TestVectorCollections - class org.apache.jdo.tck.models.fieldtypes.TestVectorCollections.
Title: Support of field type Vector.
TestVectorCollections() - Constructor for class org.apache.jdo.tck.models.fieldtypes.TestVectorCollections
 
ThisIsReservedWordForElementOfCollection - class org.apache.jdo.tck.query.jdoql.keywords.ThisIsReservedWordForElementOfCollection.
Title: This is Reserved Word for Element of Collection
Keywords: query
Assertion ID: A14.6.2-12.
ThisIsReservedWordForElementOfCollection() - Constructor for class org.apache.jdo.tck.query.jdoql.keywords.ThisIsReservedWordForElementOfCollection
 
ThreadExceptionHandler - class org.apache.jdo.tck.util.ThreadExceptionHandler.
This class extends java.lang.ThreadGroup and stores any uncaught exception of threads from this ThreadGroup for later retrieval.
ThreadExceptionHandler() - Constructor for class org.apache.jdo.tck.util.ThreadExceptionHandler
Constructor.
ThreadSafe - class org.apache.jdo.tck.api.persistencemanager.ThreadSafe.
Title: Thread Safe
Keywords: multithreaded
Assertion ID: A12.4-1.
ThreadSafe() - Constructor for class org.apache.jdo.tck.api.persistencemanager.ThreadSafe
 
TopNonPersist - class org.apache.jdo.tck.pc.inheritance.TopNonPersist.
 
TopNonPersist() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersist
 
TopNonPersist(int) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersist
 
TopNonPersistB - class org.apache.jdo.tck.pc.inheritance.TopNonPersistB.
 
TopNonPersistB() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistB
 
TopNonPersistB(int, double, int) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistB
 
TopNonPersistB.Id - class org.apache.jdo.tck.pc.inheritance.TopNonPersistB.Id.
 
TopNonPersistB.Id() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistB.Id
 
TopNonPersistB.Id(int) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistB.Id
 
TopNonPersistB.Id(String) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistB.Id
 
TopNonPersistC - class org.apache.jdo.tck.pc.inheritance.TopNonPersistC.
 
TopNonPersistC() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistC
 
TopNonPersistC(int, double, int, char) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistC
 
TopNonPersistD - class org.apache.jdo.tck.pc.inheritance.TopNonPersistD.
 
TopNonPersistD() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistD
 
TopNonPersistD(int, double, int, char, boolean) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistD
 
TopNonPersistE - class org.apache.jdo.tck.pc.inheritance.TopNonPersistE.
 
TopNonPersistE() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistE
 
TopNonPersistE(int, double, int, char, boolean, float) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistE
 
TopNonPersistF - class org.apache.jdo.tck.pc.inheritance.TopNonPersistF.
 
TopNonPersistF() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistF
 
TopNonPersistF(int, double, int, char, boolean, float, short) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistF
 
TopNonPersistG - class org.apache.jdo.tck.pc.inheritance.TopNonPersistG.
 
TopNonPersistG() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistG
 
TopNonPersistG(int, double, int, char, boolean, float, short, short) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistG
 
TopNonPersistH - class org.apache.jdo.tck.pc.inheritance.TopNonPersistH.
 
TopNonPersistH() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistH
 
TopNonPersistH(int, double, int, char, boolean, float, short, short, int) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopNonPersistH
 
TopPersist - class org.apache.jdo.tck.pc.inheritance.TopPersist.
 
TopPersist() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersist
 
TopPersist(int, double, int) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersist
 
TopPersist.Id - class org.apache.jdo.tck.pc.inheritance.TopPersist.Id.
 
TopPersist.Id() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersist.Id
 
TopPersist.Id(int) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersist.Id
 
TopPersist.Id(String) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersist.Id
 
TopPersistC - class org.apache.jdo.tck.pc.inheritance.TopPersistC.
 
TopPersistC() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersistC
 
TopPersistC(int, double, int, char) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersistC
 
TopPersistD - class org.apache.jdo.tck.pc.inheritance.TopPersistD.
 
TopPersistD() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersistD
 
TopPersistD(int, double, int, char, boolean) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersistD
 
TopPersistE - class org.apache.jdo.tck.pc.inheritance.TopPersistE.
 
TopPersistE() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersistE
 
TopPersistE(int, double, int, char, boolean, float) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersistE
 
TopPersistF - class org.apache.jdo.tck.pc.inheritance.TopPersistF.
 
TopPersistF() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersistF
 
TopPersistF(int, double, int, char, boolean, float, short) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersistF
 
TopPersistG - class org.apache.jdo.tck.pc.inheritance.TopPersistG.
 
TopPersistG() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersistG
 
TopPersistG(int, double, int, char, boolean, float, short, short) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersistG
 
TopPersistH - class org.apache.jdo.tck.pc.inheritance.TopPersistH.
 
TopPersistH() - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersistH
 
TopPersistH(int, double, int, char, boolean, float, short, short, int) - Constructor for class org.apache.jdo.tck.pc.inheritance.TopPersistH
 
TransactionalFieldsAreTransactionalInSubclasses - class org.apache.jdo.tck.models.inheritance.TransactionalFieldsAreTransactionalInSubclasses.
Title: Transactional Fields are Transactional in Subclasses
Keywords: inheritance
Assertion ID: A6.5-5.
TransactionalFieldsAreTransactionalInSubclasses() - Constructor for class org.apache.jdo.tck.models.inheritance.TransactionalFieldsAreTransactionalInSubclasses
 
TransientTransactionalInstanceRetainsValuesAtCommit - class org.apache.jdo.tck.api.persistencemanager.TransientTransactionalInstanceRetainsValuesAtCommit.
Title: Transient Transactional Instance Retains Values At Commit
Keywords: transienttransactional
Assertion ID: A12.5.7-21
Assertion Description: If the transaction in which an instance is made transactional (by calling PersistenceManager.makeTransactional or makeTransactionalAll) commits, then the transient instance retains its values.
TransientTransactionalInstanceRetainsValuesAtCommit() - Constructor for class org.apache.jdo.tck.api.persistencemanager.TransientTransactionalInstanceRetainsValuesAtCommit
 
TransientTransactionalStateCommit - class org.apache.jdo.tck.lifecycle.TransientTransactionalStateCommit.
Title: Test Transient Transactional Commit
Keywords: lifecycle transienttransactional commit
Assertion IDs: A5.1-3
Assertion Description: If TransientTransactional is supported, a transient transactional instance will have its state preserved when its associated transaction commits.
TransientTransactionalStateCommit() - Constructor for class org.apache.jdo.tck.lifecycle.TransientTransactionalStateCommit
 
TransientTransactionalStateRollback - class org.apache.jdo.tck.lifecycle.TransientTransactionalStateRollback.
Title: Test Transient Transactional Rollback
Keywords: lifecycle transienttransactional rollback
Assertion IDs: A5.1-4 Assertion Description: If TransientTransactional is supported, a transient transactional instance will have its state restored to its state prior to becoming transactional when its associated transaction aborts or on rollback.
TransientTransactionalStateRollback() - Constructor for class org.apache.jdo.tck.lifecycle.TransientTransactionalStateRollback
 
TreeMapOfBigDecimal_String45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfBigDecimal_String46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfBigDecimal_String47 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfBigDecimal_String48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfBigDecimal_String49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfBigDecimal_String51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfBigDecimal_String53 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfBigInteger_String54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfBigInteger_String55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfBigInteger_String56 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfBigInteger_String57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfBigInteger_String58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfBigInteger_String60 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfBigInteger_String62 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfByte_String63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfByte_String64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfByte_String65 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfByte_String66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfByte_String67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfByte_String69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfByte_String71 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDate_String36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDate_String37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDate_String38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDate_String39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDate_String40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDate_String42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDate_String44 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDouble_String72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDouble_String73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDouble_String74 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDouble_String75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDouble_String76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDouble_String78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfDouble_String80 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfFloat_String81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfFloat_String82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfFloat_String83 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfFloat_String84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfFloat_String85 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfFloat_String87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfFloat_String89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfInteger_String90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfInteger_String91 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfInteger_String92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfInteger_String93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfInteger_String94 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfInteger_String96 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfInteger_String98 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfLong_String100 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfLong_String101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfLong_String102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfLong_String103 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfLong_String105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfLong_String107 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfLong_String99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfObject_String0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfObject_String1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfObject_String2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfObject_String3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfObject_String4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfObject_String6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfObject_String8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfShort_String108 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfShort_String109 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfShort_String110 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfShort_String111 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfShort_String112 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfShort_String114 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfShort_String116 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleClass_String10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleClass_String11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleClass_String12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleClass_String13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleClass_String15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleClass_String17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleClass_String9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleInterface_String18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleInterface_String19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleInterface_String20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleInterface_String21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleInterface_String22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleInterface_String24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfSimpleInterface_String26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfString_BigDecimal102 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_BigDecimal104 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_BigDecimal18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_BigDecimal19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_BigDecimal20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_BigDecimal60 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_BigDecimal61 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_BigInteger105 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_BigInteger107 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_BigInteger21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_BigInteger22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_BigInteger23 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_BigInteger63 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_BigInteger64 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Byte108 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Byte110 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Byte24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Byte25 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Byte26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Byte66 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Byte67 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Date12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Date13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Date14 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Date54 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Date55 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Date96 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Date98 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Double111 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Double113 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Double27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Double28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Double29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Double69 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Double70 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Float114 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Float116 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Float30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Float31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Float32 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Float72 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Float73 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Integer117 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Integer119 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Integer33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Integer34 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Integer35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Integer75 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Integer76 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Locale101 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Locale15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Locale16 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Locale17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Locale57 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Locale58 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Locale99 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Long120 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Long122 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Long36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Long37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Long38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Long78 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Long79 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Object0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Object1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Object2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Object42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Object43 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Object84 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Object86 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Short123 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Short125 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Short39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Short40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Short41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Short81 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_Short82 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleClass3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleClass4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleClass45 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleClass46 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleClass5 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleClass87 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleClass89 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleInterface48 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleInterface49 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleInterface6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleInterface7 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleInterface8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleInterface90 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_SimpleInterface92 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_String10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_String11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_String27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfString_String28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfString_String29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfString_String30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfString_String31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfString_String33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfString_String35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapOfString_String51 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_String52 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_String9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_String93 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapOfString_String95 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapStringKeyCollections - class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections.
 
TreeMapStringKeyCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections
 
TreeMapStringKeyCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections.Oid.
 
TreeMapStringKeyCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections.Oid
 
TreeMapStringKeyCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections.Oid
 
TreeMapStringValueCollections - class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections.
 
TreeMapStringValueCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections
 
TreeMapStringValueCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections.Oid.
 
TreeMapStringValueCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections.Oid
 
TreeMapStringValueCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections.Oid
 
TreeSetCollections - class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections.
 
TreeSetCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections.Oid.
 
TreeSetCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections.Oid
 
TreeSetCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections.Oid
 
TreeSetOfBigDecimal15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfBigDecimal16 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfBigDecimal17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfBigInteger18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfBigInteger19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfBigInteger20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfByte21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfByte22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfByte23 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfDate12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfDate13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfDate14 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfDouble24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfDouble25 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfDouble26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfFloat27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfFloat28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfFloat29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfInteger30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfInteger31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfInteger32 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfLong33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfLong34 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfLong35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfObject0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfObject1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfObject2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfShort36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfShort37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfShort38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfSimpleClass3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfSimpleClass4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfSimpleClass5 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfSimpleInterface6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfSimpleInterface7 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfSimpleInterface8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfString10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfString11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TreeSetOfString9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections
 
TypeHelper - class org.apache.jdo.tck.util.signature.TypeHelper.
A helper class for translating between Java user type names and reflection type names.
TypeHelper() - Constructor for class org.apache.jdo.tck.util.signature.TypeHelper
 
targetClassName - Static variable in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint.Oid
The name of the class of the target object.
tearDown() - Method in class org.apache.jdo.tck.JDO_Test
This method clears data and resources allocated by testcases.
tearDownClasses - Static variable in class org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass
 
tearDownClasses - Static variable in class org.apache.jdo.tck.pc.company.CompanyFactoryPMClass
 
tearDownClasses - Static variable in class org.apache.jdo.tck.pc.company.CompanyFactoryPMInterface
 
test() - Method in class org.apache.jdo.tck.api.instancecallbacks.AccessOtherInstancesInPrestore
 
test() - Method in class org.apache.jdo.tck.api.instancecallbacks.AccessingFieldsInPredelete
 
test() - Method in class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPostload
 
test() - Method in class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPreclear
 
test() - Method in class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPredelete
 
test() - Method in class org.apache.jdo.tck.api.instancecallbacks.CallingJdoPrestore
 
test() - Method in class org.apache.jdo.tck.api.instancecallbacks.ModificationOfNontransactionalNonpersistentFields
 
test() - Method in class org.apache.jdo.tck.api.instancecallbacks.NoAccessToFieldsAfterPredelete
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.ConcurrentPersistenceManagers
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.ConcurrentPersistenceManagersSameClasses
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.NoPersistenceManagerIfTransient
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.ObjectIdUniqueAmongInstances
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.OneInstanceOfObjectPerPersistenceManager
This test creates objects in one transaction and commits.
test() - Method in class org.apache.jdo.tck.api.persistencemanager.OnePersistenceManagerIfPersistentOrTransactional
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.OptimisticFailure
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.SameTransactionInstanceForAllCallsToCurrentTransaction
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.EvictingWithRestoreValuesFalse
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.EvictingWithRetainValuesFalse
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToEvictHasNoEffect
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToRefreshHasNoEffect
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllNoParameterSideEffects
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithArraySideEffects
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithCollectionSideEffects
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithNoParameters
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.RefreshSideEffects
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.Retrieve
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.close.CloseThrowsExceptionWhenActiveTx
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsFalseUponConstruction
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsTrueAfterClose
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.detach.SetDetachAllOnCommit
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithInstancesMadePersistentViaReachability
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithSubclasses
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.flags.SetIgnoreCacheToFalse
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.flags.SetIgnoreCacheToTrue
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.flags.SetMultithreadedFalse
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.flags.SetMultithreadedTrue
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.flags.SettingFlagsWithTransactionInstance
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceNotInCacheNotInDatastore
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdClass
 
test() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable
 
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.AfterCloseGetPMThrowsException
 
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.AfterCloseSetMethodsThrowException
 
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.Close
 
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.CloseFailsIfTransactionActive
 
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.CloseWithoutPermissionThrowsSecurityException
 
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManager
 
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerFactoryByPropertiesInstance
 
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerForUser
 
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetProperties
 
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionPassword
set ConnectionPassword
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionURL
set ConnectionURL value and get ConnectionURL value to verify
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionUserName
set ConnectionUserName value and get ConnectionUserName value to verify
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetIgnoreCache
set IgnoreCache to true or false and use getIgnoreCache value to verify
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetMultithreaded
set Multithreaded to true or false and use getMultithreaded value to verify
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetNonTransactionalRead
set NonTransactionalRead to true or false and use getNonTransactionalRead value to verify
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetNonTransactionalWrite
set NonTransactionalWrite to true or false and use getNonTransactionalWrite value to verify
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetOptimistic
set Optimistic to true or false and use getOptimistic value to verify
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.SetRetainValues
set RetainValues to true or false and use getRetainValues value to verify
test() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.SupportedOptions
 
test() - Method in class org.apache.jdo.tck.enhancement.FieldAccessModified
 
test() - Method in class org.apache.jdo.tck.enhancement.ImplementsPersistenceCapable
 
test() - Method in class org.apache.jdo.tck.extents.CloseAll
 
test() - Method in class org.apache.jdo.tck.extents.CloseOfExtentIteratorIsIteratorSpecific
 
test() - Method in class org.apache.jdo.tck.extents.GetCandidateClass
 
test() - Method in class org.apache.jdo.tck.extents.GetPersistenceManager
 
test() - Method in class org.apache.jdo.tck.extents.HasSubclassesFalse
 
test() - Method in class org.apache.jdo.tck.extents.HasSubclassesTrue
 
test() - Method in class org.apache.jdo.tck.extents.InstancesDeletedPriorToIterationNotReturned
 
test() - Method in class org.apache.jdo.tck.extents.InstancesPersistedPriorToIterationReturned
 
test() - Method in class org.apache.jdo.tck.extents.IteratorHasNextFalseAfterExtentClose
 
test() - Method in class org.apache.jdo.tck.extents.IteratorMutatingMethods
 
test() - Method in class org.apache.jdo.tck.extents.IteratorNextAfterExtentClose
 
test() - Method in class org.apache.jdo.tck.extents.IteratorNextAfterExtentCloseAll
 
test() - Method in class org.apache.jdo.tck.extents.Iterators
 
test() - Method in class org.apache.jdo.tck.lifecycle.HollowInstanceMaintainsPK
 
test() - Method in class org.apache.jdo.tck.lifecycle.MultiplePMsReturnInstancesRepresentingSamePC
 
test() - Method in class org.apache.jdo.tck.lifecycle.ObjectIdNotModifiedWhenObjectIdInstanceModified
 
test() - Method in class org.apache.jdo.tck.lifecycle.PMReturnsIdenticalInstancesForEqualObjIds
 
test() - Method in class org.apache.jdo.tck.lifecycle.StateTransitions
 
test() - Method in class org.apache.jdo.tck.lifecycle.StateTransitionsReturnedObjects
 
test() - Method in class org.apache.jdo.tck.lifecycle.TransientTransactionalStateCommit
 
test() - Method in class org.apache.jdo.tck.lifecycle.TransientTransactionalStateRollback
 
test() - Method in class org.apache.jdo.tck.mapping.CompletenessTest
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestArrayCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestArrayListCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestCollectionCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBigDecimal
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBigInteger
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBoolean
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfByte
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfCharacter
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfDate
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfDouble
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfFloat
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfInteger
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfLocale
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfLong
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfObject
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveboolean
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivebyte
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivechar
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivedouble
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivefloat
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveint
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivelong
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveshort
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfShort
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfSimpleClass
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfSimpleInterface
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestFieldsOfString
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestHashMapStringKeyCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestHashMapStringValueCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestHashSetCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestHashtableStringKeyCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestHashtableStringValueCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestLinkedListCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestListCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestMapStringKeyCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestMapStringValueCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestSetCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringKeyCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringValueCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestTreeSetCollections
 
test() - Method in class org.apache.jdo.tck.models.fieldtypes.TestVectorCollections
 
test() - Method in class org.apache.jdo.tck.models.inheritance.FieldWithSameNameInSuperclass
 
test() - Method in class org.apache.jdo.tck.models.inheritance.NonPersistentFieldsAreNonPersistentInSubclasses
 
test() - Method in class org.apache.jdo.tck.models.inheritance.NonpersistentSuperClass
 
test() - Method in class org.apache.jdo.tck.models.inheritance.PersistenceCapableFlexibilityInInheritanceHierarchy
 
test() - Method in class org.apache.jdo.tck.models.inheritance.PersistentFieldsArePersistentInSubClasses
 
test() - Method in class org.apache.jdo.tck.models.inheritance.TransactionalFieldsAreTransactionalInSubclasses
 
test() - Method in class org.apache.jdo.tck.query.api.DeclareImports
 
test() - Method in class org.apache.jdo.tck.query.api.DeclareVariables
 
test() - Method in class org.apache.jdo.tck.query.api.GetIgnoreCache
 
test() - Method in class org.apache.jdo.tck.query.api.GetPersistenceManager
 
test() - Method in class org.apache.jdo.tck.query.api.GetPersistenceManagerFromRestoredSerializedQuery
 
test() - Method in class org.apache.jdo.tck.query.api.SetIgnoreCache
 
test() - Method in class org.apache.jdo.tck.query.jdoql.ExecuteQueryWhenPersistenceManagerIsClosed
 
test() - Method in class org.apache.jdo.tck.query.jdoql.IgnoreCacheFalse
 
test() - Method in class org.apache.jdo.tck.query.jdoql.RestoredSerializedQueryInstanceLosesAssociationWithPM
 
test() - Method in class org.apache.jdo.tck.query.jdoql.operators.Equality
 
test() - Method in class org.apache.jdo.tck.query.jdoql.operators.GreaterThan
 
test() - Method in class org.apache.jdo.tck.query.jdoql.operators.GreaterThanOrEqual
 
test() - Method in class org.apache.jdo.tck.query.jdoql.operators.LessThan
 
test() - Method in class org.apache.jdo.tck.query.jdoql.operators.LessThanOrEqual
 
test() - Method in class org.apache.jdo.tck.query.jdoql.operators.NotEquals
 
test() - Method in class org.apache.jdo.tck.query.jdoql.parameters.BoundParameterCheck
 
test() - Method in class org.apache.jdo.tck.query.jdoql.variables.VariableDeclaredWithSameNameAsFieldOfCandidateClass
 
test() - Method in class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenCommitted
 
test() - Method in class org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenRolledback
 
test() - Method in class org.apache.jdo.tck.transactions.AfterSetRollbackOnlyCommitFails
 
test() - Method in class org.apache.jdo.tck.transactions.BeforeCompletionMethodCalled
 
test() - Method in class org.apache.jdo.tck.transactions.BeforeCompletionMethodNotCalledBeforeRollback
 
test() - Method in class org.apache.jdo.tck.transactions.Commit
 
test() - Method in class org.apache.jdo.tck.transactions.GetPersistenceManager
 
test() - Method in class org.apache.jdo.tck.transactions.GetRetainValues
 
test() - Method in class org.apache.jdo.tck.transactions.GetRollbackOnlyReturnsFalseUntilSet
 
test() - Method in class org.apache.jdo.tck.transactions.GetSynchronization
 
test() - Method in class org.apache.jdo.tck.transactions.IsActive
 
test() - Method in class org.apache.jdo.tck.transactions.IsActiveUntilAfterCompletionMethodCalled
 
test() - Method in class org.apache.jdo.tck.transactions.Rollback
 
test() - Method in class org.apache.jdo.tck.transactions.SetNontransactionalRead
 
test() - Method in class org.apache.jdo.tck.transactions.SetNontransactionalReadCalledDuringTxCompletion
 
test() - Method in class org.apache.jdo.tck.transactions.SetNontransactionalReadTrueWhenNotSupported
 
test() - Method in class org.apache.jdo.tck.transactions.SetNontransactionalWriteCalledDuringTxCompletion
 
test() - Method in class org.apache.jdo.tck.transactions.SetOptimistic
 
test() - Method in class org.apache.jdo.tck.transactions.SetOptimisticCalledDuringTxCompletion
 
test() - Method in class org.apache.jdo.tck.transactions.SetOptimisticDuringTransaction
 
test() - Method in class org.apache.jdo.tck.transactions.SetOptimisticTrueWhenNotSupported
 
test() - Method in class org.apache.jdo.tck.transactions.SetRetainValues
 
test() - Method in class org.apache.jdo.tck.transactions.SetRetainValuesCalledDuringTxCompletion
 
test() - Method in class org.apache.jdo.tck.transactions.SetRetainValuesTrueWhenNotSupported
 
test() - Method in class org.apache.jdo.tck.transactions.SetSynchronization
 
test() - Method in class org.apache.jdo.tck.transactions.SetSynchronizationToNull
 
test() - Method in class org.apache.jdo.tck.transactions.WhenNontransactionalReadIsFalse
 
test() - Static method in class org.apache.jdo.tck.util.RogueBarrier.Test
 
test(List) - Method in class org.apache.jdo.tck.util.signature.SignatureVerifier
Tests the signature of classes (in the specified classloader) against a list of signature descriptor files; returns with a status code.
testAPI() - Method in class org.apache.jdo.tck.query.delete.DeleteQueryElements
 
testAVG() - Method in class org.apache.jdo.tck.query.result.AggregateResult
 
testAbs() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedMathMethods
 
testAfterCloseAllMethodsThrowException() - Method in class org.apache.jdo.tck.api.persistencemanager.close.AfterCloseAllMethodsThrowException
 
testAggregateGrouping() - Method in class org.apache.jdo.tck.query.result.DefaultUnique
 
testAggregateNoGrouping() - Method in class org.apache.jdo.tck.query.result.DefaultUnique
 
testArray() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectsById
 
testArrayFalse() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectsById
 
testArrayTrue() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectsById
 
testAttach() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach
This test creates a new persistent instance and detaches it.
testAttachClean() - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachAttach
 
testAttachDirty() - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachAttachDirty
 
testAvg() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testBigDecimal() - Method in class org.apache.jdo.tck.query.result.ResultClassRequirements
 
testCallingEvictAllWithCollectionContainingNulls() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.CallingEvictAllWithCollectionContainingNulls
 
testCallingRefreshAllWithCollectionContainingNulls() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.CallingRefreshAllWithCollectionContainingNulls
 
testCanidateClass() - Method in class org.apache.jdo.tck.query.sql.ShapeOfResult
 
testCast() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testChangingObjectIdHasNoEffectOnInstance() - Method in class org.apache.jdo.tck.api.persistencemanager.ChangingObjectIdHasNoEffectOnInstance
 
testClassJDO() - Method in class org.apache.jdo.tck.query.api.MetadataSearchOrder
 
testClassJDOQuery() - Method in class org.apache.jdo.tck.query.api.MetadataSearchOrder
 
testClear() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerClear
This test creates a new persistent instance and commits it.
testCollection() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectsById
 
testCollectionFalse() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectsById
 
testCollectionQueries() - Method in class org.apache.jdo.tck.query.result.DistinctCandidateInstances
 
testCollectionTrue() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectsById
 
testConstructor() - Method in class org.apache.jdo.tck.query.result.ResultClassRequirements
 
testContains() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedCollectionMethods
 
testContainsKey() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedMapMethods
 
testContainsValue() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedMapMethods
 
testCount() - Method in class org.apache.jdo.tck.query.result.AggregateResult
 
testCountThis() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testCountVariable() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testCreate() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerCreate
 
testCurrentTransaction() - Method in class org.apache.jdo.tck.api.persistencemanager.CurrentTransaction
 
testDataStoreCache() - Method in class org.apache.jdo.tck.api.persistencemanager.DataStoreCacheTest
There is no mandated behavior of the DataStoreCache methods.
testDataStoreConnection() - Method in class org.apache.jdo.tck.api.persistencemanager.DataStoreConnection
 
testDataStoreConnectionThrows() - Method in class org.apache.jdo.tck.api.persistencemanager.DataStoreConnectionThrows
 
testDatastoreCommit() - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreCommit
Create a nontransactional dirty instance, begin and commit a datastore transaction, and check that the instance in the datastore has the value as changed by the transaction.
testDatastoreCommitConflict() - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreCommitConflict
Create a nontransactional dirty instance, begin and commit a conflicting transaction, begin and commit a datastore transaction, and check that the instance in the datastore was overwritten by this datastore transaction.
testDatastoreRollback() - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteDatastoreRollback
Create a nontransactional dirty instance, begin and rollback a datastore transaction, and check that the instance in the datastore has the original value.
testDate() - Method in class org.apache.jdo.tck.query.result.ResultClassRequirements
 
testDelete() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDelete
This test creates a new persistent instance, and deletes it.
testDeletePersistent() - Method in class org.apache.jdo.tck.api.persistencemanager.DeletePersistent
 
testDeletePersistentAllFails() - Method in class org.apache.jdo.tck.api.persistencemanager.DeletePersistentAllFails
 
testDeletePersistentFailsIfInstanceIsTransient() - Method in class org.apache.jdo.tck.api.persistencemanager.DeletePersistentFailsIfInstanceIsTransient
 
testDeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager() - Method in class org.apache.jdo.tck.api.persistencemanager.DeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager
 
testDeletePersistentHasNoEffectOnDeletedInstances() - Method in class org.apache.jdo.tck.api.persistencemanager.DeletePersistentHasNoEffectOnDeletedInstances
 
testDetach() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach
This test creates a new persistent instance and commits it.
testDetachAllOnCommit() - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachAllOnCommit
 
testDetachCopy() - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachCopy
 
testDetachCopyAllArray() - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachCopy
 
testDetachCopyAllCollection() - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachCopy
 
testDetachSerialize() - Method in class org.apache.jdo.tck.api.persistencemanager.detach.DetachSerialize
 
testDetachableIsDetachedTrue() - Method in class org.apache.jdo.tck.api.jdohelper.IsDetached
 
testDetachmentOptions() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
testDetachmentRoots() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
testDirty() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDirty
This test creates a new persistent instance and commits it.
testDistinctNavigation() - Method in class org.apache.jdo.tck.query.result.NullResults
 
testDistinctNavigation() - Method in class org.apache.jdo.tck.query.result.VariableInResult
 
testDistinctNoNavigation() - Method in class org.apache.jdo.tck.query.result.VariableInResult
 
testDouble() - Method in class org.apache.jdo.tck.query.result.ResultClassRequirements
 
testEndsWith() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods
 
testEvictAllWithNoParameters() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.EvictAllWithNoParameters
 
testEvictingCollectionOfInstancesSideEffects() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.EvictingCollectionOfInstancesSideEffects
 
testExtentQueries() - Method in class org.apache.jdo.tck.query.result.DistinctCandidateInstances
 
testFetchGroup1() - Method in class org.apache.jdo.tck.query.api.GetFetchPlan
 
testFetchGroup2() - Method in class org.apache.jdo.tck.query.api.GetFetchPlan
 
testFetchSize() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
testField() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testFieldExpression() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testFields() - Method in class org.apache.jdo.tck.query.result.ResultClassRequirements
 
testFilter() - Method in class org.apache.jdo.tck.query.jdoql.parameters.ImplicitParameters
 
testGet() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedMapMethods
 
testGetExtentWithNoSubclasses() - Method in class org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithNoSubclasses
 
testGetIgnoreCache() - Method in class org.apache.jdo.tck.api.persistencemanager.flags.GetIgnoreCache
 
testGetKey() - Method in class org.apache.jdo.tck.api.persistencemanager.GetPutRemoveUserObject
 
testGetNonexistentKey() - Method in class org.apache.jdo.tck.api.persistencemanager.GetPutRemoveUserObject
 
testGetObjectById() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectById
 
testGetObjectById() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedJDOHelperMethods
 
testGetObjectByIdNoValidationInstanceInCache() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceInCache
 
testGetObjectByIdNoValidationInstanceInCacheNoStateChange() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceInCacheNoStateChange
 
testGetObjectByIdNoValidationInstanceNotInCache() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInCache
 
testGetObjectByIdNoValidationInstanceNotInCacheNoTx() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInCacheNoTx
 
testGetObjectByIdNoValidationInstanceNotInDatastore() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInDatastore
 
testGetObjectByIdNotResolved() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNotResolved
 
testGetObjectByIdWhenObjectIdBeingChanged() - Method in class org.apache.jdo.tck.api.persistencemanager.GetTransactionalObjectIdWhenObjectIdBeingChanged
 
testGetObjectByIdWithApplicationModifyingIdentity() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdWithApplicationModifyingIdentity
 
testGetObjectByIdWithValidationInstanceInCache() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceInCache
 
testGetObjectByIdWithValidationInstanceInCacheNotInDatastore() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceInCacheNotInDatastore
 
testGetObjectId() - Method in class org.apache.jdo.tck.api.jdohelper.GetObjectId
 
testGetObjectId() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectId
 
testGetObjectIdClassForAbstractOrNonPersistenceCapableClass() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdClassForAbstractOrNonPersistenceCapableClass
 
testGetObjectIdForNull() - Method in class org.apache.jdo.tck.api.jdohelper.GetObjectIdForNull
 
testGetObjectIdForNullOrNotPersistent() - Method in class org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdForNullOrNotPersistent
 
testGetObjectIdForTransient() - Method in class org.apache.jdo.tck.api.jdohelper.GetObjectIdForTransient
 
testGetObjectIdNotPersistenceCapable() - Method in class org.apache.jdo.tck.api.jdohelper.GetObjectIdNotPersistenceCapable
 
testGetObjectIdsArray() - Method in class org.apache.jdo.tck.api.jdohelper.GetObjectIds
 
testGetObjectIdsCollection() - Method in class org.apache.jdo.tck.api.jdohelper.GetObjectIds
 
testGetPersistenceManager() - Method in class org.apache.jdo.tck.api.jdohelper.GetPersistenceManager
 
testGetPersistenceManagerFactory() - Method in class org.apache.jdo.tck.api.persistencemanager.GetPersistenceManagerFactory
 
testGetPersistenceManagerForNull() - Method in class org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerForNull
 
testGetPersistenceManagerForTransient() - Method in class org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerForTransient
 
testGetPersistenceManagerNotPersistenceCapable() - Method in class org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerNotPersistenceCapable
 
testGetPersistenceManagerWithNoParametes() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.AfterGetPersistenceManagerNoSetMethodsSucceed
 
testGetPersistenceManagerWithParameters() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.AfterGetPersistenceManagerNoSetMethodsSucceed
 
testGetSetUserObject() - Method in class org.apache.jdo.tck.api.persistencemanager.GetSetUserObject
 
testGetTransactionalObjectId() - Method in class org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectId
 
testGetTransactionalObjectIdForNull() - Method in class org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectIdForNull
 
testGetTransactionalObjectIdForTransient() - Method in class org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectIdForTransient
 
testGetTransactionalObjectIdNotPersistenceCapable() - Method in class org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectIdNotPersistenceCapable
 
testGetTransactionalObjectIdWithNoTransaction() - Method in class org.apache.jdo.tck.api.persistencemanager.GetTransactionalObjectIdWithNoTransaction
 
testGrouping() - Method in class org.apache.jdo.tck.query.jdoql.parameters.ImplicitParameters
 
testGroups() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
testHollowInstance(Company) - Method in class org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges
 
testIndexOfString() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods
 
testIndexOfStringInt() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods
 
testInvalidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFile
 
testInvalidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFileAndClassLoader
 
testInvalidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocation
 
testInvalidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocationAndClassLoader
 
testInvalidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResource
 
testInvalidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResourceAndClassLoader
 
testInvalidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStream
 
testInvalidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStreamAndClassLoader
 
testIsClosed() - Method in class org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsFalseUponRetrievalFromPool
 
testIsDeleted() - Method in class org.apache.jdo.tck.api.jdohelper.IsDeleted
 
testIsDeletedFalse() - Method in class org.apache.jdo.tck.api.jdohelper.IsDeletedFalse
 
testIsDeletedForNull() - Method in class org.apache.jdo.tck.api.jdohelper.IsDeletedForNull
 
testIsDeletedForTransient() - Method in class org.apache.jdo.tck.api.jdohelper.IsDeletedForTransient
 
testIsDeletedNotPersistenceCapable() - Method in class org.apache.jdo.tck.api.jdohelper.IsDeletedNotPersistenceCapable
 
testIsDirty() - Method in class org.apache.jdo.tck.api.jdohelper.IsDirty
 
testIsDirtyFalse() - Method in class org.apache.jdo.tck.api.jdohelper.IsDirtyFalse
 
testIsDirtyForNull() - Method in class org.apache.jdo.tck.api.jdohelper.IsDirtyForNull
 
testIsDirtyForTransient() - Method in class org.apache.jdo.tck.api.jdohelper.IsDirtyForTransient
 
testIsDirtyNotPersistenceCapable() - Method in class org.apache.jdo.tck.api.jdohelper.IsDirtyNotPersistenceCapable
 
testIsEmpty() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedCollectionMethods
 
testIsEmpty() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedMapMethods
 
testIsNew() - Method in class org.apache.jdo.tck.api.jdohelper.IsNew
 
testIsNewFalse() - Method in class org.apache.jdo.tck.api.jdohelper.IsNewFalse
 
testIsNewForNull() - Method in class org.apache.jdo.tck.api.jdohelper.IsNewForNull
 
testIsNewForTransient() - Method in class org.apache.jdo.tck.api.jdohelper.IsNewForTransient
 
testIsNewNotPersistenceCapable() - Method in class org.apache.jdo.tck.api.jdohelper.IsNewNotPersistenceCapable
 
testIsPersistent() - Method in class org.apache.jdo.tck.api.jdohelper.IsPersistent
 
testIsPersistentFalse() - Method in class org.apache.jdo.tck.api.jdohelper.IsPersistentFalse
 
testIsPersistentForNull() - Method in class org.apache.jdo.tck.api.jdohelper.IsPersistentForNull
 
testIsPersistentForTransient() - Method in class org.apache.jdo.tck.api.jdohelper.IsPersistentForTransient
 
testIsPersistentNotPersistenceCapable() - Method in class org.apache.jdo.tck.api.jdohelper.IsPersistentNotPersistenceCapable
 
testIsTransactional() - Method in class org.apache.jdo.tck.api.jdohelper.IsTransactional
 
testIsTransactionalFalse() - Method in class org.apache.jdo.tck.api.jdohelper.IsTransactionalFalse
 
testIsTransactionalForNull() - Method in class org.apache.jdo.tck.api.jdohelper.IsTransactionalForNull
 
testIsTransactionalForTransient() - Method in class org.apache.jdo.tck.api.jdohelper.IsTransactionalForTransient
 
testIsTransactionalNotPersistenceCapable() - Method in class org.apache.jdo.tck.api.jdohelper.IsTransactionalNotPersistenceCapable
 
testLoad() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerLoad
This test creates a new persistent instance and commits it.
testLong() - Method in class org.apache.jdo.tck.query.result.ResultClassRequirements
 
testMAX() - Method in class org.apache.jdo.tck.query.result.AggregateResult
 
testMIN() - Method in class org.apache.jdo.tck.query.result.AggregateResult
 
testMakeDirty() - Method in class org.apache.jdo.tck.api.jdohelper.MakeDirty
 
testMakeDirtyForNull() - Method in class org.apache.jdo.tck.api.jdohelper.MakeDirtyForNull
 
testMakeDirtyForTransient() - Method in class org.apache.jdo.tck.api.jdohelper.MakeDirtyForTransient
 
testMakeDirtyNotPersistenceCapable() - Method in class org.apache.jdo.tck.api.jdohelper.MakeDirtyNotPersistenceCapable
 
testMakeNontransactional() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalDirtyInstance
 
testMakePersistent() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistent
 
testMakePersistentAllFails() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAllFails
 
testMakePersistentAssignsObjectId() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAssignsObjectId
 
testMakePersistentFailsIfInstanceManagedByAnotherPersistenceManager() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentFailsIfInstanceManagedByAnotherPersistenceManager
 
testMakePersistentHasNoEffectOnPersistentInstances() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentHasNoEffectOnPersistentInstances
 
testMakeTransactional(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactional
 
testMakeTransactionalAll1(PersistenceManager) - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactional
 
testMakeTransient() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanMakeTransient
 
testMakeTransient() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransient
 
testMakeTransientAllArray() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanMakeTransient
 
testMakeTransientAllCollection() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanMakeTransient
 
testMakeTransientAllFails() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientAllFails
 
testMakeTransientCausesLossOfIdentity() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientCausesLossOfIdentity
 
testMakeTransientFailsWithDirtyInstance() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientFailsWithDirtyInstance
 
testMakeTransientFieldsPreservedUnchanged() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientFieldsPreservedUnchanged
 
testMakeTransientHasNoEffectOnTransientInstances() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientHasNoEffectOnTransientInstances
 
testMakeTransientNotSubjectToRollback() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientNotSubjectToRollback
 
testMap() - Method in class org.apache.jdo.tck.query.result.ResultClassRequirements
 
testMapParametersAPI() - Method in class org.apache.jdo.tck.query.delete.DeletePersistentAll
 
testMapParametersSingleString() - Method in class org.apache.jdo.tck.query.delete.DeletePersistentAll
 
testMatches() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods
 
testMax() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testMaxFetchDepth() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface
 
testMin() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testMultipleColumn() - Method in class org.apache.jdo.tck.query.sql.ShapeOfResult
 
testMultipleExpressionResultClassUnique() - Method in class org.apache.jdo.tck.query.result.ShapeOfResult
 
testMultipleExpressions() - Method in class org.apache.jdo.tck.query.result.ShapeOfResult
 
testMultipleExpressionsResultClass() - Method in class org.apache.jdo.tck.query.result.ShapeOfResult
 
testMultipleExpressionsUnique() - Method in class org.apache.jdo.tck.query.result.ShapeOfResult
 
testMutableSystemClass() - Method in class org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges
This tests that mutable system class instances track changes or notify their owning instance that they are dirty
testNamedQuery() - Method in class org.apache.jdo.tck.query.sql.NoCandidateClass
 
testNavigation() - Method in class org.apache.jdo.tck.query.result.NullResults
 
testNavigation() - Method in class org.apache.jdo.tck.query.result.VariableInResult
 
testNavigationalExpressionField() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testNavigationalExpressionParameter() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testNavigationalExpressionThis() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testNavigationalExpressionVariable() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testNegative() - Method in class org.apache.jdo.tck.query.api.InvalidNamedQuery
 
testNegative() - Method in class org.apache.jdo.tck.query.api.NamedQueryNotFound
 
testNegative() - Method in class org.apache.jdo.tck.query.api.NewNamedQuery
 
testNegative() - Method in class org.apache.jdo.tck.query.api.SetResult
 
testNegative() - Method in class org.apache.jdo.tck.query.api.UnmodifiableQuery
 
testNegative() - Method in class org.apache.jdo.tck.query.delete.DeleteQueryElements
 
testNegative() - Method in class org.apache.jdo.tck.query.jdoql.AssignmentPrePostIncrementDecrementNotSupported
 
testNegative() - Method in class org.apache.jdo.tck.query.jdoql.CharacterAndStringLiterals
 
testNegative() - Method in class org.apache.jdo.tck.query.jdoql.ExecutingQueryWhenNoTransactionNoNontransactionalRead
 
testNegative() - Method in class org.apache.jdo.tck.query.jdoql.Having
 
testNegative() - Method in class org.apache.jdo.tck.query.jdoql.keywords.InvalidUseOfKeywords
 
testNegative() - Method in class org.apache.jdo.tck.query.jdoql.keywords.KeywordsAsFieldNames
 
testNegative() - Method in class org.apache.jdo.tck.query.jdoql.methods.MethodsAndObjectConstructionNotSupported
 
testNegative() - Method in class org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalAND
 
testNegative() - Method in class org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalOR
 
testNegative() - Method in class org.apache.jdo.tck.query.jdoql.parameters.MixedParameters
 
testNegative() - Method in class org.apache.jdo.tck.query.jdoql.parameters.ParameterBoundToDifferentPM
 
testNegative() - Method in class org.apache.jdo.tck.query.jdoql.variables.MixedVariables
 
testNegative() - Method in class org.apache.jdo.tck.query.result.AggregateResult
 
testNegative() - Method in class org.apache.jdo.tck.query.result.Grouping
 
testNegative() - Method in class org.apache.jdo.tck.query.result.ResultClassRequirements
 
testNegative() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testNegative() - Method in class org.apache.jdo.tck.query.result.Unique
 
testNegative() - Method in class org.apache.jdo.tck.query.sql.AllowedAPIMethods
 
testNegative() - Method in class org.apache.jdo.tck.query.sql.ShapeOfResult
 
testNegitve() - Method in class org.apache.jdo.tck.query.jdoql.keywords.UppercaseLowercase
 
testNoCandidateClass() - Method in class org.apache.jdo.tck.query.sql.NoCandidateClass
 
testNoParametersAPI() - Method in class org.apache.jdo.tck.query.delete.DeletePersistentAll
 
testNoParametersSingleString() - Method in class org.apache.jdo.tck.query.delete.DeletePersistentAll
 
testNoRelationshipsAPI() - Method in class org.apache.jdo.tck.query.delete.DeleteCallback
 
testNoRelationshipsSingleString() - Method in class org.apache.jdo.tck.query.delete.DeleteCallback
 
testNoResult() - Method in class org.apache.jdo.tck.query.result.ShapeOfResult
 
testNoResultUnique() - Method in class org.apache.jdo.tck.query.result.ShapeOfResult
 
testNonSharedPC() - Method in class org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances
 
testNonUnique() - Method in class org.apache.jdo.tck.query.jdoql.NegativeRange
 
testNontransactionalWriteThrows() - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteThrows
Make sure that if NontransactionalWrite is not supported, an exception is thrown when setting NontransactionalWrite.
testNullTransientAndUndetachableIsDetachedFalse() - Method in class org.apache.jdo.tck.api.jdohelper.IsDetached
 
testObjectArrayParametersAPI() - Method in class org.apache.jdo.tck.query.delete.DeletePersistentAll
 
testObjectArrayParametersSingleString() - Method in class org.apache.jdo.tck.query.delete.DeletePersistentAll
 
testOptimisticCommit() - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticCommit
Create a nontransactional dirty instance, begin and commit an optimistic transaction, and check that the instance in the datastore has the value as changed by the transaction.
testOptimisticCommitConflict() - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticCommitConflict
Create a nontransactional dirty instance, begin and commit a conflicting transaction, begin and commit an optimistic transaction and check that the instance in the datastore has the value as changed by the conflicting transaction.
testOptimisticRollback() - Method in class org.apache.jdo.tck.lifecycle.NontransactionalWriteOptimisticRollback
Create a nontransactional dirty instance, begin and rollback a transaction, and check that the instance in the datastore has not been changed.
testPCInstance() - Method in class org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges
This tests that persistence-capable instances track changes or notify their owning instance that they are dirty
testPackageJDO() - Method in class org.apache.jdo.tck.query.api.MetadataSearchOrder
 
testPackageJDOInDefaultPackage() - Method in class org.apache.jdo.tck.query.api.MetadataSearchOrder
 
testPackageORM() - Method in class org.apache.jdo.tck.query.api.MetadataSearchOrder
 
testParameter() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testPassingNullToEvictAllThrowsException() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToEvictAllThrowsException
 
testPassingNullToRefreshAllThrowsException() - Method in class org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToRefreshAllThrowsException
 
testPositive() - Method in class org.apache.jdo.tck.query.api.ChangeQuery
 
testPositive() - Method in class org.apache.jdo.tck.query.api.Close
 
testPositive() - Method in class org.apache.jdo.tck.query.api.CloseAll
 
testPositive() - Method in class org.apache.jdo.tck.query.api.CompileQuery
 
testPositive() - Method in class org.apache.jdo.tck.query.api.DeclareParameters
 
testPositive() - Method in class org.apache.jdo.tck.query.api.ExecuteQuery
 
testPositive() - Method in class org.apache.jdo.tck.query.api.ExecuteQueryWithArray
 
testPositive() - Method in class org.apache.jdo.tck.query.api.ExecuteQueryWithMap
 
testPositive() - Method in class org.apache.jdo.tck.query.api.NewNamedQuery
 
testPositive() - Method in class org.apache.jdo.tck.query.api.NewQueryFromExistingQueryBoundToPMFromSameVendor
 
testPositive() - Method in class org.apache.jdo.tck.query.api.NewQueryFromRestoredSerializedQuery
 
testPositive() - Method in class org.apache.jdo.tck.query.api.NewQuerySingleString
 
testPositive() - Method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClass
 
testPositive() - Method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndCollection
 
testPositive() - Method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndExtent
 
testPositive() - Method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndFilter
 
testPositive() - Method in class org.apache.jdo.tck.query.api.NewQueryWithCandidateClassCollectionFilter
 
testPositive() - Method in class org.apache.jdo.tck.query.api.NewQueryWithExtent
 
testPositive() - Method in class org.apache.jdo.tck.query.api.NewQueryWithExtentAndFilter
 
testPositive() - Method in class org.apache.jdo.tck.query.api.NewQueryWithSpecifiedLanguageAndQuery
 
testPositive() - Method in class org.apache.jdo.tck.query.api.QueryExtentions
 
testPositive() - Method in class org.apache.jdo.tck.query.api.SetCandidateCollection
 
testPositive() - Method in class org.apache.jdo.tck.query.api.SetCandidateExtent
 
testPositive() - Method in class org.apache.jdo.tck.query.api.SetFilter
 
testPositive() - Method in class org.apache.jdo.tck.query.api.SetGrouping
 
testPositive() - Method in class org.apache.jdo.tck.query.api.SetOrdering
 
testPositive() - Method in class org.apache.jdo.tck.query.api.SetRange
 
testPositive() - Method in class org.apache.jdo.tck.query.api.SetResult
 
testPositive() - Method in class org.apache.jdo.tck.query.api.SetResultClass
 
testPositive() - Method in class org.apache.jdo.tck.query.api.SetUnique
 
testPositive() - Method in class org.apache.jdo.tck.query.api.SetterReplacePreviousValues
 
testPositive() - Method in class org.apache.jdo.tck.query.api.SingleStringQuery
 
testPositive() - Method in class org.apache.jdo.tck.query.api.UnmodifiableQuery
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.Cast
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.CharacterAndStringLiterals
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.ComparingCollectionFieldToNull
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.ComparingPersistentAndNonPersistentInstance
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.DenoteUniquenessInFilter
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.ExecutingMultipleQueriesSimultaneouslyIsThreadSafe
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.Having
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.IdentifiersEqualFieldNames
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.MultipleActiveQueryInstanceInSamePersistenceManager
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.MultipleIdenticalImports
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.NamespaceOfIdentifiers
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.NavigationThroughACollectionField
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.NavigationThroughANullValuedField
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.NavigationThroughReferencesUsesDotOperator
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.NullCollectionsAndContainsMethod
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.NullCollectionsAndIsEmpty
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.OrderingSpecification
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.ParenthesesMarkOperatorPrecedence
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.PositiveRange
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.QueryIsSerializable
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.QueryResultPassedToAnotherQuery
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.QueryWithNoFilter
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.RangeAsString
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.SeparateNamespaceForTypeNames
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.WhiteSpaceIsACharacterAndIgnored
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.keywords.KeywordsAsFieldNames
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.keywords.SingleString
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.keywords.ThisIsReservedWordForElementOfCollection
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.keywords.UppercaseLowercase
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.methods.StartsWithAndEndsWith
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.BinaryAddition
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.BinarySubtraction
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.BitwiseComplement
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalAND
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalOR
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.ConditionalAND
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.ConditionalOR
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.Division
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenDateFieldsAndParameters
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenPrimitivesAndWrapperInstances
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenStringFieldsAndParameters
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.Instanceof
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.LogicalComplement
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.Modulo
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.Multiplication
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.PromotionOfNumericOperands
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.SignInversion
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.StringConcatenation
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.operators.UnaryPlus
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.parameters.MixedParameters
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.parameters.OrderOfParameters
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.parameters.PrimitiveParameterPassedAsNull
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.variables.MixedVariables
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.variables.UnconstrainedVariable
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.variables.VariablesAndFields
 
testPositive() - Method in class org.apache.jdo.tck.query.jdoql.variables.VariablesWithoutExtent
 
testPositive() - Method in class org.apache.jdo.tck.query.result.DefaultResult
 
testPositive() - Method in class org.apache.jdo.tck.query.result.DistinctQuery
 
testPositive() - Method in class org.apache.jdo.tck.query.result.Grouping
 
testPositive() - Method in class org.apache.jdo.tck.query.result.ImmutableQueryResult
 
testPositive() - Method in class org.apache.jdo.tck.query.result.NPEInResultExpr
 
testPositive() - Method in class org.apache.jdo.tck.query.result.Unique
 
testPositive() - Method in class org.apache.jdo.tck.query.sql.NewQuery
 
testPositve() - Method in class org.apache.jdo.tck.query.jdoql.keywords.UseOfThisToAcessHiddenField
 
testPositve() - Method in class org.apache.jdo.tck.query.jdoql.parameters.ParameterDeclaredWithSameNameAsFieldOfCandidateClass
 
testPut() - Method in class org.apache.jdo.tck.query.result.ResultClassRequirements
 
testPutKey() - Method in class org.apache.jdo.tck.api.persistencemanager.GetPutRemoveUserObject
 
testQuery() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanQuery
 
testRange() - Method in class org.apache.jdo.tck.query.jdoql.parameters.ImplicitParameters
 
testRefresh() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanRefresh
 
testRefreshAllArray() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanRefresh
 
testRefreshAllCollection() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanRefresh
 
testRelationshipsAPI() - Method in class org.apache.jdo.tck.query.delete.DeleteCallback
 
testRelationshipsSingleString() - Method in class org.apache.jdo.tck.query.delete.DeleteCallback
 
testRemoveKey() - Method in class org.apache.jdo.tck.api.persistencemanager.GetPutRemoveUserObject
 
testResult() - Method in class org.apache.jdo.tck.query.jdoql.parameters.ImplicitParameters
 
testResultClass() - Method in class org.apache.jdo.tck.query.sql.ShapeOfResult
 
testRetrieve() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanRetrieve
 
testRetrieveAllArray() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanRetrieve
 
testRetrieveAllCollection() - Method in class org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanRetrieve
 
testSUM() - Method in class org.apache.jdo.tck.query.result.AggregateResult
 
testSetClass() - Method in class org.apache.jdo.tck.query.sql.AllowedAPIMethods
 
testSetResultClass() - Method in class org.apache.jdo.tck.query.sql.AllowedAPIMethods
 
testSetUnique() - Method in class org.apache.jdo.tck.query.sql.AllowedAPIMethods
 
testSharedPC() - Method in class org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances
 
testSignatures() - Method in class org.apache.jdo.tck.api.SignatureTest
Runs the API Signature Test.
testSingleColumn() - Method in class org.apache.jdo.tck.query.sql.ShapeOfResult
 
testSingleExpression() - Method in class org.apache.jdo.tck.query.result.ShapeOfResult
 
testSingleExpressionUnique() - Method in class org.apache.jdo.tck.query.result.ShapeOfResult
 
testSingleFieldIdentityByte() - Method in class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
 
testSingleFieldIdentityCharacter() - Method in class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
 
testSingleFieldIdentityDate() - Method in class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
 
testSingleFieldIdentityInitializedByte() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityInitializedCharacter() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityInitializedDate() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityInitializedInteger() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityInitializedLong() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityInitializedShort() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityInitializedString() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityInitializedbyte() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityInitializedchar() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityInitializedint() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityInitializedlong() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityInitializedshort() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityInteger() - Method in class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
 
testSingleFieldIdentityLong() - Method in class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
 
testSingleFieldIdentityNotInitializedByte() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityNotInitializedCharacter() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityNotInitializedDate() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityNotInitializedInteger() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityNotInitializedLong() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityNotInitializedShort() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityNotInitializedString() - Method in class org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance
 
testSingleFieldIdentityShort() - Method in class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
 
testSingleFieldIdentityString() - Method in class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
 
testSingleFieldIdentitybyte() - Method in class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
 
testSingleFieldIdentitychar() - Method in class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
 
testSingleFieldIdentityint() - Method in class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
 
testSingleFieldIdentitylong() - Method in class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
 
testSingleFieldIdentityshort() - Method in class org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId
 
testSingleString() - Method in class org.apache.jdo.tck.query.delete.DeleteQueryElements
 
testSize() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedCollectionMethods
 
testSize() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedMapMethods
 
testSqrt() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedMathMethods
 
testStartsWith() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods
 
testState(PCPoint, int, String) - Method in class org.apache.jdo.tck.api.persistencemanager.PersistenceManagerTest
 
testState(PCPoint2, int, String) - Method in class org.apache.jdo.tck.api.persistencemanager.PersistenceManagerTest
 
testStore() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerStore
This test creates a new persistent instance and commits it.
testSubstringInt() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods
 
testSubstringIntInt() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods
 
testSucceeded - Variable in class org.apache.jdo.tck.JDO_Test
 
testSum() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testThis() - Method in class org.apache.jdo.tck.query.result.DefaultUnique
 
testThis() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testThisAsC() - Method in class org.apache.jdo.tck.query.result.ShapeOfResult
 
testThisAsCUnique() - Method in class org.apache.jdo.tck.query.result.ShapeOfResult
 
testThreadSafe() - Method in class org.apache.jdo.tck.api.persistencemanager.ThreadSafe
 
testToLowerCase() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods
 
testToUpperCase() - Method in class org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods
 
testTransactionalInst() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalAllFails
 
testTransactionalInst() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalIsImmediate
 
testTransactionalInst() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalTransientCleanInstance
 
testTransactionalInst() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactional
 
testTransactionalInst() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalAllFails
 
testTransactionalInst() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalIsImmediate
 
testTransactionalInst() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalPriorToTransactionRolledback
 
testTransactionalInst() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalWithinTransactionRolledback
 
testTransactionalInstance() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalPersistentCleanInstance
 
testTransactionalInstance() - Method in class org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalANontransactionalPersistentInstance
 
testTransientTransactionalInstanceRetainsValuesAtCommit() - Method in class org.apache.jdo.tck.api.persistencemanager.TransientTransactionalInstanceRetainsValuesAtCommit
 
testUnique() - Method in class org.apache.jdo.tck.query.jdoql.NegativeRange
 
testUnique() - Method in class org.apache.jdo.tck.query.result.NullResults
 
testUserDefinedResultClass() - Method in class org.apache.jdo.tck.query.result.ResultClassRequirements
 
testValidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFile
 
testValidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFileAndClassLoader
 
testValidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocation
 
testValidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocationAndClassLoader
 
testValidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResource
 
testValidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResourceAndClassLoader
 
testValidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStream
 
testValidGetPMF() - Method in class org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStreamAndClassLoader
 
testVariable() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
testVariableField() - Method in class org.apache.jdo.tck.query.result.ResultExpressions
 
thirdObj - Variable in class org.apache.jdo.tck.pc.inheritance.AllPersist3
 
thirdObj - Variable in class org.apache.jdo.tck.pc.inheritance.TopNonPersistF
 
thirdObj - Variable in class org.apache.jdo.tck.pc.inheritance.TopPersistF
 
timeStamp - Variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
toString() - Method in class org.apache.jdo.tck.pc.company.Address.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.company.Address
Returns a String representation of a Adress object.
toString() - Method in class org.apache.jdo.tck.pc.company.Company.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.company.Company
Returns a String representation of a Company object.
toString() - Method in class org.apache.jdo.tck.pc.company.DentalInsurance
Returns a String representation of a DentalInsurance object.
toString() - Method in class org.apache.jdo.tck.pc.company.Department.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.company.Department
Returns a String representation of a Department object.
toString() - Method in class org.apache.jdo.tck.pc.company.Employee
Return a String representation of a Employee object.
toString() - Method in class org.apache.jdo.tck.pc.company.FullTimeEmployee
Return a String representation of a FullTimeEmployee object.
toString() - Method in class org.apache.jdo.tck.pc.company.Insurance.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.company.Insurance
Returns a String representation of a Insurance object.
toString() - Method in class org.apache.jdo.tck.pc.company.MedicalInsurance
Returns a String representation of a MedicalInsurance object.
toString() - Method in class org.apache.jdo.tck.pc.company.PartTimeEmployee
Returns a String representation of a PartTimeEmployee object.
toString() - Method in class org.apache.jdo.tck.pc.company.Person.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.company.Person
Returns a String representation of a Person object.
toString() - Method in class org.apache.jdo.tck.pc.company.Project.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.company.Project
Returns a String representation of a Project object.
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.AllTypes.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.ListCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.SetCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.SimpleClass.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.inheritance.AllPersist.Id
 
toString() - Method in class org.apache.jdo.tck.pc.inheritance.FieldSameName.Id
 
toString() - Method in class org.apache.jdo.tck.pc.inheritance.TopNonPersistB.Id
 
toString() - Method in class org.apache.jdo.tck.pc.inheritance.TopPersist.Id
 
toString() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass.KeyClass
 
toString() - Method in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass.KeyClass
 
toString() - Method in class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.mylib.PCClass.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.mylib.PCClass
 
toString() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint
 
toString() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
toString() - Method in class org.apache.jdo.tck.pc.mylib.PCRect.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.mylib.PCRect
 
toString() - Method in class org.apache.jdo.tck.pc.mylib.Point
 
toString() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.mylib.PrimitiveTypes
 
toString() - Method in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint
 
toString() - Method in class org.apache.jdo.tck.pc.shoppingcart.Cart.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.shoppingcart.CartEntry.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.shoppingcart.Product.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.shoppingcart.Undetachable.Oid
 
toString() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.AbstractPCPointSingleField
 
toString() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte
 
toString() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter
 
toString() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate
 
toString() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger
 
toString() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong
 
toString() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivebyte
 
toString() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivechar
 
toString() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveint
 
toString() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivelong
 
toString() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveshort
 
toString() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort
 
toString() - Method in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString
 
toString() - Method in class org.apache.jdo.tck.query.QueryElementHolder
Returns the single string JDOQL representation.
toString() - Method in class org.apache.jdo.tck.query.result.classes.FullName
 
toString() - Method in class org.apache.jdo.tck.query.result.classes.LongString
 
toString() - Method in class org.apache.jdo.tck.query.result.classes.MissingNoArgsConstructor
 
toString() - Method in class org.apache.jdo.tck.query.result.classes.PublicLongField
 
toString() - Method in class org.apache.jdo.tck.query.result.classes.PublicPutMethod
 
toString() - Method in class org.apache.jdo.tck.util.ResultSummary
 
toStringArray(Object[]) - Static method in class org.apache.jdo.tck.util.ConversionHelper
Converts the given array to a string array.
toUtilDate(String, String, Locale, String) - Static method in class org.apache.jdo.tck.util.ConversionHelper
Converts the given value to a Date.
transactionActive - Static variable in class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass
 
transitions - Static variable in class org.apache.jdo.tck.lifecycle.StateTransitions
State transitions
tx - Variable in class org.apache.jdo.tck.query.jdoql.operators.ComparisonTests
 

U

UnaryPlus - class org.apache.jdo.tck.query.jdoql.operators.UnaryPlus.
Title: Unary Addition Query Operator
Keywords: query
Assertion ID: A14.6.2-25.
UnaryPlus() - Constructor for class org.apache.jdo.tck.query.jdoql.operators.UnaryPlus
 
UnconstrainedVariable - class org.apache.jdo.tck.query.jdoql.variables.UnconstrainedVariable.
Title: Unconstrained Variables.
UnconstrainedVariable() - Constructor for class org.apache.jdo.tck.query.jdoql.variables.UnconstrainedVariable
 
Undetachable - class org.apache.jdo.tck.pc.shoppingcart.Undetachable.
This class is a token undetachable class.
Undetachable() - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Undetachable
 
Undetachable(long) - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Undetachable
 
Undetachable.Oid - class org.apache.jdo.tck.pc.shoppingcart.Undetachable.Oid.
 
Undetachable.Oid() - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Undetachable.Oid
 
Undetachable.Oid(String) - Constructor for class org.apache.jdo.tck.pc.shoppingcart.Undetachable.Oid
 
Unique - class org.apache.jdo.tck.query.result.Unique.
Title: Unique.
Unique() - Constructor for class org.apache.jdo.tck.query.result.Unique
 
UnmodifiableQuery - class org.apache.jdo.tck.query.api.UnmodifiableQuery.
Title: Unmodifiable Query.
UnmodifiableQuery() - Constructor for class org.apache.jdo.tck.query.api.UnmodifiableQuery
 
UppercaseLowercase - class org.apache.jdo.tck.query.jdoql.keywords.UppercaseLowercase.
Title: Keywords in uppercase and lowercase.
UppercaseLowercase() - Constructor for class org.apache.jdo.tck.query.jdoql.keywords.UppercaseLowercase
 
UseOfThisToAcessHiddenField - class org.apache.jdo.tck.query.jdoql.keywords.UseOfThisToAcessHiddenField.
Title: Use of this to Access Hidden Field
Keywords: query
Assertion ID: A14.4-4.
UseOfThisToAcessHiddenField() - Constructor for class org.apache.jdo.tck.query.jdoql.keywords.UseOfThisToAcessHiddenField
 
uncaughtException(Thread, Throwable) - Method in class org.apache.jdo.tck.util.ThreadExceptionHandler
Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception.
upperLeft - Variable in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
The persistent instances used in the test.
upperLeft - Variable in class org.apache.jdo.tck.pc.mylib.PCRect
 
upperLeftGroup - Variable in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
 
upperLeftoid - Variable in class org.apache.jdo.tck.api.persistencemanager.fetchplan.AbstractFetchPlanTest
The oids of the persistent instances used in the test.
userTypeName(String) - Static method in class org.apache.jdo.tck.util.signature.TypeHelper
Returns the (Java) user name for a reflection type name.
userTypeNames(String[]) - Static method in class org.apache.jdo.tck.util.signature.TypeHelper
Returns the (Java) user names for reflection type names.

V

VariableDeclaredWithSameNameAsFieldOfCandidateClass - class org.apache.jdo.tck.query.jdoql.variables.VariableDeclaredWithSameNameAsFieldOfCandidateClass.
Title: Variable Declared with Same Name as Field of Candidate Class
Keywords: query
Assertion ID: A14.4-3.
VariableDeclaredWithSameNameAsFieldOfCandidateClass() - Constructor for class org.apache.jdo.tck.query.jdoql.variables.VariableDeclaredWithSameNameAsFieldOfCandidateClass
 
VariableInResult - class org.apache.jdo.tck.query.result.VariableInResult.
Title: Variable in Result.
VariableInResult() - Constructor for class org.apache.jdo.tck.query.result.VariableInResult
 
VariablesAndFields - class org.apache.jdo.tck.query.jdoql.variables.VariablesAndFields.
Title: Variables and Fields.
VariablesAndFields() - Constructor for class org.apache.jdo.tck.query.jdoql.variables.VariablesAndFields
 
VariablesWithoutExtent - class org.apache.jdo.tck.query.jdoql.variables.VariablesWithoutExtent.
Title: Variables without Extent.
VariablesWithoutExtent() - Constructor for class org.apache.jdo.tck.query.jdoql.variables.VariablesWithoutExtent
 
VectorCollections - class org.apache.jdo.tck.pc.fieldtypes.VectorCollections.
 
VectorCollections() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorCollections.Oid - class org.apache.jdo.tck.pc.fieldtypes.VectorCollections.Oid.
 
VectorCollections.Oid() - Constructor for class org.apache.jdo.tck.pc.fieldtypes.VectorCollections.Oid
 
VectorCollections.Oid(String) - Constructor for class org.apache.jdo.tck.pc.fieldtypes.VectorCollections.Oid
 
VectorOfBigDecimal18 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfBigDecimal19 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfBigDecimal20 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfBigInteger21 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfBigInteger22 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfBigInteger23 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfByte24 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfByte25 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfByte26 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfDate12 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfDate13 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfDate14 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfDouble27 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfDouble28 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfDouble29 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfFloat30 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfFloat31 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfFloat32 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfInteger33 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfInteger34 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfInteger35 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfLocale15 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfLocale16 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfLocale17 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfLong36 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfLong37 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfLong38 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfObject0 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfObject1 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfObject2 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfShort39 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfShort40 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfShort41 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfSimpleClass3 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfSimpleClass4 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfSimpleClass42 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfSimpleClass5 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfSimpleInterface6 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfSimpleInterface7 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfSimpleInterface8 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfString10 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfString11 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VectorOfString9 - Variable in class org.apache.jdo.tck.pc.fieldtypes.VectorCollections
 
VersionedPCPoint - class org.apache.jdo.tck.pc.mylib.VersionedPCPoint.
A simple class with two fields for application identity
VersionedPCPoint() - Constructor for class org.apache.jdo.tck.pc.mylib.VersionedPCPoint
 
VersionedPCPoint(int, int) - Constructor for class org.apache.jdo.tck.pc.mylib.VersionedPCPoint
 
VersionedPCPoint(int, Integer) - Constructor for class org.apache.jdo.tck.pc.mylib.VersionedPCPoint
 
VersionedPCPoint.Oid - class org.apache.jdo.tck.pc.mylib.VersionedPCPoint.Oid.
 
VersionedPCPoint.Oid() - Constructor for class org.apache.jdo.tck.pc.mylib.VersionedPCPoint.Oid
 
VersionedPCPoint.Oid(String) - Constructor for class org.apache.jdo.tck.pc.mylib.VersionedPCPoint.Oid
 
verify(VersionedPCPoint, int) - Method in class org.apache.jdo.tck.api.persistencemanager.OptimisticFailure
 
verifyCallbacks(String, int[]) - Method in class org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl
Verify the actual sequence of callbacks and listeners against the expected.
veryLargeNegativeInt - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 
veryLargePositiveInt - Static variable in class org.apache.jdo.tck.pc.fieldtypes.AllTypes
 

W

WhenNontransactionalReadIsFalse - class org.apache.jdo.tck.transactions.WhenNontransactionalReadIsFalse.
Title: When Nontransactional Read Is False
Keywords: transactions
Assertion ID: A13.4.2-10.
WhenNontransactionalReadIsFalse() - Constructor for class org.apache.jdo.tck.transactions.WhenNontransactionalReadIsFalse
 
WhiteSpaceIsACharacterAndIgnored - class org.apache.jdo.tck.query.jdoql.WhiteSpaceIsACharacterAndIgnored.
Title: White Space is a Character and is Ignored
Keywords: query
Assertion ID: A14.6.2-6.
WhiteSpaceIsACharacterAndIgnored() - Constructor for class org.apache.jdo.tck.query.jdoql.WhiteSpaceIsACharacterAndIgnored
 
wasClearCalled() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
wasPostAttachCalled() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach.PC
 
wasPostDetachCalled() - Method in class org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach.PC
 
wasPostLoadCalled() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
wasPreDeleteCalled() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
wasPreStoreCalled() - Method in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
writeField(int) - Method in class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj
 
writeNonmanagedField(int) - Method in class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj
 

X

x - Variable in class org.apache.jdo.tck.pc.mylib.PCPoint
 
x - Variable in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
x - Variable in class org.apache.jdo.tck.pc.mylib.Point
 
x - Variable in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint
 
x - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte
 
x - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter
 
x - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate
 
x - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger
 
x - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong
 
x - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivebyte
 
x - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivechar
 
x - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveint
 
x - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivelong
 
x - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveshort
 
x - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort
 
x - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString
 

Y

y - Variable in class org.apache.jdo.tck.pc.mylib.PCPoint
 
y - Variable in class org.apache.jdo.tck.pc.mylib.PCPoint2
 
y - Variable in class org.apache.jdo.tck.pc.mylib.Point
 
y - Variable in class org.apache.jdo.tck.pc.mylib.VersionedPCPoint
 
y - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte
 
y - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter
 
y - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate
 
y - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger
 
y - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong
 
y - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivebyte
 
y - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivechar
 
y - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveint
 
y - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivelong
 
y - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveshort
 
y - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort
 
y - Variable in class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y

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