| Name | Status | Type | Time(s) |
| testNamedNativeQuery | Success | | 0.065 |
| testPersistThenRemoveCalls | Success | | 0.107 |
| testRemoveUnmanagedNewEntity | Success | | 0.039 |
| testPersistOnRegisteredObject | Success | | 0.028 |
| testPreUpdateEvent_UpdateAltered | Success | | 0.063 |
| testPreUpdateEvent_UpdateReverted | Success | | 0.039 |
| testMergeCascadeTriggersPrePersist | Success | | 0.039 |
| testSetup | Success | | 7.980 |
| testWeaving | Success | | 0.001 |
| testClearEntityManagerWithoutPersistenceContext | Success | | 0.000 |
| testUpdateAllProjects | Success | | 0.123 |
| testUpdateUsingTempStorage | Success | | 0.148 |
| testSequenceObjectDefinition | Success | | 0.000 |
| testFindDeleteAllPersist | Success | | 0.115 |
| testExtendedPersistenceContext | Success | | 0.163 |
| testRemoveFlushFind | Success | | 0.041 |
| testRemoveFlushPersistContains | Success | | 0.043 |
| testTransactionRequired | Success | | 0.005 |
| testSubString | Success | | 0.031 |
| testFlushModeOnUpdateQuery | Success | | 0.048 |
| testContainsRemoved | Success | | 0.032 |
| testRefreshRemoved | Success | | 0.031 |
| testRefreshNotManaged | Success | | 0.000 |
| testDoubleMerge | Success | | 0.015 |
| testDescriptorNamedQueryForMultipleQueries | Success | | 0.015 |
| testDescriptorNamedQuery | Success | | 0.011 |
| testClearEntityManagerWithoutPersistenceContextSimulateJTA | Success | | 0.004 |
| testMultipleEntityManagerFactories | Success | | 6.224 |
| testOneToManyDefaultJoinTableName | Success | | 0.070 |
| testClosedEmShouldThrowException | Success | | 0.001 |
| testRollbackOnlyOnException | Success | | 0.001 |
| testUpdateAllProjectsWithNullTeamLeader | Success | | 0.209 |
| testUpdateAllLargeProjectsWithNullTeamLeader | Success | | 0.174 |
| testUpdateAllSmallProjectsWithNullTeamLeader | Success | | 0.068 |
| testUpdateAllProjectsWithName | Success | | 0.048 |
| testUpdateAllLargeProjectsWithName | Success | | 0.064 |
| testUpdateAllSmallProjectsWithName | Success | | 0.047 |
| testUpdateAllLargeProjects | Success | | 0.055 |
| testUpdateAllSmallProjects | Success | | 0.040 |
| testUpdateUsingTempStorageWithParameter | Success | | 0.142 |
| testDeleteAllLargeProjectsWithNullTeamLeader | Success | | 0.033 |
| testDeleteAllSmallProjectsWithNullTeamLeader | Success | | 0.026 |
| testDeleteAllProjectsWithNullTeamLeader | Success | | 0.036 |
| testDeleteAllPhonesWithNullOwner | Success | | 0.002 |
| testSetFieldForPropertyAccessWithNewEM | Success | | 0.066 |
| testSetFieldForPropertyAccessWithRefresh | Error | Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080625)): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`eclipselink/CMP3_EMPLOYEE`, CONSTRAINT `FK_CMP3_EMPLOYEE_MANAGER_EMP_ID` FOREIGN KEY (`MANAGER_EMP_ID`) REFERENCES `CMP3_EMPLOYEE` (`EMP_ID`)) Error Code: 1451 Call: DELETE FROM CMP3_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) bind => [636609, 1] Query: DeleteObjectQuery(Employee: 636609)
javax.persistence.RollbackException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080625)): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`eclipselink/CMP3_EMPLOYEE`, CONSTRAINT `FK_CMP3_EMPLOYEE_MANAGER_EMP_ID` FOREIGN KEY (`MANAGER_EMP_ID`) REFERENCES `CMP3_EMPLOYEE` (`EMP_ID`)) Error Code: 1451 Call: DELETE FROM CMP3_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) bind => [636609, 1] Query: DeleteObjectQuery(Employee: 636609) at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:102) at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63) at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.commitTransaction(JUnitTestCase.java:197) at org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testSetFieldForPropertyAccessWithRefresh(EntityManagerJUnitTestSuite.java:4206) at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:345) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080625)): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`eclipselink/CMP3_EMPLOYEE`, CONSTRAINT `FK_CMP3_EMPLOYEE_MANAGER_EMP_ID` FOREIGN KEY (`MANAGER_EMP_ID`) REFERENCES `CMP3_EMPLOYEE` (`EMP_ID`)) Error Code: 1451 Call: DELETE FROM CMP3_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) bind => [636609, 1] Query: DeleteObjectQuery(Employee: 636609) at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:313) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:757) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:823) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:557) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:500) at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:844) at org.eclipse.persistence.internal.sessions.IsolatedClientSession.executeCall(IsolatedClientSession.java:132) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:204) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.deleteObject(DatasourceCallQueryMechanism.java:174) at org.eclipse.persistence.internal.queries.StatementQueryMechanism.deleteObject(StatementQueryMechanism.java:102) at org.eclipse.persistence.queries.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:159) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:660) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:579) at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:114) at org.eclipse.persistence.queries.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:113) at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2588) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1167) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1151) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1097) at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:325) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1245) at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:464) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1331) at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:145) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1003) at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:84) Caused by: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`eclipselink/CMP3_EMPLOYEE`, CONSTRAINT `FK_CMP3_EMPLOYEE_MANAGER_EMP_ID` FOREIGN KEY (`MANAGER_EMP_ID`) REFERENCES `CMP3_EMPLOYEE` (`EMP_ID`)) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:931) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723) at com.mysql.jdbc.Connection.execSQL(Connection.java:3283) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1604) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1519) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1504) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:748)
| 0.072 |
| testSetFieldForPropertyAccess | Success | | 0.080 |
| testInitializeFieldForPropertyAccess | Success | | 0.691 |
| testCascadePersistToNonEntitySubclass | Success | | 0.531 |
| testCascadeMergeManaged | Success | | 1.343 |
| testCascadeMergeDetached | Success | | 0.711 |
| testPrimaryKeyUpdatePKFK | Success | | 0.043 |
| testPrimaryKeyUpdateSameValue | Success | | 0.032 |
| testPrimaryKeyUpdate | Success | | 0.029 |
| testRemoveNull | Success | | 0.001 |
| testContainsNull | Success | | 0.000 |
| testPersistNull | Success | | 0.000 |
| testMergeNull | Success | | 0.001 |
| testMergeRemovedObject | Success | | 0.055 |
| testMergeDetachedObject | Success | | 0.066 |
| testSerializedLazy | Success | | 0.090 |
| testCloneable | Success | | 0.036 |
| testLeftJoinOneToOneQuery | Success | | 0.007 |
| testNullifyAddressIn | Success | | 0.006 |
| testQueryOnClosedEM | Success | | 0.002 |
| testIncorrectBatchQueryHint | Success | | 0.004 |
| testFetchQueryHint | Success | | 0.061 |
| testBatchQueryHint | Success | | 0.060 |
| testQueryHints | Success | | 0.002 |
| testParallelMultipleFactories | Success | | 0.002 |
| testMultipleFactories | Success | | 5.160 |
| testPersistenceProperties | Success | | 0.001 |
| testBeginTransactionCloseCommitTransaction | Success | | 0.288 |
| testBeginTransactionClose | Success | | 0.000 |
| testClose | Success | | 0.000 |
| testPersistOnNonEntity | Success | | 0.000 |
| testWRITELock | Success | | 0.041 |
| testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh_Flush | Success | | 0.069 |
| testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh | Success | | 0.062 |
| testReadTransactionIsolation_OriginalInCache_UpdateAll_Flush | Success | | 0.041 |
| testReadTransactionIsolation_OriginalInCache_UpdateAll | Success | | 0.053 |
| testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh_Flush | Success | | 0.035 |
| testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh | Success | | 0.047 |
| testReadTransactionIsolation_OriginalInCache_CustomUpdate_Flush | Success | | 0.277 |
| testReadTransactionIsolation_OriginalInCache_CustomUpdate | Success | | 0.077 |
| testReadTransactionIsolation_UpdateAll_Refresh_Flush | Success | | 0.125 |
| testReadTransactionIsolation_UpdateAll_Refresh | Success | | 0.120 |
| testReadTransactionIsolation_UpdateAll_Flush | Success | | 0.035 |
| testReadTransactionIsolation_UpdateAll | Success | | 0.068 |
| testReadTransactionIsolation_CustomUpdate_Refresh_Flush | Success | | 0.043 |
| testReadTransactionIsolation_CustomUpdate_Refresh | Success | | 0.058 |
| testReadTransactionIsolation_CustomUpdate_Flush | Success | | 0.039 |
| testReadTransactionIsolation_CustomUpdate | Success | | 0.051 |
| testClearInTransaction | Success | | 0.047 |
| testClearWithFlush | Success | | 0.087 |
| testClear | Success | | 0.011 |
| testCheckVersionOnMerge | Success | | 0.023 |
| testFindWithNullPk | Success | | 0.000 |
| testFindWithWrongTypePk | Success | | 0.000 |
| testPersistManagedNoException | Success | | 0.022 |
| testPersistManagedException | Success | | 0.017 |
| testPersistRemoved | Success | | 0.744 |
| testREADLock | Success | | 0.035 |
| testIgnoreRemovedObjectsOnDatabaseSync | Success | | 0.048 |
| testIdentityOutsideTransaction | Success | | 0.013 |
| testIdentityInsideTransaction | Success | | 0.001 |
| testDatabaseSyncNewObject | Success | | 0.000 |
| testSetRollbackOnly | Success | | 0.039 |
| testFlushModeEmCommitQueryAuto | Success | | 0.020 |
| testFlushModeEmCommit | Success | | 0.005 |
| testFlushModeEmCommitQueryCommit | Success | | 0.004 |
| testFlushModeEmAutoQueryAuto | Success | | 0.013 |
| testFlushModeEmAuto | Success | | 0.016 |
| testFlushModeEmAutoQueryCommit | Success | | 0.005 |
| testCacheUsage | Success | | 0.039 |
| testSequencePreallocationUsingCallbackTest | Success | | 0.027 |
| testForceSQLExceptionFor219097 | Success | | 0.004 |
| testRefreshInvalidateDeletedObject | Success | | 0.025 |
| testClearWithFlush2 | Success | | 0.139 |
| testEMFWrapValidationException | Success | | 0.139 |
| testEMDefaultTxType | Success | | 1.244 |
| testMergeNewObject | Success | | 0.008 |
| testMergeNewObject2 | Success | | 0.011 |
| testMergeNewObject3_UseSequencing | Success | | 0.009 |
| testMergeNewObject3_DontUseSequencing | Success | | 0.055 |
| testCreateEntityManagerFactory | Success | | 0.004 |
| testCreateEntityManagerFactory2 | Success | | 2.414 |
| testPessimisticLockHintStartsTransaction | Success | | 0.004 |
| testManyToOnePersistCascadeOnFlush | Success | | 0.031 |
| testDiscoverNewReferencedObject | Success | | 0.048 |
| testBulkDeleteThenMerge | Success | | 0.055 |
| testNativeSequences | Success | | 0.001 |
| testGetReference | Success | | 0.018 |
| testGetReferenceUpdate | Success | | 0.053 |
| testGetReferenceUsedInUpdate | Success | | 0.031 |
| testBadGetReference | Success | | 0.002 |
| testClassInstanceConverter | Success | | 0.025 |
| test210280EntityManagerFromPUwithSpaceInNameButNotInPath | Success | | 0.130 |
| test210280EntityManagerFromPUwithSpaceInPathButNotInName | Success | | 0.208 |
| test210280EntityManagerFromPUwithSpaceInNameAndPath | Success | | 0.131 |
| testNewObjectNotCascadePersist | Success | | 0.001 |
| testConnectionPolicy | Success | | 0.004 |
| testConverterIn | Success | | 0.023 |
| testInheritanceNoDiscriminatorColumn | Success | | 0.009 |
| testComplicateResultWithInheritance | Success | | 0.039 |
| testRefresh | Success | | 0.045 |
| testBindParameters | Success | | 0.003 |
| testBindParametersWithPostitional | Success | | 0.003 |
| testSimpleInheritance | Success | | 0.010 |
| testPessimisticLocking | Success | | 0.010 |
| testComplicateResults | Success | | 0.006 |
| testProjectJoinTeamMembers | Success | | 0.428 |
| testProjectJoinTeamLeaderJoinAddressWhereTeamLeaderNotNull | Success | | 0.298 |
| testProjectJoinTeamMembersJoinAddress | Success | | 0.150 |
| testProjectOuterJoinTeamMembersJoinAddress | Success | | 0.257 |
| testProjectOuterJoinTeamMembersOuterJoinAddress | Success | | 0.128 |
| testProjectJoinTeamMembersOuterJoinAddress | Success | | 0.223 |
| testProblemReporterProjectJoinTeamMembersJoinAddress | Success | | 0.090 |
| testEmployeeJoinProjects | Success | | 0.108 |
| testEmployeeJoinProjectsOnUOW | Success | | 0.113 |
| testEmployeeJoinProjectsJoinTeamLeaderJoinAddressWhereManagerIsNull | Success | | 0.085 |
| testProjectOuterJoinTeamLeaderAddressTeamMembersAddressPhonesWhereProjectName | Success | | 0.098 |
| testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhones | Success | | 0.239 |
| testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhonesOnUOW | Success | | 0.218 |
| testEmployeeJoinManagerAddressOuterJoinManagerAddress | Success | | 0.089 |
| testTwoUnrelatedResultWithOneToManyJoins | Success | | 0.132 |
| testMultipleUnrelatedResultWithOneToManyJoins | Success | | 0.368 |
| testTwoUnrelatedResultWithOneToOneJoins | Success | | 0.280 |
| testTwoUnrelatedResultWithOneToOneJoinsWithExtraItem | Success | | 0.245 |
| testSimpleReturnDirectToField | Success | | 0.002 |
| testSimpleReturnObject | Success | | 0.013 |
| testReturnObjectAndDirectToField | Success | | 0.009 |
| testReturnUnrelatedObjectAndDirectToField | Success | | 0.017 |
| testInheritanceMultiTableException | Success | | 0.002 |
| testReturnRootObject | Success | | 0.007 |
| testPhoneCountGroupByOwner | Success | | 0.192 |
| testPhoneCountGroupByOwnersAddress | Success | | 0.201 |
| testProjectCountGroupByTeamMembers | Success | | 0.070 |
| testProjectCountGroupByTeamMemberAddress | Success | | 0.077 |
| testProjectCountGroupByTeamMemberPhone | Success | | 0.061 |
| testExtendedPersistenceContext | Success | | 0.006 |
| testSimpleConstructorExpression | Success | | 0.004 |
| testSimpleConstructorExpressionWithNamedQuery | Success | | 0.002 |
| testMultipleTypeConstructorExpression | Success | | 0.004 |
| testNonExistantConstructorConstructorExpression | Success | | 0.000 |
| testPrimitiveConstructorExpression | Success | | 0.003 |
| testConstructorEJBQLWithInheritance | Success | | 0.001 |
| testConstructorExpressionWithOtherAttributes | Success | | 0.002 |
| testCreateProjects | Success | | 0.010 |
| testCreateEmployeeWithFlush | Success | | 0.016 |
| testVersionUpdateWithCorrectValue | Success | | 0.011 |
| testVersionUpdateWithIncorrectValue | Success | | 0.013 |
| testVersionUpdateWithNullValue | Success | | 0.011 |
| testExistenceCheckingSetting | Success | | 0.001 |
| testJoinFetchAnnotation | Success | | 0.000 |
| testVerifyEmployeeCacheSettings | Success | | 1.129 |
| testVerifyEmployeeCustomizerSettings | Success | | 0.000 |
| testUpdateEmployee | Success | | 0.071 |
| testVerifyUpdatedEmployee | Success | | 0.006 |
| testCreateNewBuyer | Success | | 0.036 |
| testVerifyNewBuyer | Success | | 0.026 |
| testBuyerOptimisticLocking | Success | | 0.144 |
| testGiveFredASexChange | Success | | 0.320 |
| testUpdatePenelopesPhoneNumberStatus | Success | | 0.029 |
| testRemoveJillWithPrivateOwnedPhoneNumbers | Success | | 0.041 |
| testCreateNewEquipment | Success | | 0.022 |
| testAddNewEquipmentToDepartment | Success | | 0.022 |
| testRemoveDepartmentWithPrivateOwnedEquipment | Success | | 0.033 |
| testUpdateReadOnlyEquipmentCode | Success | | 0.004 |
| testNamedStoredProcedureQuery | Success | | 2.008 |
| testNamedStoredProcedureQueryInOut | Success | | 0.198 |
| testMethodBasedTransformationMapping | Success | | 0.026 |
| testClassBasedTransformationMapping | Success | | 0.035 |
| testProperty | Success | | 0.004 |
| testBackpointerOnMerge | Success | | 0.020 |
| testGF1818 | Success | | 0.014 |
| testGF1894 | Success | | 0.018 |
| testGF894 | Success | | 0.021 |
| testManAndWoman | Success | | 0.028 |
| testStringArrayField | Success | | 0.018 |
| testCreateDepartment | Success | | 0.020 |
| testCreateScientists | Success | | 0.053 |
| testReadDepartment | Success | | 0.022 |
| testReadJuniorScientist | Success | | 0.023 |
| testAnyAndAll | Success | | 0.087 |
| testNamedNativeQuery | Success | | 0.003 |
| testPersistThenRemoveCalls | Success | | 0.050 |
| testRemoveUnmanagedNewEntity | Success | | 0.043 |
| testPersistOnRegisteredObject | Success | | 0.095 |
| testPreUpdateEvent_UpdateAltered | Success | | 0.059 |
| testPreUpdateEvent_UpdateReverted | Success | | 0.055 |
| testSetup | Success | | 8.278 |
| testWeaving | Success | | 0.004 |
| testClearEntityManagerWithoutPersistenceContext | Success | | 0.001 |
| testUpdateAllProjects | Success | | 0.417 |
| testUpdateUsingTempStorage | Success | | 0.263 |
| testSequenceObjectDefinition | Success | | 0.000 |
| testFindDeleteAllPersist | Success | | 0.102 |
| testExtendedPersistenceContext | Success | | 0.159 |
| testRemoveFlushFind | Success | | 0.051 |
| testRemoveFlushPersistContains | Success | | 0.047 |
| testTransactionRequired | Success | | 0.001 |
| testSubString | Success | | 0.061 |
| testFlushModeOnUpdateQuery | Success | | 0.056 |
| testContainsRemoved | Success | | 0.034 |
| testRefreshRemoved | Success | | 0.050 |
| testRefreshNotManaged | Success | | 0.001 |
| testDoubleMerge | Success | | 0.013 |
| testDescriptorNamedQueryForMultipleQueries | Success | | 0.023 |
| testDescriptorNamedQuery | Success | | 0.015 |
| testClearEntityManagerWithoutPersistenceContextSimulateJTA | Success | | 0.001 |
| testMultipleEntityManagerFactories | Success | | 3.121 |
| testOneToManyDefaultJoinTableName | Success | | 0.026 |
| testClosedEmShouldThrowException | Success | | 0.000 |
| testRollbackOnlyOnException | Success | | 0.000 |
| testUpdateAllProjectsWithNullTeamLeader | Success | | 0.082 |
| testUpdateAllLargeProjectsWithNullTeamLeader | Success | | 0.072 |
| testUpdateAllSmallProjectsWithNullTeamLeader | Success | | 0.047 |
| testUpdateAllProjectsWithName | Success | | 0.044 |
| testUpdateAllLargeProjectsWithName | Success | | 0.044 |
| testUpdateAllSmallProjectsWithName | Success | | 0.048 |
| testUpdateAllLargeProjects | Success | | 0.040 |
| testUpdateAllSmallProjects | Success | | 0.048 |
| testUpdateUsingTempStorageWithParameter | Success | | 0.047 |
| testDeleteAllLargeProjectsWithNullTeamLeader | Success | | 0.037 |
| testDeleteAllSmallProjectsWithNullTeamLeader | Success | | 0.022 |
| testDeleteAllProjectsWithNullTeamLeader | Success | | 0.028 |
| testDeleteAllPhonesWithNullOwner | Success | | 0.002 |
| testSetFieldForPropertyAccessWithNewEM | Success | | 0.044 |
| testSetFieldForPropertyAccessWithRefresh | Success | | 0.040 |
| testSetFieldForPropertyAccess | Success | | 0.035 |
| testInitializeFieldForPropertyAccess | Success | | 0.040 |
| testCascadePersistToNonEntitySubclass | Success | | 0.012 |
| testCascadeMergeManaged | Success | | 0.020 |
| testCascadeMergeDetached | Success | | 0.033 |
| testPrimaryKeyUpdatePKFK | Success | | 0.020 |
| testPrimaryKeyUpdateSameValue | Success | | 0.010 |
| testPrimaryKeyUpdate | Success | | 0.011 |
| testRemoveNull | Success | | 0.001 |
| testContainsNull | Success | | 0.001 |
| testPersistNull | Success | | 0.000 |
| testMergeNull | Success | | 0.000 |
| testMergeRemovedObject | Success | | 0.015 |
| testMergeDetachedObject | Success | | 0.023 |
| testSerializedLazy | Success | | 0.084 |
| testCloneable | Success | | 0.020 |
| testLeftJoinOneToOneQuery | Success | | 0.005 |
| testNullifyAddressIn | Success | | 0.015 |
| testQueryOnClosedEM | Success | | 0.004 |
| testIncorrectBatchQueryHint | Success | | 0.009 |
| testFetchQueryHint | Success | | 0.075 |
| testBatchQueryHint | Success | | 0.067 |
| testQueryHints | Success | | 0.008 |
| testParallelMultipleFactories | Success | | 0.223 |
| testMultipleFactories | Success | | 0.000 |
| testPersistenceProperties | Success | | 0.000 |
| testBeginTransactionCloseCommitTransaction | Success | | 0.033 |
| testBeginTransactionClose | Success | | 0.000 |
| testClose | Success | | 0.000 |
| testPersistOnNonEntity | Success | | 0.001 |
| testWRITELock | Success | | 0.040 |
| testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh_Flush | Success | | 0.060 |
| testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh | Success | | 0.056 |
| testReadTransactionIsolation_OriginalInCache_UpdateAll_Flush | Success | | 0.035 |
| testReadTransactionIsolation_OriginalInCache_UpdateAll | Success | | 0.044 |
| testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh_Flush | Success | | 0.051 |
| testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh | Success | | 0.043 |
| testReadTransactionIsolation_OriginalInCache_CustomUpdate_Flush | Success | | 0.031 |
| testReadTransactionIsolation_OriginalInCache_CustomUpdate | Success | | 0.031 |
| testReadTransactionIsolation_UpdateAll_Refresh_Flush | Success | | 0.055 |
| testReadTransactionIsolation_UpdateAll_Refresh | Success | | 0.060 |
| testReadTransactionIsolation_UpdateAll_Flush | Success | | 0.036 |
| testReadTransactionIsolation_UpdateAll | Success | | 0.140 |
| testReadTransactionIsolation_CustomUpdate_Refresh_Flush | Success | | 0.040 |
| testReadTransactionIsolation_CustomUpdate_Refresh | Success | | 0.055 |
| testReadTransactionIsolation_CustomUpdate_Flush | Success | | 0.066 |
| testReadTransactionIsolation_CustomUpdate | Success | | 0.043 |
| testClearInTransaction | Success | | 0.032 |
| testClearWithFlush | Success | | 0.060 |
| testClear | Success | | 0.011 |
| testCheckVersionOnMerge | Success | | 0.016 |
| testFindWithNullPk | Success | | 0.000 |
| testFindWithWrongTypePk | Success | | 0.001 |
| testPersistManagedNoException | Success | | 0.019 |
| testPersistManagedException | Success | | 0.012 |
| testPersistRemoved | Success | | 0.523 |
| testREADLock | Success | | 0.028 |
| testIgnoreRemovedObjectsOnDatabaseSync | Success | | 0.052 |
| testIdentityOutsideTransaction | Success | | 0.006 |
| testIdentityInsideTransaction | Success | | 0.002 |
| testDatabaseSyncNewObject | Success | | 0.001 |
| testSetRollbackOnly | Success | | 0.045 |
| testFlushModeEmCommitQueryAuto | Success | | 0.020 |
| testFlushModeEmCommit | Success | | 0.005 |
| testFlushModeEmCommitQueryCommit | Success | | 0.005 |
| testFlushModeEmAutoQueryAuto | Success | | 0.012 |
| testFlushModeEmAuto | Success | | 0.012 |
| testFlushModeEmAutoQueryCommit | Success | | 0.006 |
| testCacheUsage | Success | | 0.038 |
| testSuperclassFieldInSubclass | Success | | 0.019 |
| testCopyingAddress | Success | | 0.000 |
| testSequencePreallocationUsingCallbackTest | Success | | 2.556 |
| testInheritanceNoDiscriminatorColumn | Success | | 0.005 |
| testComplicateResultWithInheritance | Success | | 0.033 |
| testRefresh | Success | | 0.093 |
| testBindParameters | Success | | 0.005 |
| testBindParametersWithPostitional | Success | | 0.004 |
| testSimpleInheritance | Success | | 0.011 |
| testPessimisticLocking | Success | | 0.011 |
| testComplicateResults | Success | | 0.010 |
| testProjectJoinTeamMembers | Success | | 0.418 |
| testProjectJoinTeamLeaderJoinAddressWhereTeamLeaderNotNull | Success | | 0.453 |
| testProjectJoinTeamMembersJoinAddress | Success | | 0.105 |
| testProjectOuterJoinTeamMembersJoinAddress | Success | | 0.117 |
| testProjectOuterJoinTeamMembersOuterJoinAddress | Success | | 0.103 |
| testProjectJoinTeamMembersOuterJoinAddress | Success | | 0.095 |
| testProblemReporterProjectJoinTeamMembersJoinAddress | Success | | 0.071 |
| testEmployeeJoinProjects | Success | | 0.093 |
| testEmployeeJoinProjectsJoinTeamLeaderJoinAddressWhereManagerIsNull | Success | | 0.078 |
| testProjectOuterJoinTeamLeaderAddressTeamMembersAddressPhonesWhereProjectName | Success | | 0.159 |
| testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhones | Success | | 0.116 |
| testEmployeeJoinManagerAddressOuterJoinManagerAddress | Success | | 0.061 |
| testTwoUnrelatedResultWithOneToManyJoins | Success | | 0.108 |
| testMultipleUnrelatedResultWithOneToManyJoins | Success | | 0.404 |
| testTwoUnrelatedResultWithOneToOneJoins | Success | | 0.344 |
| testTwoUnrelatedResultWithOneToOneJoinsWithExtraItem | Success | | 0.203 |
| testSimpleReturnDirectToField | Success | | 0.002 |
| testSimpleReturnObject | Success | | 0.012 |
| testReturnObjectAndDirectToField | Success | | 0.014 |
| testReturnUnrelatedObjectAndDirectToField | Success | | 0.015 |
| testInheritanceMultiTableException | Success | | 0.001 |
| testReturnRootObject | Success | | 0.017 |
| testExtendedPersistenceContext | Success | | 0.004 |
| testSimpleConstructorExpression | Success | | 0.003 |
| testSimpleConstructorExpressionWithNamedQuery | Success | | 0.001 |
| testMultipleTypeConstructorExpression | Success | | 0.004 |
| testNonExistantConstructorConstructorExpression | Success | | 0.001 |
| testPrimitiveConstructorExpression | Success | | 0.003 |
| testConstructorEJBQLWithInheritance | Success | | 0.001 |
| testConstructorExpressionWithOtherAttributes | Success | | 0.002 |
| testCreateProjects | Success | | 0.015 |
| testCreateEmployeeWithFlush | Success | | 0.011 |
| testVersionUpdateWithCorrectValue | Success | | 0.012 |
| testVersionUpdateWithIncorrectValue | Success | | 0.009 |
| testVersionUpdateWithNullValue | Success | | 0.007 |
| testJoinFetchAnnotation | Success | | 0.000 |
| testVerifyEmployeeCustomizerSettings | Success | | 0.000 |
| testUpdateEmployee | Success | | 0.026 |
| testVerifyUpdatedEmployee | Success | | 0.003 |
| testCreateNewBuyer | Success | | 0.009 |
| testVerifyNewBuyer | Success | | 0.004 |
| testBuyerOptimisticLocking | Success | | 0.018 |
| testGiveFredASexChange | Success | | 0.009 |
| testUpdatePenelopesPhoneNumberStatus | Success | | 0.012 |
| testRemoveJillWithPrivateOwnedPhoneNumbers | Success | | 0.028 |
| testCreateNewEquipment | Success | | 0.009 |
| testAddNewEquipmentToDepartment | Success | | 0.008 |
| testRemoveDepartmentWithPrivateOwnedEquipment | Success | | 0.013 |
| testUpdateReadOnlyEquipmentCode | Success | | 0.001 |
| testNamedStoredProcedureQuery | Success | | 0.011 |
| testNamedStoredProcedureQueryInOut | Success | | 0.010 |
| testGF1818 | Success | | 0.011 |
| testGF1894 | Success | | 0.012 |
| testGF894 | Success | | 0.013 |
| testManAndWoman | Success | | 0.022 |
| testStringArrayField | Success | | 0.020 |
| selfReferencingManyToManyTest | Success | | 2.470 |
| testManyToManyClearDelete | Success | | 2.738 |
| testLeftTrimWithTrimChar | Success | | 2.100 |
| testLeftTrimWithoutTrimChar | Success | | 2.166 |
| testRightTrimWithTrimChar | Success | | 1.836 |
| testRightTrimWithoutTrimChar | Success | | 2.004 |
| testTrimWithTrimChar | Success | | 2.360 |
| testTrimWithoutTrimChar | Success | | 1.818 |
| testLocateWithSingleArgument | Success | | 2.005 |
| testLocateWithDoubleArgument | Success | | 1.662 |
| testInsertVirtualAttribute | Success | | 0.023 |
| testReadVirtualAttribute | Success | | 0.003 |
| testUpdateVirtualAttribute | Success | | 0.014 |
| testDeleteVirtualAttribute | Success | | 0.012 |
| testPrePersistBusOverrideAndAbstractInheritAndDefault | Success | | 0.009 |
| testPostPersistBusInheritAndDefault | Success | | 0.012 |
| testPostLoadBusInheritAndDefault | Success | | 0.001 |
| testPrePersistSportsCarInheritAndExcludeDefault | Success | | 0.010 |
| testPostPersistSportsCarInheritAndExcludeDefault | Success | | 0.009 |
| testPrePersistSportsCarOverride | Success | | 0.015 |
| test_null | Success | | 0.592 |
| test_nullNonDeferred | Success | | 0.531 |
| test_ownerTOP | Success | | 0.770 |
| test_fuelTypePetrol | Success | | 0.259 |
| test_schoolBusNullDriver | Success | | 0.051 |
| test_ownerOwnsNonFueledVehicle | Success | | 0.200 |
| testPersistPolymorphicRelationship | Success | | 0.014 |
| testAssociationWithEmbeddedIdSubclassEntityInJoinedStrategy | Success | | 0.024 |
| testCreateNewMudTire | Success | | 0.014 |
| testCreateNewRockTire | Success | | 0.015 |
| testReadNewMudTire | Success | | 0.003 |
| testReadNewRockTire | Success | | 0.002 |
| testVehicleJoinCompany | Success | | 0.064 |
| testVehicleJoinCompanyWherePassengerCapacity | Success | | 0.033 |
| testCompanyJoinVehicles | Success | | 0.029 |
| testCompanyJoinVehiclesWhereNameTOP | Success | | 0.015 |
| testInitialize | Success | | 0.056 |
| test1 | Success | | 0.034 |
| testInitialize | Success | | 0.040 |
| test2 | Success | | 0.013 |
| testInitialize | Success | | 0.022 |
| test3 | Success | | 0.032 |
| testCreateBlue | Success | | 0.007 |
| testReadBlue | Success | | 0.001 |
| testCreateBeerConsumer | Success | | 0.006 |
| testCreateNoviceBeerConsumer | Success | | 0.008 |
| testCreateExpertBeerConsumer | Success | | 0.012 |
| testReadNoviceBeerConsumer | Success | | 0.005 |
| testReadExpertBeerConsumer | Success | | 0.003 |
| testUpdateBeerConsumer | Success | | 0.014 |
| testInheritedClone | Error | N/A
java.lang.IllegalAccessError at org.eclipse.persistence.testing.models.jpa.inherited.Alpine._persistence_post_clone(Alpine.java) at org.eclipse.persistence.testing.models.jpa.inherited.Beer.clone(Beer.java:49) at org.eclipse.persistence.testing.models.jpa.inherited.Alpine.clone(Alpine.java:51) at org.eclipse.persistence.testing.tests.jpa.inherited.InheritedModelJunitTest.testInheritedClone(InheritedModelJunitTest.java:293) at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:345) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) at junit.extensions.TestSetup$1.protect(TestSetup.java:21) at junit.extensions.TestSetup.run(TestSetup.java:25)
| 0.002 |
| testCascadeRemove | Success | | 0.014 |
| testPreAndPostPersistAlpine | Success | | 0.012 |
| testPrePersistAlpineOnMerge | Success | | 0.011 |
| testPreAndPostPersistBeerConsumer | Success | | 0.008 |
| testPostLoadOnFind | Success | | 0.001 |
| testPostLoadOnRefresh | Success | | 0.005 |
| testPreAndPostUpdate | Success | | 0.010 |
| testPreAndPostRemove | Success | | 0.011 |
| testExistenceCheckingSetting | Success | | 0.000 |
| testCreateBeerConsumer | Success | | 0.009 |
| testCreateAlpine | Success | | 0.021 |
| testCreateCanadian | Success | | 0.015 |
| testCreateCertifications | Success | | 0.011 |
| testCreateTelephoneNumbers | Success | | 0.028 |
| testReadBeerConsumer | Success | | 0.002 |
| testReadAlpine | Success | | 0.001 |
| testReadCanadian | Success | | 0.003 |
| testInsertNewAlpine | Success | | 0.025 |
| testInsertNewAlpineAndModifyOrderOfExistingAlpines | Success | | 0.023 |
| testUpdateAlpine | Success | | 0.012 |
| testUpdateAlpineThroughBeerConsumer | Success | | 0.017 |
| testUpdateBeerConsumer | Success | | 0.011 |
| testUpdateCanadian | Success | | 0.014 |
| testUpdateCanadianThroughBeerConsumer | Success | | 0.013 |
| testUpdateCertifications | Success | | 0.020 |
| testUpdateTelephoneNumberThroughBeerConsumer | Success | | 0.019 |
| testShuffleTelephoneNumbersOnBeerConsumers | Success | | 0.021 |
| testDeleteAlpine | Success | | 0.009 |
| testDeleteCanadian | Success | | 0.007 |
| testDeleteBeerConsumer | Success | | 0.015 |
| testOptimisticLockingTest | Success | | 0.019 |
| testgetReference | Success | | 4.283 |
| testcreateNativeQuery | Success | | 7.275 |
| testcreateNativeQueryWithSelectSQL | Success | | 4.168 |
| testNativeNamedQuery | Success | | 4.516 |
| testSetParameterUsingNull | Success | | 3.922 |
| testExcludingUnneccesaryJoin | Success | | 3.980 |
| testRemoveUnneccesaryDistinctFromJoin | Success | | 3.876 |
| testLeftTrimWithTrimChar | Success | | 4.272 |
| testLeftTrimWithoutTrimChar | Success | | 3.825 |
| testRightTrimWithTrimChar | Success | | 4.319 |
| testRightTrimWithoutTrimChar | Success | | 4.430 |
| testTrimWithTrimChar | Success | | 3.689 |
| testTrimWithoutTrimChar | Success | | 4.296 |
| testLocateWithSingleArgument | Success | | 4.605 |
| testLocateWithDoubleArgument | Success | | 4.489 |
| testInsertVirtualAttribute | Success | | 0.012 |
| testReadVirtualAttribute | Success | | 0.010 |
| testUpdateVirtualAttribute | Success | | 0.013 |
| testDeleteVirtualAttribute | Success | | 0.025 |
| testCacheIsolation_PropertiesDefault_Config | Success | | 0.092 |
| testCacheIsolation_XMLDefault_Config | Success | | 0.305 |
| testJTADatasource_Config_Override | Success | | 0.004 |
| testNonJTADatasource_Config_Override | Success | | 0.152 |
| testPKClassTypeValidation | Success | | 0.000 |
| testParameterNameValidation | Success | | 0.001 |
| testParameterPositionValidation | Success | | 0.001 |
| testParameterPositionValidation2 | Success | | 0.001 |
| selfReferencingManyToManyCreateTest | Success | | 4.101 |
| testManyToManyClearDelete | Success | | 4.654 |
| testCreateItem | Success | | 0.016 |
| testModifyItem | Success | | 0.012 |
| testVerifyItem | Success | | 0.004 |
| testInstantiationCopyPolicy | Success | | 0.000 |
| testCopyPolicy | Success | | 0.001 |
| testCloneCopyPolicy | Success | | 0.000 |
| testSelectPhoneNumberAreaCode | Success | | 0.004 |
| testSelectPhoneNumberAreaCodeWithEmployee | Success | | 0.011 |
| testSelectPhoneNumberNumberWithEmployeeWithExplicitJoin | Success | | 0.006 |
| testSelectPhoneNumberNumberWithEmployeeWithFirstNameFirst | Success | | 0.006 |
| testSelectEmployeeWithSameParameterUsedMultipleTimes | Success | | 0.019 |
| testOuterJoinOnOneToOne | Success | | 0.019 |
| testOuterJoinPolymorphic | Success | | 0.013 |
| testFirstResultOnNamedQuery | Success | | 0.003 |
| testInvertedSelectionCriteriaNullPK | Success | | 0.007 |
| testInvertedSelectionCriteriaInvalidQueryKey | Success | | 0.026 |
| testMaxAndFirstResultsOnDataQuery | Success | | 0.002 |
| testMaxAndFirstResultsOnDataQueryWithGroupBy | Success | | 0.003 |
| testDistinctSelectForEmployeeWithNullAddress | Success | | 0.012 |
| simpleJoinFetchTest | Success | | 0.244 |
| simpleJoinFetchTest2 | Success | | 0.171 |
| baseTestCase | Success | | 0.044 |
| simpleABSTest | Success | | 0.014 |
| simpleBetweenAndTest | Success | | 0.056 |
| simpleBetweenTest | Success | | 0.053 |
| simpleConcatTest | Success | | 0.025 |
| simpleConcatTestWithParameters | Success | | 0.015 |
| simpleConcatTestWithConstants1 | Success | | 0.013 |
| simpleDistinctTest | Success | | 0.015 |
| simpleDistinctNullTest | Success | | 0.035 |
| simpleDistinctMultipleResultTest | Success | | 0.047 |
| simpleDoubleOrTest | Success | | 0.023 |
| simpleEqualsBracketsTest | Success | | 0.013 |
| simpleEqualsTest | Success | | 0.015 |
| simpleEqualsTestWithJoin | Success | | 0.011 |
| simpleEqualsWithAs | Success | | 0.015 |
| collectionMemberIdentifierEqualsTest | Success | | 0.014 |
| abstractSchemaIdentifierEqualsTest | Success | | 0.015 |
| abstractSchemaIdentifierNotEqualsTest | Success | | 0.058 |
| simpleInOneDotTest | Success | | 0.012 |
| simpleInTest | Success | | 0.016 |
| simpleLengthTest | Success | | 0.019 |
| simpleLikeTest | Success | | 0.014 |
| simpleLikeTestWithParameter | Success | | 0.080 |
| simpleLikeEscapeTestWithParameter | Success | | 0.011 |
| simpleNotBetweenTest | Success | | 0.011 |
| simpleNotEqualsVariablesInteger | Success | | 0.055 |
| simpleNotInTest | Success | | 0.050 |
| simpleNotLikeTest | Success | | 0.050 |
| simpleOrFollowedByAndTest | Success | | 0.014 |
| simpleOrFollowedByAndTestWithStaticNames | Success | | 0.017 |
| simpleOrTest | Success | | 0.032 |
| simpleParameterTest | Success | | 0.018 |
| simpleParameterTestChangingParameters | Success | | 0.023 |
| simpleReverseAbsTest | Success | | 0.015 |
| simpleReverseConcatTest | Success | | 0.023 |
| simpleReverseEqualsTest | Success | | 0.013 |
| simpleReverseLengthTest | Success | | 0.015 |
| simpleReverseParameterTest | Success | | 0.017 |
| simpleReverseSqrtTest | Success | | 0.007 |
| simpleReverseSubstringTest | Success | | 0.014 |
| simpleSqrtTest | Success | | 0.005 |
| simpleSubstringTest | Success | | 0.013 |
| simpleNullTest | Success | | 0.019 |
| simpleNotNullTest | Success | | 0.082 |
| distinctTest | Success | | 0.017 |
| conformResultsInUnitOfWorkTest | Success | | 0.067 |
| simpleModTest | Success | | 0.052 |
| simpleIsEmptyTest | Success | | 0.005 |
| simpleIsNotEmptyTest | Success | | 0.049 |
| simpleApostrohpeTest | Success | | 0.004 |
| simpleEscapeUnderscoreTest | Success | | 0.027 |
| simpleEnumTest | Success | | 0.002 |
| smallProjectMemberOfProjectsTest | Success | | 0.024 |
| smallProjectNOTMemberOfProjectsTest | Success | | 0.048 |
| selectCountOneToOneTest | Success | | 0.022 |
| selectOneToOneTest | Success | | 0.003 |
| selectPhonenumberDeclaredInINClauseTest | Success | | 0.110 |
| selectPhoneUsingALLTest | Success | | 0.017 |
| selectSimpleMemberOfWithParameterTest | Success | | 0.023 |
| selectSimpleNotMemberOfWithParameterTest | Success | | 0.053 |
| selectSimpleBetweenWithParameterTest | Success | | 0.042 |
| selectSimpleInWithParameterTest | Success | | 0.010 |
| selectAverageQueryForByteColumnTest | Success | | 0.001 |
| selectUsingLockModeQueryHintTest | Success | | 0.006 |
| multipleExecutionOfNamedQueryTest | Success | | 0.003 |
| selectNamedNativeQueryWithPositionalParameterTest | Success | | 0.002 |
| selectNativeQueryWithPositionalParameterTest | Success | | 0.001 |
| complexABSTest | Success | | 0.010 |
| complexABSWithParameterTest | Success | | 0.011 |
| compexInTest | Success | | 0.031 |
| complexLengthTest | Success | | 0.013 |
| complexLikeTest | Success | | 0.018 |
| complexNotInTest | Success | | 0.075 |
| complexNotLikeTest | Success | | 0.044 |
| complexParameterTest | Success | | 0.014 |
| complexReverseAbsTest | Success | | 0.017 |
| complexReverseLengthTest | Success | | 0.014 |
| complexReverseParameterTest | Success | | 0.015 |
| complexReverseSqrtTest | Success | | 0.007 |
| complexSqrtTest | Success | | 0.007 |
| complexStringInTest | Success | | 0.026 |
| complexStringNotInTest | Success | | 0.057 |
| complexSubstringTest | Success | | 0.011 |
| complexLocateTest | Success | | 0.011 |
| complexNestedOneToManyUsingInClause | Success | | 0.022 |
| complexUnusedVariableTest | Success | | 0.190 |
| complexJoinTest | Success | | 0.016 |
| complexMultipleJoinOfSameRelationship | Success | | 0.003 |
| complexMultipleLeftOuterJoinOfSameRelationship | Success | | 0.002 |
| complexFetchJoinTest | Success | | 0.077 |
| complexOneToOneFetchJoinTest | Success | | 0.008 |
| complexSelectRelationshipTest | Success | | 0.009 |
| complexConstructorTest | Success | | 0.012 |
| complexConstructorVariableTest | Success | | 0.008 |
| complexConstructorRelationshipTest | Success | | 0.014 |
| complexConstructorAggregatesTest | Success | | 0.020 |
| complexConstructorCountOnJoinedVariableTest | Success | | 0.014 |
| complexResultPropertiesTest | Success | | 0.016 |
| complexInSubqueryTest | Success | | 0.011 |
| complexExistsTest | Success | | 0.026 |
| complexNotExistsTest | Success | | 0.020 |
| complexMemberOfTest | Success | | 0.046 |
| complexNotMemberOfTest | Success | | 0.048 |
| complexNavigatingEmbedded | Success | | 0.005 |
| complexNavigatingTwoLevelOfEmbeddeds | Success | | 0.004 |
| complexNamedQueryResultPropertiesTest | Success | | 0.022 |
| complexOuterJoinQuery | Success | | 0.025 |
| testStraightReadSuperClass | Success | | 0.005 |
| testStraightReadSubClass | Success | | 0.007 |
| testJoinSuperClass | Success | | 0.020 |
| testJoinSubClass | Success | | 0.015 |
| testJoinFetchSuperClass | Success | | 0.017 |
| testJoinFetchSubClass | Success | | 0.013 |
| testJoinedInheritance | Success | | 0.005 |
| testJoinedInheritanceWithLeftOuterJoin1 | Success | | 0.008 |
| testJoinedInheritanceWithLeftOuterJoin2 | Success | | 0.009 |
| testJoinedInheritanceWithLeftOuterJoin3 | Success | | 0.008 |
| generalExceptionTest | Success | | 0.012 |
| recognitionExceptionTest | Success | | 0.005 |
| missingSelectExceptionTest | Success | | 0.003 |
| malformedJPQLExceptionTest1 | Success | | 0.004 |
| malformedJPQLExceptionTest2 | Success | | 0.004 |
| malformedJPQLExceptionTest3 | Success | | 0.003 |
| malformedJPQLExceptionTest4 | Success | | 0.002 |
| malformedJPQLExceptionTest5 | Success | | 0.011 |
| malformedJPQLExceptionTest6 | Success | | 0.026 |
| malformedJPQLExceptionTest7 | Success | | 0.005 |
| malformedJPQLExceptionTest8 | Success | | 0.005 |
| noAliasWithWHEREAndParameterExceptionTest | Success | | 0.003 |
| multipleDeclarationOfIdentificationVariable | Success | | 0.006 |
| aliasResolutionException | Success | | 0.011 |
| illegalArgumentExceptionTest | Success | | 0.003 |
| createNamedQueryThrowsIllegalArgumentExceptionTest | Success | | 0.000 |
| flushTxExceptionTest | Success | | 0.000 |
| testExecuteUpdateTxException | Success | | 0.004 |
| noResultExceptionTest | Success | | 0.005 |
| testGetSingleResultOnUpdate | Success | | 0.006 |
| testGetSingleResultOnDelete | Success | | 0.004 |
| testExecuteUpdateOnSelect | Success | | 0.003 |
| flushOptimisticLockExceptionTest | Success | | 0.051 |
| commitOptimisticLockExceptionTest | Success | | 0.060 |
| JTAOptimisticLockExceptionTest | Success | | 0.039 |
| testParameterNameValidation | Success | | 0.000 |
| testModArgumentValidation | Success | | 0.008 |
| testInExpressionValidation | Success | | 0.004 |
| testOrderableTypeInOrderByItem | Success | | 0.003 |
| testInvalidNavigation | Success | | 0.013 |
| testInvalidCollectionNavigation | Success | | 0.007 |
| testUnknownAttribute | Success | | 0.006 |
| testUnknownEnumConstant | Success | | 0.005 |
| testCommitRollbackException | Success | | 0.011 |
| testParameterPositionValidation | Success | | 0.001 |
| testParameterPositionValidation2 | Success | | 0.001 |
| testParameterTypeValidation | Success | | 0.004 |
| testEjbqlCaseSensitivity | Success | | 0.015 |
| testEjbqlUnsupportJoinArgument | Success | | 0.007 |
| testInvalidSetClause | Success | | 0.006 |
| testUnsupportedCountDistinctOnOuterJoinedCompositePK | Success | | 0.003 |
| testInvalidHint | Success | | 0.004 |
| complexAVGTest | Success | | 0.008 |
| complexCountDistinctWithGroupByAndHavingTest | Success | | 0.008 |
| complexCountDistinctWithGroupByTest | Success | | 0.007 |
| complexCountDistinctWithGroupByTest2 | Success | | 0.013 |
| complexHavingWithAggregate | Success | | 0.028 |
| complexCountTest | Success | | 0.005 |
| complexCountWithGroupByTest | Success | | 0.003 |
| complexDistinctCountTest | Success | | 0.018 |
| complexMaxTest | Success | | 0.009 |
| complexMinTest | Success | | 0.015 |
| complexSumTest | Success | | 0.006 |
| complexCountDistinctOnBaseQueryClass | Success | | 0.019 |
| complexCountOnJoinedVariableSimplePK | Success | | 0.010 |
| complexCountOnJoinedVariableCompositePK | Success | | 0.019 |
| complexCountOnJoinedVariableOverManyToManySelfRefRelationship | Success | | 0.006 |
| complexCountOnJoinedCompositePK | Success | | 0.075 |
| testSqlDate | Success | | 0.006 |
| testSqlDateToTS | Success | | 0.004 |
| testTime | Success | | 0.009 |
| testTimeToTS | Success | | 0.003 |
| testTimestamp | Success | | 0.005 |
| testTimestampToDate | Success | | 0.016 |
| testTimestampToTime | Success | | 0.003 |
| testUtilDate | Success | | 0.005 |
| testCalenderWithUtilDate | Success | | 0.008 |
| testSqlDateWithCal | Success | | 0.002 |
| testTimeWithCal | Success | | 0.002 |
| testTimestampWithCal | Success | | 0.002 |
| testUtilDateWithCal | Success | | 0.002 |
| testCalendar | Success | | 0.002 |
| testTimestampGreaterThan | Success | | 0.006 |
| testTimestampLessThan | Success | | 0.005 |
| testTimestampIn | Success | | 0.005 |
| testTimestampBetween | Success | | 0.006 |
| multipleParameterTest | Success | | 0.010 |
| updateEnumParameter | Success | | 0.044 |
| findAllOrders | Success | | 0.006 |
| findEmployeesInOntario | Success | | 0.053 |
| findAllProvinceWithEmployees | Success | | 0.006 |
| findAllEmployeesWithPhoneNumbers | Success | | 0.060 |
| findAllEmployeesWithOutPhoneNumbers | Success | | 0.015 |
| findAllEmployeesWithCellPhones | Success | | 0.024 |
| findOrdersWithDifferentBilledCustomer | Success | | 0.012 |
| findEmployeeWithWorkPhone2258812 | Success | | 0.028 |
| parameterTest | Success | | 0.022 |
| getOrderLargerThan | Success | | 0.006 |
| getSalesPersonForOrders | Success | | 0.007 |
| getOrderForCustomer | Success | | 0.014 |
| testOuterJoin | Success | | 0.031 |
| testExistsExpression | Success | | 0.009 |
| testAllExpressions | Success | | 0.012 |
| testCountInSubQuery | Success | | 0.007 |
| testGroupByHavingExpression | Success | | 0.016 |
| testGroupByHavingCount | Success | | 0.008 |
| testConstructorQuery | Success | | 0.005 |
| testSumExpression | Success | | 0.008 |
| testAvgExpression | Success | | 0.005 |
| testOrderByExpression | Success | | 0.024 |
| testCountInSubQuery | Success | | 0.003 |
| testOrderByExpressionWithSelect | Success | | 0.009 |
| testDeleteExpression | Success | | 0.041 |
| testComplexDeleteExpression | Success | | 0.043 |
| updateAllTest | Success | | 0.054 |
| namedQueryCloneTest | Success | | 0.014 |
| aggregateParameterTest | Success | | 0.046 |
| testEJBQLQueryString | Success | | 0.037 |
| updateEmbeddedFieldTest | Success | | 0.041 |
| simpleUpdate | Success | | 12.016 |
| updateWithSubquery | Success | | 10.241 |
| updateEmbedded | Success | | 10.314 |
| updateEmbeddedFieldTest | Success | | 11.361 |
| updateUnqualifiedAttributeInSet | Success | | 15.570 |
| updateUnqualifiedAttributeInWhere | Success | | 13.373 |
| updateDateTimeFields | Success | | 15.385 |
| simpleDelete | Success | | 22.289 |
| simpleUpdate | Success | | 19.067 |
| updateWithSubquery | Success | | 12.359 |
| updateEmbedded | Success | | 23.396 |
| updateEmbeddedFieldTest | Success | | 9.264 |
| updateUnqualifiedAttributeInSet | Success | | 9.351 |
| updateUnqualifiedAttributeInWhere | Success | | 9.652 |
| updateDateTimeFields | Success | | 8.590 |
| simpleDelete | Success | | 11.730 |
| testQueryCacheFirstCacheHits | Success | | 0.012 |
| testQueryCacheOnlyCacheHits | Success | | 0.010 |
| testQueryPrimaryKeyCacheHits | Success | | 0.010 |
| testQueryExactPrimaryKeyCacheHits | Success | | 0.009 |
| testQueryTypeCacheHits | Success | | 0.010 |
| testCreateEmployee | Success | | 0.025 |
| testReadEmployee | Success | | 0.004 |
| testNamedNativeQueryOnAddress | Success | | 0.009 |
| testNamedQueryOnEmployee | Success | | 0.002 |
| testUpdateEmployee | Success | | 0.009 |
| testRefreshNotManagedEmployee | Success | | 0.001 |
| testRefreshRemovedEmployee | Success | | 0.048 |
| testDeleteEmployee | Success | | 0.012 |
| testCreateCustomer | Success | | 0.011 |
| testCreateItem | Success | | 0.011 |
| testCreateOrder | Success | | 0.012 |
| testReadCustomer | Success | | 0.001 |
| testReadItem | Success | | 0.001 |
| testReadOrder | Success | | 0.002 |
| testNamedQueryOnCustomer | Success | | 0.002 |
| testNamedQueryOnItem | Success | | 0.002 |
| testNamedQueryOnOrder | Success | | 0.002 |
| testUpdateCustomer | Success | | 0.007 |
| testUpdateItem | Success | | 0.032 |
| testUpdateOrder | Success | | 0.012 |
| testDeleteOrder | Success | | 0.008 |
| testDeleteCustomer | Success | | 0.011 |
| testDeleteItem | Success | | 0.022 |
| testUnidirectionalOneToOneCreate | Success | | 0.021 |
| testUnidirectionalOneToOneRead | Success | | 0.002 |
| testUnidirectionalOneToOneDeleteNonowning | Success | | 0.018 |
| testUnidirectionalOneToOneDeleteOwning | Success | | 0.011 |
| testUnidirectionalOneToManyCreate | Success | | 0.028 |
| testUnidirectionalOneToManyRead | Success | | 0.002 |
| testUnidirectionalOneToManyDeleteNonowning | Success | | 0.010 |
| testUnidirectionalOneToManyDeleteOwning | Success | | 0.012 |
| testUnidirectionalManyToOneCreate | Success | | 0.025 |
| testUnidirectionalManyToOneRead | Success | | 0.002 |
| testUnidirectionalManyToOneDeleteNonowning | Success | | 0.021 |
| testUnidirectionalManyToOneDeleteOwning | Success | | 0.015 |
| testUnidirectionalManyToManyCreate | Success | | 0.021 |
| testUnidirectionalManyToManyRead | Success | | 0.002 |
| testUnidirectionalManyToManyDeleteNonowning | Success | | 0.012 |
| testUnidirectionalManyToManyDeleteOwning | Success | | 0.035 |
| testCreateFueledVehicle | Success | | 0.010 |
| testCreateBusFueledVehicle | Success | | 0.011 |
| testCreateNonFueledVehicle | Success | | 0.029 |
| testReadFueledVehicle | Success | | 0.001 |
| testReadNonFueledVehicle | Success | | 0.001 |
| testNamedNativeQueryOnSportsCar | Success | | 0.001 |
| testUpdateBusFueledVehicle | Success | | 0.015 |
| testUpdateFueledVehicle | Success | | 0.009 |
| testUpdateNonFueledVehicle | Success | | 0.012 |
| testDeleteBusFueledVehicle | Success | | 0.012 |
| testDeleteFueledVehicle | Success | | 0.012 |
| testDeleteNonFueledVehicle | Success | | 0.020 |
| testOneToManyRelationships | Success | | 0.022 |
| testVerifyOneToManyRelationships | Success | | 0.009 |
| testCreateBeerConsumer | Success | | 0.030 |
| testReadBeerConsumer | Success | | 0.002 |
| testNamedNativeQueryBeerConsumers | Success | | 0.010 |
| testNamedNativeQueryCertifications | Success | | 0.005 |
| testUpdateBeerConsumer | Success | | 0.010 |
| testDeleteBeerConsumer | Success | | 0.032 |
| testInheritanceDiscriminatorFieldValue | Success | | 0.001 |
| testMappingsTypes | Success | | 0.001 |
| testCustomerOrdersMapping | Success | | 0.000 |
| testOrderCustomerMapping | Success | | 0.000 |
| testItemNameMapping | Success | | 0.000 |
| testCreateCustomer | Success | | 0.009 |
| testCreateItem | Success | | 0.024 |
| testCreateOrder | Success | | 0.019 |
| testReadCustomer | Success | | 0.000 |
| testReadItem | Success | | 0.001 |
| testReadOrder | Success | | 0.001 |
| testNamedQueryOnCustomer | Success | | 0.002 |
| testNamedQueryOnItem | Success | | 0.002 |
| testNamedQueryOnOrder | Success | | 0.002 |
| testUpdateCustomer | Success | | 0.010 |
| testUpdateItem | Success | | 0.020 |
| testUpdateOrder | Success | | 0.013 |
| testDeleteOrder | Success | | 0.023 |
| testDeleteCustomer | Success | | 0.008 |
| testDeleteItem | Success | | 0.007 |
| testCreateCustomer | Success | | 0.010 |
| testCreateItem | Success | | 0.024 |
| testCreateOrder | Success | | 0.011 |
| testReadCustomer | Success | | 0.001 |
| testReadItem | Success | | 0.001 |
| testReadOrder | Success | | 0.001 |
| testUpdateCustomer | Success | | 0.009 |
| testUpdateItem | Success | | 0.028 |
| testUpdateOrder | Success | | 0.011 |
| testDeleteOrder | Success | | 0.023 |
| testDeleteCustomer | Success | | 0.011 |
| testDeleteItem | Success | | 0.008 |
| testCreateEmployee | Success | | 0.031 |
| testReadEmployee | Success | | 0.001 |
| testUpdateEmployee | Success | | 0.012 |
| testDeleteEmployee | Success | | 0.011 |
| testOneToManyRelationships | Success | | 6.128 |
| testVerifyOneToManyRelationships | Success | | 0.010 |
| testCreateBeerConsumer | Success | | 0.034 |
| testReadBeerConsumer | Success | | 0.001 |
| testNamedNativeQueryBeerConsumers | Success | | 0.010 |
| testNamedNativeQueryCertifications | Success | | 0.003 |
| testMappedSuperclassTransientField | Success | | 0.001 |
| testTransientField | Success | | 0.001 |
| testUpdateBeerConsumer | Success | | 0.010 |
| testDeleteBeerConsumer | Success | | 0.052 |
| testBeerLifeCycleMethodAnnotationIgnored | Success | | 0.034 |
| testMappedSuperclassEntityListener | Success | | 0.007 |
| testMappedSuperclassEmbeddedXMLElement | Success | | 0.001 |
| testDDLPkConstraintErrorIncludingRelationTableColumnName | Success | | 0.047 |
| testDDLUniqueKeysAsJoinColumns | Success | | 0.026 |
| testDDLUniqueConstraintsByAnnotations | Success | | 0.501 |
| testDDLUniqueConstraintsByXML | Success | | 0.450 |
| testDDLSubclassEmbeddedIdPkColumnsInJoinedStrategy | Success | | 0.031 |
| testSessionXMLProperty | Success | | 0.123 |
| testSessionEventListenerProperty | Success | | 0.015 |
| testExceptionHandlerProperty | Success | | 0.002 |
| testNativeSQLProperty | Success | | 0.000 |
| testCacheStatementsAndItsSizeProperty | Success | | 0.001 |
| testBatchwritingProperty | Success | | 0.000 |
| testCopyDescriptorNamedQueryToSessionProperty | Success | | 0.001 |
| testLoggingTyperProperty | Success | | 0.000 |
| testProfilerTyperProperty | Success | | 0.498 |
| testCreateWrapperTypes | Success | | 0.010 |
| testNullifyBigDecimal | Success | | 0.018 |
| testNullifyBigInteger | Success | | 0.006 |
| testNullifyBoolean | Success | | 0.007 |
| testNullifyByte | Success | | 0.007 |
| testNullifyCharacter | Success | | 0.007 |
| testNullifyShort | Success | | 0.009 |
| testNullifyInteger | Success | | 0.009 |
| testNullifyLong | Success | | 0.008 |
| testNullifyFloat | Success | | 0.007 |
| testNullifyDouble | Success | | 0.007 |
| testNullifyString | Success | | 0.011 |
| testCreateByteArrayType | Success | | 0.011 |
| testCreatePrimitiveByteArrayType | Success | | 0.008 |
| testCreateCharacterArrayType | Success | | 0.007 |
| testCreateCharArrayType | Success | | 0.007 |
| testPrimitiveByteArrayPK | Success | | 0.000 |
| testCreateDateTime | Success | | 0.006 |
| testNullifySqlDate | Success | | 0.012 |
| testNullifyTime | Success | | 0.013 |
| testNullifyTimestamp | Success | | 0.008 |
| testNullifyUtilDate | Success | | 0.016 |
| testNullifyCalendar | Success | | 0.008 |
| testCreate | Success | | 0.023 |
| testRead | Success | | 0.006 |
| testUpdate | Success | | 0.019 |
| testDelete | Success | | 0.023 |