jar

org.apache.jdo : jdo2-tck

Maven & Gradle

Feb 28, 2006

JDO2 Technology Compatibility Kit · The Java Data Objects 2.0 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request JSR 243 under the auspices of the Java Community Process. The JDO TCK is a test suite designed to test implementations of the Java Data Objects specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK. NOTE!! There are no unit tests in this project.

Table Of Contents

Latest Version

Download org.apache.jdo : jdo2-tck JAR file - Latest Versions:

All Versions

Download org.apache.jdo : jdo2-tck JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jdo2-tck-2.0-rc1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.jdo.tck.models.inheritance

├─ org.apache.jdo.tck.models.inheritance.FieldWithSameNameInSuperclass.class - [JAR]

├─ org.apache.jdo.tck.models.inheritance.NonPersistentFieldsAreNonPersistentInSubclasses.class - [JAR]

├─ org.apache.jdo.tck.models.inheritance.NonpersistentSuperClass.class - [JAR]

├─ org.apache.jdo.tck.models.inheritance.PersistenceCapableFlexibilityInInheritanceHierarchy.class - [JAR]

├─ org.apache.jdo.tck.models.inheritance.PersistentFieldsArePersistentInSubClasses.class - [JAR]

├─ org.apache.jdo.tck.models.inheritance.TestParts.class - [JAR]

├─ org.apache.jdo.tck.models.inheritance.TransactionalFieldsAreTransactionalInSubclasses.class - [JAR]

org.apache.jdo.tck.lifecycle

├─ org.apache.jdo.tck.lifecycle.HollowInstanceMaintainsPK.class - [JAR]

├─ org.apache.jdo.tck.lifecycle.MultiplePMsReturnInstancesRepresentingSamePC.class - [JAR]

├─ org.apache.jdo.tck.lifecycle.ObjectIdNotModifiedWhenObjectIdInstanceModified.class - [JAR]

├─ org.apache.jdo.tck.lifecycle.PMReturnsIdenticalInstancesForEqualObjIds.class - [JAR]

├─ org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances.class - [JAR]

├─ org.apache.jdo.tck.lifecycle.StateTransitions.class - [JAR]

├─ org.apache.jdo.tck.lifecycle.TransientTransactionalStateCommit.class - [JAR]

├─ org.apache.jdo.tck.lifecycle.TransientTransactionalStateRollback.class - [JAR]

org.apache.jdo.tck.api.instancecallbacks

├─ org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.AccessOtherInstancesInPrestore.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.AccessingFieldsInPredelete.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.CallingJdoPostload.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.CallingJdoPreclear.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.CallingJdoPredelete.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.CallingJdoPrestore.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerClear.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerCreate.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDelete.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDetach.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerDirty.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerLoad.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerStore.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.ModificationOfNontransactionalNonpersistentFields.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.NoAccessToFieldsAfterPredelete.class - [JAR]

├─ org.apache.jdo.tck.api.instancecallbacks.TestParts.class - [JAR]

org.apache.jdo.tck.query.jdoql.parameters

├─ org.apache.jdo.tck.query.jdoql.parameters.BoundParameterCheck.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.parameters.ImplicitParameters.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.parameters.MixedParameters.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.parameters.OrderOfParameters.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.parameters.ParameterBoundToDifferentPM.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.parameters.ParameterDeclaredWithSameNameAsFieldOfCandidateClass.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.parameters.PrimitiveParameterPassedAsNull.class - [JAR]

org.apache.jdo.tck.pc.inheritance

├─ org.apache.jdo.tck.pc.inheritance.AllPersist.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.AllPersist2.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.AllPersist3.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.AllPersist4.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.Constants.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.FieldSameName.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.FieldSameName2.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.FieldSameName3.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.FieldSameName4.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopNonPersist.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopNonPersistB.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopNonPersistC.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopNonPersistD.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopNonPersistE.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopNonPersistF.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopNonPersistG.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopNonPersistH.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopPersist.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopPersistC.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopPersistD.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopPersistE.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopPersistF.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopPersistG.class - [JAR]

├─ org.apache.jdo.tck.pc.inheritance.TopPersistH.class - [JAR]

org.apache.jdo.tck.api.persistencemanagerfactory

├─ org.apache.jdo.tck.api.persistencemanagerfactory.AbstractGetPMF.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.AfterCloseGetPMThrowsException.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.AfterCloseSetMethodsThrowException.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.AfterGetPersistenceManagerNoSetMethodsSucceed.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.Close.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.CloseFailsIfTransactionActive.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.CloseWithoutPermissionThrowsSecurityException.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFile.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByFileAndClassLoader.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocation.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByJNDILocationAndClassLoader.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResource.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByResourceAndClassLoader.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStream.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.GetPMFByStreamAndClassLoader.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManager.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerFactoryByPropertiesInstance.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerForUser.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.GetProperties.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionPassword.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionURL.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.SetConnectionUserName.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.SetIgnoreCache.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.SetMultithreaded.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.SetNonTransactionalRead.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.SetNonTransactionalWrite.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.SetOptimistic.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.SetRetainValues.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanagerfactory.SupportedOptions.class - [JAR]

org.apache.jdo.tck.api.persistencemanager.flags

├─ org.apache.jdo.tck.api.persistencemanager.flags.GetIgnoreCache.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.flags.SetIgnoreCacheToFalse.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.flags.SetIgnoreCacheToTrue.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.flags.SetMultithreadedFalse.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.flags.SetMultithreadedTrue.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.flags.SettingFlagsWithTransactionInstance.class - [JAR]

org.apache.jdo.tck.enhancement

├─ org.apache.jdo.tck.enhancement.EnhancerTest.class - [JAR]

├─ org.apache.jdo.tck.enhancement.FieldAccessModified.class - [JAR]

├─ org.apache.jdo.tck.enhancement.ImplementsPersistenceCapable.class - [JAR]

org.apache.jdo.tck.query.jdoql

├─ org.apache.jdo.tck.query.jdoql.AssignmentPrePostIncrementDecrementNotSupported.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.Cast.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.CharacterAndStringLiterals.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.ComparingCollectionFieldToNull.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.ComparingPersistentAndNonPersistentInstance.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.DenoteUniquenessInFilter.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.ExecuteQueryWhenPersistenceManagerIsClosed.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.ExecutingMultipleQueriesSimultaneouslyIsThreadSafe.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.ExecutingQueryWhenNoTransactionNoNontransactionalRead.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.Having.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.IdentifiersEqualFieldNames.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.IgnoreCacheFalse.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.MultipleActiveQueryInstanceInSamePersistenceManager.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.MultipleIdenticalImports.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.NamespaceOfIdentifiers.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.NavigationThroughACollectionField.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.NavigationThroughANullValuedField.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.NavigationThroughReferencesUsesDotOperator.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.NegativeRange.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.NullCollectionsAndContainsMethod.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.NullCollectionsAndIsEmpty.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.OrderingSpecification.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.ParenthesesMarkOperatorPrecedence.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.PositiveRange.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.QueryIsSerializable.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.QueryResultPassedToAnotherQuery.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.QueryWithNoFilter.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.RangeAsString.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.RestoredSerializedQueryInstanceLosesAssociationWithPM.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.SeparateNamespaceForTypeNames.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.WhiteSpaceIsACharacterAndIgnored.class - [JAR]

org.apache.jdo.tck.query.jdoql.variables

├─ org.apache.jdo.tck.query.jdoql.variables.MixedVariables.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.variables.UnconstrainedVariable.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.variables.VariableDeclaredWithSameNameAsFieldOfCandidateClass.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.variables.VariablesAndFields.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.variables.VariablesWithoutExtent.class - [JAR]

org.apache.jdo.tck.api.persistencemanager.getobject

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectById.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceInCache.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceInCacheNoStateChange.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInCache.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInCacheNoTx.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNoValidationInstanceNotInDatastore.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdNotResolved.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceInCache.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceInCacheNotInDatastore.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectByIdWithValidationInstanceNotInCacheNotInDatastore.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectId.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdClass.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdClassForAbstractOrNonPersistenceCapableClass.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdForNullOrNotPersistent.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.getobject.GetObjectIdWithApplicationModifyingIdentity.class - [JAR]

org.apache.jdo.tck.query.sql

├─ org.apache.jdo.tck.query.sql.AllowedAPIMethods.class - [JAR]

├─ org.apache.jdo.tck.query.sql.NewQuery.class - [JAR]

├─ org.apache.jdo.tck.query.sql.NoCandidateClass.class - [JAR]

├─ org.apache.jdo.tck.query.sql.ShapeOfResult.class - [JAR]

org.apache.jdo.tck.api.jdohelper

├─ org.apache.jdo.tck.api.jdohelper.GetObjectId.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.GetObjectIdForNull.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.GetObjectIdForTransient.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.GetObjectIdNotPersistenceCapable.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.GetObjectIds.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.GetPersistenceManager.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerForNull.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerForTransient.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.GetPersistenceManagerNotPersistenceCapable.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectId.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectIdForNull.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectIdForTransient.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.GetTransactionalObjectIdNotPersistenceCapable.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsDeleted.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsDeletedFalse.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsDeletedForNull.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsDeletedForTransient.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsDeletedNotPersistenceCapable.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsDetached.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsDirty.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsDirtyFalse.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsDirtyForNull.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsDirtyForTransient.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsDirtyNotPersistenceCapable.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsNew.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsNewFalse.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsNewForNull.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsNewForTransient.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsNewNotPersistenceCapable.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsPersistent.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsPersistentFalse.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsPersistentForNull.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsPersistentForTransient.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsPersistentNotPersistenceCapable.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsTransactional.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsTransactionalFalse.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsTransactionalForNull.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsTransactionalForTransient.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.IsTransactionalNotPersistenceCapable.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.MakeDirty.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.MakeDirtyForNull.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.MakeDirtyForTransient.class - [JAR]

├─ org.apache.jdo.tck.api.jdohelper.MakeDirtyNotPersistenceCapable.class - [JAR]

org.apache.jdo.tck.pc.lifecycle

├─ org.apache.jdo.tck.pc.lifecycle.StateTransitionObj.class - [JAR]

org.apache.jdo.tck.pc.query

├─ org.apache.jdo.tck.pc.query.JDOQLKeywordsAsFieldNames.class - [JAR]

├─ org.apache.jdo.tck.pc.query.NoExtent.class - [JAR]

org.apache.jdo.tck.query.result.classes

├─ org.apache.jdo.tck.query.result.classes.FullName.class - [JAR]

├─ org.apache.jdo.tck.query.result.classes.LongString.class - [JAR]

├─ org.apache.jdo.tck.query.result.classes.MissingNoArgsConstructor.class - [JAR]

├─ org.apache.jdo.tck.query.result.classes.NoFieldsNoMethods.class - [JAR]

├─ org.apache.jdo.tck.query.result.classes.PublicLongField.class - [JAR]

├─ org.apache.jdo.tck.query.result.classes.PublicPutMethod.class - [JAR]

org.apache.jdo.tck.api.persistencecapable

├─ org.apache.jdo.tck.api.persistencecapable.AbstractPersistenceCapableTest.class - [JAR]

├─ org.apache.jdo.tck.api.persistencecapable.CopyKeyFieldsFromObjectId.class - [JAR]

├─ org.apache.jdo.tck.api.persistencecapable.NewObjectIdInstance.class - [JAR]

org.apache.jdo.tck

├─ org.apache.jdo.tck.JDO_Test.class - [JAR]

org.apache.jdo.tck.pc.mylib

├─ org.apache.jdo.tck.pc.mylib.MylibReader.class - [JAR]

├─ org.apache.jdo.tck.pc.mylib.PCClass.class - [JAR]

├─ org.apache.jdo.tck.pc.mylib.PCPoint.class - [JAR]

├─ org.apache.jdo.tck.pc.mylib.PCPoint2.class - [JAR]

├─ org.apache.jdo.tck.pc.mylib.PCRect.class - [JAR]

├─ org.apache.jdo.tck.pc.mylib.Point.class - [JAR]

├─ org.apache.jdo.tck.pc.mylib.PrimitiveTypes.class - [JAR]

├─ org.apache.jdo.tck.pc.mylib.VersionedPCPoint.class - [JAR]

org.apache.jdo.tck.api.persistencemanager.lifecycle

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalAllFails.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalDirtyInstance.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalIsImmediate.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalPersistentCleanInstance.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeNontransactionalTransientCleanInstance.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistent.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAllFails.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAndInstancesNotReachable.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentAssignsObjectId.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentFailsIfInstanceManagedByAnotherPersistenceManager.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistentHasNoEffectOnPersistentInstances.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactional.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalANontransactionalPersistentInstance.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalAllFails.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalIsImmediate.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalPriorToTransactionRolledback.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransactionalWithinTransactionRolledback.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransient.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientAllFails.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientCausesLossOfIdentity.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientFailsWithDirtyInstance.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientFieldsPreservedUnchanged.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientHasNoEffectOnTransientInstances.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.lifecycle.MakeTransientNotSubjectToRollback.class - [JAR]

org.apache.jdo.tck.query.api

├─ org.apache.jdo.tck.query.api.ChangeQuery.class - [JAR]

├─ org.apache.jdo.tck.query.api.Close.class - [JAR]

├─ org.apache.jdo.tck.query.api.CloseAll.class - [JAR]

├─ org.apache.jdo.tck.query.api.CompileQuery.class - [JAR]

├─ org.apache.jdo.tck.query.api.DeclareImports.class - [JAR]

├─ org.apache.jdo.tck.query.api.DeclareParameters.class - [JAR]

├─ org.apache.jdo.tck.query.api.DeclareVariables.class - [JAR]

├─ org.apache.jdo.tck.query.api.ExecuteQuery.class - [JAR]

├─ org.apache.jdo.tck.query.api.ExecuteQueryWithArray.class - [JAR]

├─ org.apache.jdo.tck.query.api.ExecuteQueryWithMap.class - [JAR]

├─ org.apache.jdo.tck.query.api.GetFetchPlan.class - [JAR]

├─ org.apache.jdo.tck.query.api.GetIgnoreCache.class - [JAR]

├─ org.apache.jdo.tck.query.api.GetPersistenceManager.class - [JAR]

├─ org.apache.jdo.tck.query.api.GetPersistenceManagerFromRestoredSerializedQuery.class - [JAR]

├─ org.apache.jdo.tck.query.api.InvalidNamedQuery.class - [JAR]

├─ org.apache.jdo.tck.query.api.MetadataSearchOrder.class - [JAR]

├─ org.apache.jdo.tck.query.api.NamedQueryNotFound.class - [JAR]

├─ org.apache.jdo.tck.query.api.NewNamedQuery.class - [JAR]

├─ org.apache.jdo.tck.query.api.NewQueryFromExistingQueryBoundToPMFromSameVendor.class - [JAR]

├─ org.apache.jdo.tck.query.api.NewQueryFromRestoredSerializedQuery.class - [JAR]

├─ org.apache.jdo.tck.query.api.NewQuerySingleString.class - [JAR]

├─ org.apache.jdo.tck.query.api.NewQueryWithCandidateClass.class - [JAR]

├─ org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndCollection.class - [JAR]

├─ org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndExtent.class - [JAR]

├─ org.apache.jdo.tck.query.api.NewQueryWithCandidateClassAndFilter.class - [JAR]

├─ org.apache.jdo.tck.query.api.NewQueryWithCandidateClassCollectionFilter.class - [JAR]

├─ org.apache.jdo.tck.query.api.NewQueryWithExtent.class - [JAR]

├─ org.apache.jdo.tck.query.api.NewQueryWithExtentAndFilter.class - [JAR]

├─ org.apache.jdo.tck.query.api.NewQueryWithSpecifiedLanguageAndQuery.class - [JAR]

├─ org.apache.jdo.tck.query.api.QueryExtentions.class - [JAR]

├─ org.apache.jdo.tck.query.api.SetCandidateCollection.class - [JAR]

├─ org.apache.jdo.tck.query.api.SetCandidateExtent.class - [JAR]

├─ org.apache.jdo.tck.query.api.SetFilter.class - [JAR]

├─ org.apache.jdo.tck.query.api.SetGrouping.class - [JAR]

├─ org.apache.jdo.tck.query.api.SetIgnoreCache.class - [JAR]

├─ org.apache.jdo.tck.query.api.SetOrdering.class - [JAR]

├─ org.apache.jdo.tck.query.api.SetRange.class - [JAR]

├─ org.apache.jdo.tck.query.api.SetResult.class - [JAR]

├─ org.apache.jdo.tck.query.api.SetResultClass.class - [JAR]

├─ org.apache.jdo.tck.query.api.SetUnique.class - [JAR]

├─ org.apache.jdo.tck.query.api.SetterReplacePreviousValues.class - [JAR]

├─ org.apache.jdo.tck.query.api.SingleStringQuery.class - [JAR]

├─ org.apache.jdo.tck.query.api.UnmodifiableQuery.class - [JAR]

org.apache.jdo.tck.lifecycle.nontransactional

├─ org.apache.jdo.tck.lifecycle.nontransactional.ModificationOfNontransactionalInstanceOutsideTransaction.class - [JAR]

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

├─ org.apache.jdo.tck.api.persistencemanager.detach.DetachTest.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.detach.GetDetachAllOnCommit.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.detach.SetDetachAllOnCommit.class - [JAR]

org.apache.jdo.tck.query.result

├─ org.apache.jdo.tck.query.result.AggregateResult.class - [JAR]

├─ org.apache.jdo.tck.query.result.DefaultResult.class - [JAR]

├─ org.apache.jdo.tck.query.result.DefaultUnique.class - [JAR]

├─ org.apache.jdo.tck.query.result.DistinctCandidateInstances.class - [JAR]

├─ org.apache.jdo.tck.query.result.DistinctQuery.class - [JAR]

├─ org.apache.jdo.tck.query.result.Grouping.class - [JAR]

├─ org.apache.jdo.tck.query.result.ImmutableQueryResult.class - [JAR]

├─ org.apache.jdo.tck.query.result.NPEInResultExpr.class - [JAR]

├─ org.apache.jdo.tck.query.result.NullResults.class - [JAR]

├─ org.apache.jdo.tck.query.result.ResultClassRequirements.class - [JAR]

├─ org.apache.jdo.tck.query.result.ResultExpressions.class - [JAR]

├─ org.apache.jdo.tck.query.result.ShapeOfResult.class - [JAR]

├─ org.apache.jdo.tck.query.result.Unique.class - [JAR]

├─ org.apache.jdo.tck.query.result.VariableInResult.class - [JAR]

org.apache.jdo.tck.mapping

├─ org.apache.jdo.tck.mapping.CompletenessTest.class - [JAR]

org.apache.jdo.tck.pc.singlefieldidentity

├─ org.apache.jdo.tck.pc.singlefieldidentity.AbstractPCPointSingleField.class - [JAR]

├─ org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte.class - [JAR]

├─ org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter.class - [JAR]

├─ org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate.class - [JAR]

├─ org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger.class - [JAR]

├─ org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong.class - [JAR]

├─ org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivebyte.class - [JAR]

├─ org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivechar.class - [JAR]

├─ org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveint.class - [JAR]

├─ org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivelong.class - [JAR]

├─ org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveshort.class - [JAR]

├─ org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort.class - [JAR]

├─ org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString.class - [JAR]

org.apache.jdo.tck.query.jdoql.keywords

├─ org.apache.jdo.tck.query.jdoql.keywords.InvalidUseOfKeywords.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.keywords.KeywordsAsFieldNames.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.keywords.SingleString.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.keywords.ThisIsReservedWordForElementOfCollection.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.keywords.UppercaseLowercase.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.keywords.UseOfThisToAcessHiddenField.class - [JAR]

org.apache.jdo.tck.pc.company

├─ org.apache.jdo.tck.pc.company.Address.class - [JAR]

├─ org.apache.jdo.tck.pc.company.Company.class - [JAR]

├─ org.apache.jdo.tck.pc.company.CompanyFactory.class - [JAR]

├─ org.apache.jdo.tck.pc.company.CompanyFactoryAbstractImpl.class - [JAR]

├─ org.apache.jdo.tck.pc.company.CompanyFactoryConcreteClass.class - [JAR]

├─ org.apache.jdo.tck.pc.company.CompanyFactoryPMInterface.class - [JAR]

├─ org.apache.jdo.tck.pc.company.CompanyFactoryRegistry.class - [JAR]

├─ org.apache.jdo.tck.pc.company.CompanyModelReader.class - [JAR]

├─ org.apache.jdo.tck.pc.company.DentalInsurance.class - [JAR]

├─ org.apache.jdo.tck.pc.company.Department.class - [JAR]

├─ org.apache.jdo.tck.pc.company.Employee.class - [JAR]

├─ org.apache.jdo.tck.pc.company.FullTimeEmployee.class - [JAR]

├─ org.apache.jdo.tck.pc.company.IAddress.class - [JAR]

├─ org.apache.jdo.tck.pc.company.ICompany.class - [JAR]

├─ org.apache.jdo.tck.pc.company.IDentalInsurance.class - [JAR]

├─ org.apache.jdo.tck.pc.company.IDepartment.class - [JAR]

├─ org.apache.jdo.tck.pc.company.IEmployee.class - [JAR]

├─ org.apache.jdo.tck.pc.company.IFullTimeEmployee.class - [JAR]

├─ org.apache.jdo.tck.pc.company.IInsurance.class - [JAR]

├─ org.apache.jdo.tck.pc.company.IMedicalInsurance.class - [JAR]

├─ org.apache.jdo.tck.pc.company.IPartTimeEmployee.class - [JAR]

├─ org.apache.jdo.tck.pc.company.IPerson.class - [JAR]

├─ org.apache.jdo.tck.pc.company.IProject.class - [JAR]

├─ org.apache.jdo.tck.pc.company.Insurance.class - [JAR]

├─ org.apache.jdo.tck.pc.company.MedicalInsurance.class - [JAR]

├─ org.apache.jdo.tck.pc.company.PartTimeEmployee.class - [JAR]

├─ org.apache.jdo.tck.pc.company.Person.class - [JAR]

├─ org.apache.jdo.tck.pc.company.Project.class - [JAR]

org.apache.jdo.tck.query

├─ org.apache.jdo.tck.query.QueryElementHolder.class - [JAR]

├─ org.apache.jdo.tck.query.QueryTest.class - [JAR]

org.apache.jdo.tck.pc.instancecallbacks

├─ org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass.class - [JAR]

├─ org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass.class - [JAR]

org.apache.jdo.tck.pc.fieldtypes

├─ org.apache.jdo.tck.pc.fieldtypes.AllTypes.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.ArrayCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.CollectionCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.FieldsOfString.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.HashSetCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.ListCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.SetCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.SimpleClass.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.SimpleInterface.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections.class - [JAR]

├─ org.apache.jdo.tck.pc.fieldtypes.VectorCollections.class - [JAR]

org.apache.jdo.tck.query.delete

├─ org.apache.jdo.tck.query.delete.DeleteCallback.class - [JAR]

├─ org.apache.jdo.tck.query.delete.DeletePersistentAll.class - [JAR]

├─ org.apache.jdo.tck.query.delete.DeleteQueryElements.class - [JAR]

org.apache.jdo.tck.util

├─ org.apache.jdo.tck.util.BatchResultPrinter.class - [JAR]

├─ org.apache.jdo.tck.util.BatchTestRunner.class - [JAR]

├─ org.apache.jdo.tck.util.ClassGenerator.class - [JAR]

├─ org.apache.jdo.tck.util.ConsoleFileOutput.class - [JAR]

├─ org.apache.jdo.tck.util.ConversionHelper.class - [JAR]

├─ org.apache.jdo.tck.util.DeepEquality.class - [JAR]

├─ org.apache.jdo.tck.util.EqualityHelper.class - [JAR]

├─ org.apache.jdo.tck.util.GetSupportedOptions.class - [JAR]

├─ org.apache.jdo.tck.util.JDOJdk14Logger.class - [JAR]

├─ org.apache.jdo.tck.util.ResultSummary.class - [JAR]

├─ org.apache.jdo.tck.util.TCKFileAppender.class - [JAR]

├─ org.apache.jdo.tck.util.TCKFileHandler.class - [JAR]

├─ org.apache.jdo.tck.util.TestSelector.class - [JAR]

├─ org.apache.jdo.tck.util.ThreadExceptionHandler.class - [JAR]

org.apache.jdo.tck.api.persistencemanager

├─ org.apache.jdo.tck.api.persistencemanager.ChangingObjectIdHasNoEffectOnInstance.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.ConcurrentPersistenceManagers.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.ConcurrentPersistenceManagersSameClasses.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.CurrentTransaction.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.DeletePersistent.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.DeletePersistentAllFails.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.DeletePersistentFailsIfInstanceIsTransient.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.DeletePersistentFailsIfInstanceManagedByAnotherPersistenceManager.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.DeletePersistentHasNoEffectOnDeletedInstances.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.GetPersistenceManagerFactory.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.GetPutRemoveUserObject.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.GetSetUserObject.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.GetTransactionalObjectIdWhenObjectIdBeingChanged.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.GetTransactionalObjectIdWithNoTransaction.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.NoPersistenceManagerIfTransient.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.ObjectIdUniqueAmongInstances.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.OneInstanceOfObjectPerPersistenceManager.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.OnePersistenceManagerIfPersistentOrTransactional.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.OptimisticFailure.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.PersistenceManagerTest.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.SameTransactionInstanceForAllCallsToCurrentTransaction.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.ThreadSafe.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.TransientTransactionalInstanceRetainsValuesAtCommit.class - [JAR]

org.apache.jdo.tck.models.embedded

├─ org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges.class - [JAR]

org.apache.jdo.tck.pc.shoppingcart

├─ org.apache.jdo.tck.pc.shoppingcart.Cart.class - [JAR]

├─ org.apache.jdo.tck.pc.shoppingcart.CartEntry.class - [JAR]

├─ org.apache.jdo.tck.pc.shoppingcart.Product.class - [JAR]

├─ org.apache.jdo.tck.pc.shoppingcart.Undetachable.class - [JAR]

org.apache.jdo.tck.transactions

├─ org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenCommitted.class - [JAR]

├─ org.apache.jdo.tck.transactions.AfterCompletionMethodCalledWhenRolledback.class - [JAR]

├─ org.apache.jdo.tck.transactions.AfterSetRollbackOnlyCommitFails.class - [JAR]

├─ org.apache.jdo.tck.transactions.BeforeCompletionMethodCalled.class - [JAR]

├─ org.apache.jdo.tck.transactions.BeforeCompletionMethodNotCalledBeforeRollback.class - [JAR]

├─ org.apache.jdo.tck.transactions.Commit.class - [JAR]

├─ org.apache.jdo.tck.transactions.GetPersistenceManager.class - [JAR]

├─ org.apache.jdo.tck.transactions.GetRetainValues.class - [JAR]

├─ org.apache.jdo.tck.transactions.GetRollbackOnlyReturnsFalseUntilSet.class - [JAR]

├─ org.apache.jdo.tck.transactions.GetSynchronization.class - [JAR]

├─ org.apache.jdo.tck.transactions.IsActive.class - [JAR]

├─ org.apache.jdo.tck.transactions.IsActiveUntilAfterCompletionMethodCalled.class - [JAR]

├─ org.apache.jdo.tck.transactions.Rollback.class - [JAR]

├─ org.apache.jdo.tck.transactions.SetNontransactionalRead.class - [JAR]

├─ org.apache.jdo.tck.transactions.SetNontransactionalReadCalledDuringTxCompletion.class - [JAR]

├─ org.apache.jdo.tck.transactions.SetNontransactionalReadTrueWhenNotSupported.class - [JAR]

├─ org.apache.jdo.tck.transactions.SetNontransactionalWriteCalledDuringTxCompletion.class - [JAR]

├─ org.apache.jdo.tck.transactions.SetOptimistic.class - [JAR]

├─ org.apache.jdo.tck.transactions.SetOptimisticCalledDuringTxCompletion.class - [JAR]

├─ org.apache.jdo.tck.transactions.SetOptimisticDuringTransaction.class - [JAR]

├─ org.apache.jdo.tck.transactions.SetOptimisticTrueWhenNotSupported.class - [JAR]

├─ org.apache.jdo.tck.transactions.SetRetainValues.class - [JAR]

├─ org.apache.jdo.tck.transactions.SetRetainValuesCalledDuringTxCompletion.class - [JAR]

├─ org.apache.jdo.tck.transactions.SetRetainValuesTrueWhenNotSupported.class - [JAR]

├─ org.apache.jdo.tck.transactions.SetSynchronization.class - [JAR]

├─ org.apache.jdo.tck.transactions.SetSynchronizationToNull.class - [JAR]

├─ org.apache.jdo.tck.transactions.WhenNontransactionalReadIsFalse.class - [JAR]

org.apache.jdo.tck.api.persistencemanager.extent

├─ org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithInstancesMadePersistentViaReachability.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithNoSubclasses.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.extent.GetExtentWithSubclasses.class - [JAR]

org.apache.jdo.tck.query.jdoql.operators

├─ org.apache.jdo.tck.query.jdoql.operators.BinaryAddition.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.BinarySubtraction.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.BitwiseComplement.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalAND.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.BooleanLogicalOR.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.ComparisonTests.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.ConditionalAND.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.ConditionalOR.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.Division.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.Equality.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenDateFieldsAndParameters.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenPrimitivesAndWrapperInstances.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.EqualityAndComparisonsBetweenStringFieldsAndParameters.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.GreaterThan.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.GreaterThanOrEqual.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.Instanceof.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.LessThan.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.LessThanOrEqual.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.LogicalComplement.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.Modulo.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.Multiplication.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.NotEquals.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.PromotionOfNumericOperands.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.SignInversion.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.StringConcatenation.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.operators.UnaryPlus.class - [JAR]

org.apache.jdo.tck.extents

├─ org.apache.jdo.tck.extents.CloseAll.class - [JAR]

├─ org.apache.jdo.tck.extents.CloseOfExtentIteratorIsIteratorSpecific.class - [JAR]

├─ org.apache.jdo.tck.extents.ExtentTest.class - [JAR]

├─ org.apache.jdo.tck.extents.GetCandidateClass.class - [JAR]

├─ org.apache.jdo.tck.extents.GetPersistenceManager.class - [JAR]

├─ org.apache.jdo.tck.extents.HasSubclassesFalse.class - [JAR]

├─ org.apache.jdo.tck.extents.HasSubclassesTrue.class - [JAR]

├─ org.apache.jdo.tck.extents.InstancesDeletedPriorToIterationNotReturned.class - [JAR]

├─ org.apache.jdo.tck.extents.InstancesPersistedPriorToIterationReturned.class - [JAR]

├─ org.apache.jdo.tck.extents.IteratorHasNextFalseAfterExtentClose.class - [JAR]

├─ org.apache.jdo.tck.extents.IteratorMutatingMethods.class - [JAR]

├─ org.apache.jdo.tck.extents.IteratorNextAfterExtentClose.class - [JAR]

├─ org.apache.jdo.tck.extents.IteratorNextAfterExtentCloseAll.class - [JAR]

├─ org.apache.jdo.tck.extents.Iterators.class - [JAR]

org.apache.jdo.tck.models.fieldtypes

├─ org.apache.jdo.tck.models.fieldtypes.TestArrayCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestArrayListCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestCollectionCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBigDecimal.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBigInteger.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfBoolean.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfByte.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfCharacter.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfDate.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfDouble.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfFloat.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfInteger.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfLocale.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfLong.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfObject.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveboolean.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivebyte.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivechar.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivedouble.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivefloat.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveint.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitivelong.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfPrimitiveshort.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfShort.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfSimpleClass.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfSimpleInterface.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestFieldsOfString.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestHashMapStringKeyCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestHashMapStringValueCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestHashSetCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestHashtableStringKeyCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestHashtableStringValueCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestLinkedListCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestListCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestMapStringKeyCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestMapStringValueCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestSetCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringKeyCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringValueCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestTreeSetCollections.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestUtil.class - [JAR]

├─ org.apache.jdo.tck.models.fieldtypes.TestVectorCollections.class - [JAR]

org.apache.jdo.tck.api.persistencemanager.cache

├─ org.apache.jdo.tck.api.persistencemanager.cache.CallingEvictAllWithCollectionContainingNulls.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.CallingRefreshAllWithCollectionContainingNulls.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.EvictAllWithNoParameters.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.EvictingCollectionOfInstancesSideEffects.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.EvictingWithRestoreValuesFalse.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.EvictingWithRetainValuesFalse.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToEvictAllThrowsException.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToEvictHasNoEffect.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToRefreshAllThrowsException.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.PassingNullToRefreshHasNoEffect.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllNoParameterSideEffects.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithArraySideEffects.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithCollectionSideEffects.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.RefreshAllWithNoParameters.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.RefreshSideEffects.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.cache.Retrieve.class - [JAR]

org.apache.jdo.tck.api.persistencemanager.close

├─ org.apache.jdo.tck.api.persistencemanager.close.AfterCloseAllMethodsThrowException.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.close.CloseThrowsExceptionWhenActiveTx.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsFalseUponConstruction.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsFalseUponRetrievalFromPool.class - [JAR]

├─ org.apache.jdo.tck.api.persistencemanager.close.IsClosedIsTrueAfterClose.class - [JAR]

org.apache.jdo.tck.query.jdoql.methods

├─ org.apache.jdo.tck.query.jdoql.methods.MethodsAndObjectConstructionNotSupported.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.methods.StartsWithAndEndsWith.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.methods.SupportedCollectionMethods.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.methods.SupportedJDOHelperMethods.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.methods.SupportedMapMethods.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.methods.SupportedMathMethods.class - [JAR]

├─ org.apache.jdo.tck.query.jdoql.methods.SupportedStringMethods.class - [JAR]