Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
9340299.79%846.600
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)Time StampHost
org.eclipse.persistence.testing.tests.jpa93420846.6002008-06-25T20:57:44build

Package org.eclipse.persistence.testing.tests.jpa

NameTestsErrorsFailuresTime(s)Time StampHost
FullRegressionTestSuite93420846.6002008-06-25T20:57:44build
Back to top


TestCase FullRegressionTestSuite

NameStatusTypeTime(s)
testNamedNativeQuerySuccess0.065
testPersistThenRemoveCallsSuccess0.107
testRemoveUnmanagedNewEntitySuccess0.039
testPersistOnRegisteredObjectSuccess0.028
testPreUpdateEvent_UpdateAlteredSuccess0.063
testPreUpdateEvent_UpdateRevertedSuccess0.039
testMergeCascadeTriggersPrePersistSuccess0.039
testSetupSuccess7.980
testWeavingSuccess0.001
testClearEntityManagerWithoutPersistenceContextSuccess0.000
testUpdateAllProjectsSuccess0.123
testUpdateUsingTempStorageSuccess0.148
testSequenceObjectDefinitionSuccess0.000
testFindDeleteAllPersistSuccess0.115
testExtendedPersistenceContextSuccess0.163
testRemoveFlushFindSuccess0.041
testRemoveFlushPersistContainsSuccess0.043
testTransactionRequiredSuccess0.005
testSubStringSuccess0.031
testFlushModeOnUpdateQuerySuccess0.048
testContainsRemovedSuccess0.032
testRefreshRemovedSuccess0.031
testRefreshNotManagedSuccess0.000
testDoubleMergeSuccess0.015
testDescriptorNamedQueryForMultipleQueriesSuccess0.015
testDescriptorNamedQuerySuccess0.011
testClearEntityManagerWithoutPersistenceContextSimulateJTASuccess0.004
testMultipleEntityManagerFactoriesSuccess6.224
testOneToManyDefaultJoinTableNameSuccess0.070
testClosedEmShouldThrowExceptionSuccess0.001
testRollbackOnlyOnExceptionSuccess0.001
testUpdateAllProjectsWithNullTeamLeaderSuccess0.209
testUpdateAllLargeProjectsWithNullTeamLeaderSuccess0.174
testUpdateAllSmallProjectsWithNullTeamLeaderSuccess0.068
testUpdateAllProjectsWithNameSuccess0.048
testUpdateAllLargeProjectsWithNameSuccess0.064
testUpdateAllSmallProjectsWithNameSuccess0.047
testUpdateAllLargeProjectsSuccess0.055
testUpdateAllSmallProjectsSuccess0.040
testUpdateUsingTempStorageWithParameterSuccess0.142
testDeleteAllLargeProjectsWithNullTeamLeaderSuccess0.033
testDeleteAllSmallProjectsWithNullTeamLeaderSuccess0.026
testDeleteAllProjectsWithNullTeamLeaderSuccess0.036
testDeleteAllPhonesWithNullOwnerSuccess0.002
testSetFieldForPropertyAccessWithNewEMSuccess0.066
testSetFieldForPropertyAccessWithRefreshErrorException [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
testSetFieldForPropertyAccessSuccess0.080
testInitializeFieldForPropertyAccessSuccess0.691
testCascadePersistToNonEntitySubclassSuccess0.531
testCascadeMergeManagedSuccess1.343
testCascadeMergeDetachedSuccess0.711
testPrimaryKeyUpdatePKFKSuccess0.043
testPrimaryKeyUpdateSameValueSuccess0.032
testPrimaryKeyUpdateSuccess0.029
testRemoveNullSuccess0.001
testContainsNullSuccess0.000
testPersistNullSuccess0.000
testMergeNullSuccess0.001
testMergeRemovedObjectSuccess0.055
testMergeDetachedObjectSuccess0.066
testSerializedLazySuccess0.090
testCloneableSuccess0.036
testLeftJoinOneToOneQuerySuccess0.007
testNullifyAddressInSuccess0.006
testQueryOnClosedEMSuccess0.002
testIncorrectBatchQueryHintSuccess0.004
testFetchQueryHintSuccess0.061
testBatchQueryHintSuccess0.060
testQueryHintsSuccess0.002
testParallelMultipleFactoriesSuccess0.002
testMultipleFactoriesSuccess5.160
testPersistencePropertiesSuccess0.001
testBeginTransactionCloseCommitTransactionSuccess0.288
testBeginTransactionCloseSuccess0.000
testCloseSuccess0.000
testPersistOnNonEntitySuccess0.000
testWRITELockSuccess0.041
testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh_FlushSuccess0.069
testReadTransactionIsolation_OriginalInCache_UpdateAll_RefreshSuccess0.062
testReadTransactionIsolation_OriginalInCache_UpdateAll_FlushSuccess0.041
testReadTransactionIsolation_OriginalInCache_UpdateAllSuccess0.053
testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh_FlushSuccess0.035
testReadTransactionIsolation_OriginalInCache_CustomUpdate_RefreshSuccess0.047
testReadTransactionIsolation_OriginalInCache_CustomUpdate_FlushSuccess0.277
testReadTransactionIsolation_OriginalInCache_CustomUpdateSuccess0.077
testReadTransactionIsolation_UpdateAll_Refresh_FlushSuccess0.125
testReadTransactionIsolation_UpdateAll_RefreshSuccess0.120
testReadTransactionIsolation_UpdateAll_FlushSuccess0.035
testReadTransactionIsolation_UpdateAllSuccess0.068
testReadTransactionIsolation_CustomUpdate_Refresh_FlushSuccess0.043
testReadTransactionIsolation_CustomUpdate_RefreshSuccess0.058
testReadTransactionIsolation_CustomUpdate_FlushSuccess0.039
testReadTransactionIsolation_CustomUpdateSuccess0.051
testClearInTransactionSuccess0.047
testClearWithFlushSuccess0.087
testClearSuccess0.011
testCheckVersionOnMergeSuccess0.023
testFindWithNullPkSuccess0.000
testFindWithWrongTypePkSuccess0.000
testPersistManagedNoExceptionSuccess0.022
testPersistManagedExceptionSuccess0.017
testPersistRemovedSuccess0.744
testREADLockSuccess0.035
testIgnoreRemovedObjectsOnDatabaseSyncSuccess0.048
testIdentityOutsideTransactionSuccess0.013
testIdentityInsideTransactionSuccess0.001
testDatabaseSyncNewObjectSuccess0.000
testSetRollbackOnlySuccess0.039
testFlushModeEmCommitQueryAutoSuccess0.020
testFlushModeEmCommitSuccess0.005
testFlushModeEmCommitQueryCommitSuccess0.004
testFlushModeEmAutoQueryAutoSuccess0.013
testFlushModeEmAutoSuccess0.016
testFlushModeEmAutoQueryCommitSuccess0.005
testCacheUsageSuccess0.039
testSequencePreallocationUsingCallbackTestSuccess0.027
testForceSQLExceptionFor219097Success0.004
testRefreshInvalidateDeletedObjectSuccess0.025
testClearWithFlush2Success0.139
testEMFWrapValidationExceptionSuccess0.139
testEMDefaultTxTypeSuccess1.244
testMergeNewObjectSuccess0.008
testMergeNewObject2Success0.011
testMergeNewObject3_UseSequencingSuccess0.009
testMergeNewObject3_DontUseSequencingSuccess0.055
testCreateEntityManagerFactorySuccess0.004
testCreateEntityManagerFactory2Success2.414
testPessimisticLockHintStartsTransactionSuccess0.004
testManyToOnePersistCascadeOnFlushSuccess0.031
testDiscoverNewReferencedObjectSuccess0.048
testBulkDeleteThenMergeSuccess0.055
testNativeSequencesSuccess0.001
testGetReferenceSuccess0.018
testGetReferenceUpdateSuccess0.053
testGetReferenceUsedInUpdateSuccess0.031
testBadGetReferenceSuccess0.002
testClassInstanceConverterSuccess0.025
test210280EntityManagerFromPUwithSpaceInNameButNotInPathSuccess0.130
test210280EntityManagerFromPUwithSpaceInPathButNotInNameSuccess0.208
test210280EntityManagerFromPUwithSpaceInNameAndPathSuccess0.131
testNewObjectNotCascadePersistSuccess0.001
testConnectionPolicySuccess0.004
testConverterInSuccess0.023
testInheritanceNoDiscriminatorColumnSuccess0.009
testComplicateResultWithInheritanceSuccess0.039
testRefreshSuccess0.045
testBindParametersSuccess0.003
testBindParametersWithPostitionalSuccess0.003
testSimpleInheritanceSuccess0.010
testPessimisticLockingSuccess0.010
testComplicateResultsSuccess0.006
testProjectJoinTeamMembersSuccess0.428
testProjectJoinTeamLeaderJoinAddressWhereTeamLeaderNotNullSuccess0.298
testProjectJoinTeamMembersJoinAddressSuccess0.150
testProjectOuterJoinTeamMembersJoinAddressSuccess0.257
testProjectOuterJoinTeamMembersOuterJoinAddressSuccess0.128
testProjectJoinTeamMembersOuterJoinAddressSuccess0.223
testProblemReporterProjectJoinTeamMembersJoinAddressSuccess0.090
testEmployeeJoinProjectsSuccess0.108
testEmployeeJoinProjectsOnUOWSuccess0.113
testEmployeeJoinProjectsJoinTeamLeaderJoinAddressWhereManagerIsNullSuccess0.085
testProjectOuterJoinTeamLeaderAddressTeamMembersAddressPhonesWhereProjectNameSuccess0.098
testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhonesSuccess0.239
testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhonesOnUOWSuccess0.218
testEmployeeJoinManagerAddressOuterJoinManagerAddressSuccess0.089
testTwoUnrelatedResultWithOneToManyJoinsSuccess0.132
testMultipleUnrelatedResultWithOneToManyJoinsSuccess0.368
testTwoUnrelatedResultWithOneToOneJoinsSuccess0.280
testTwoUnrelatedResultWithOneToOneJoinsWithExtraItemSuccess0.245
testSimpleReturnDirectToFieldSuccess0.002
testSimpleReturnObjectSuccess0.013
testReturnObjectAndDirectToFieldSuccess0.009
testReturnUnrelatedObjectAndDirectToFieldSuccess0.017
testInheritanceMultiTableExceptionSuccess0.002
testReturnRootObjectSuccess0.007
testPhoneCountGroupByOwnerSuccess0.192
testPhoneCountGroupByOwnersAddressSuccess0.201
testProjectCountGroupByTeamMembersSuccess0.070
testProjectCountGroupByTeamMemberAddressSuccess0.077
testProjectCountGroupByTeamMemberPhoneSuccess0.061
testExtendedPersistenceContextSuccess0.006
testSimpleConstructorExpressionSuccess0.004
testSimpleConstructorExpressionWithNamedQuerySuccess0.002
testMultipleTypeConstructorExpressionSuccess0.004
testNonExistantConstructorConstructorExpressionSuccess0.000
testPrimitiveConstructorExpressionSuccess0.003
testConstructorEJBQLWithInheritanceSuccess0.001
testConstructorExpressionWithOtherAttributesSuccess0.002
testCreateProjectsSuccess0.010
testCreateEmployeeWithFlushSuccess0.016
testVersionUpdateWithCorrectValueSuccess0.011
testVersionUpdateWithIncorrectValueSuccess0.013
testVersionUpdateWithNullValueSuccess0.011
testExistenceCheckingSettingSuccess0.001
testJoinFetchAnnotationSuccess0.000
testVerifyEmployeeCacheSettingsSuccess1.129
testVerifyEmployeeCustomizerSettingsSuccess0.000
testUpdateEmployeeSuccess0.071
testVerifyUpdatedEmployeeSuccess0.006
testCreateNewBuyerSuccess0.036
testVerifyNewBuyerSuccess0.026
testBuyerOptimisticLockingSuccess0.144
testGiveFredASexChangeSuccess0.320
testUpdatePenelopesPhoneNumberStatusSuccess0.029
testRemoveJillWithPrivateOwnedPhoneNumbersSuccess0.041
testCreateNewEquipmentSuccess0.022
testAddNewEquipmentToDepartmentSuccess0.022
testRemoveDepartmentWithPrivateOwnedEquipmentSuccess0.033
testUpdateReadOnlyEquipmentCodeSuccess0.004
testNamedStoredProcedureQuerySuccess2.008
testNamedStoredProcedureQueryInOutSuccess0.198
testMethodBasedTransformationMappingSuccess0.026
testClassBasedTransformationMappingSuccess0.035
testPropertySuccess0.004
testBackpointerOnMergeSuccess0.020
testGF1818Success0.014
testGF1894Success0.018
testGF894Success0.021
testManAndWomanSuccess0.028
testStringArrayFieldSuccess0.018
testCreateDepartmentSuccess0.020
testCreateScientistsSuccess0.053
testReadDepartmentSuccess0.022
testReadJuniorScientistSuccess0.023
testAnyAndAllSuccess0.087
testNamedNativeQuerySuccess0.003
testPersistThenRemoveCallsSuccess0.050
testRemoveUnmanagedNewEntitySuccess0.043
testPersistOnRegisteredObjectSuccess0.095
testPreUpdateEvent_UpdateAlteredSuccess0.059
testPreUpdateEvent_UpdateRevertedSuccess0.055
testSetupSuccess8.278
testWeavingSuccess0.004
testClearEntityManagerWithoutPersistenceContextSuccess0.001
testUpdateAllProjectsSuccess0.417
testUpdateUsingTempStorageSuccess0.263
testSequenceObjectDefinitionSuccess0.000
testFindDeleteAllPersistSuccess0.102
testExtendedPersistenceContextSuccess0.159
testRemoveFlushFindSuccess0.051
testRemoveFlushPersistContainsSuccess0.047
testTransactionRequiredSuccess0.001
testSubStringSuccess0.061
testFlushModeOnUpdateQuerySuccess0.056
testContainsRemovedSuccess0.034
testRefreshRemovedSuccess0.050
testRefreshNotManagedSuccess0.001
testDoubleMergeSuccess0.013
testDescriptorNamedQueryForMultipleQueriesSuccess0.023
testDescriptorNamedQuerySuccess0.015
testClearEntityManagerWithoutPersistenceContextSimulateJTASuccess0.001
testMultipleEntityManagerFactoriesSuccess3.121
testOneToManyDefaultJoinTableNameSuccess0.026
testClosedEmShouldThrowExceptionSuccess0.000
testRollbackOnlyOnExceptionSuccess0.000
testUpdateAllProjectsWithNullTeamLeaderSuccess0.082
testUpdateAllLargeProjectsWithNullTeamLeaderSuccess0.072
testUpdateAllSmallProjectsWithNullTeamLeaderSuccess0.047
testUpdateAllProjectsWithNameSuccess0.044
testUpdateAllLargeProjectsWithNameSuccess0.044
testUpdateAllSmallProjectsWithNameSuccess0.048
testUpdateAllLargeProjectsSuccess0.040
testUpdateAllSmallProjectsSuccess0.048
testUpdateUsingTempStorageWithParameterSuccess0.047
testDeleteAllLargeProjectsWithNullTeamLeaderSuccess0.037
testDeleteAllSmallProjectsWithNullTeamLeaderSuccess0.022
testDeleteAllProjectsWithNullTeamLeaderSuccess0.028
testDeleteAllPhonesWithNullOwnerSuccess0.002
testSetFieldForPropertyAccessWithNewEMSuccess0.044
testSetFieldForPropertyAccessWithRefreshSuccess0.040
testSetFieldForPropertyAccessSuccess0.035
testInitializeFieldForPropertyAccessSuccess0.040
testCascadePersistToNonEntitySubclassSuccess0.012
testCascadeMergeManagedSuccess0.020
testCascadeMergeDetachedSuccess0.033
testPrimaryKeyUpdatePKFKSuccess0.020
testPrimaryKeyUpdateSameValueSuccess0.010
testPrimaryKeyUpdateSuccess0.011
testRemoveNullSuccess0.001
testContainsNullSuccess0.001
testPersistNullSuccess0.000
testMergeNullSuccess0.000
testMergeRemovedObjectSuccess0.015
testMergeDetachedObjectSuccess0.023
testSerializedLazySuccess0.084
testCloneableSuccess0.020
testLeftJoinOneToOneQuerySuccess0.005
testNullifyAddressInSuccess0.015
testQueryOnClosedEMSuccess0.004
testIncorrectBatchQueryHintSuccess0.009
testFetchQueryHintSuccess0.075
testBatchQueryHintSuccess0.067
testQueryHintsSuccess0.008
testParallelMultipleFactoriesSuccess0.223
testMultipleFactoriesSuccess0.000
testPersistencePropertiesSuccess0.000
testBeginTransactionCloseCommitTransactionSuccess0.033
testBeginTransactionCloseSuccess0.000
testCloseSuccess0.000
testPersistOnNonEntitySuccess0.001
testWRITELockSuccess0.040
testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh_FlushSuccess0.060
testReadTransactionIsolation_OriginalInCache_UpdateAll_RefreshSuccess0.056
testReadTransactionIsolation_OriginalInCache_UpdateAll_FlushSuccess0.035
testReadTransactionIsolation_OriginalInCache_UpdateAllSuccess0.044
testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh_FlushSuccess0.051
testReadTransactionIsolation_OriginalInCache_CustomUpdate_RefreshSuccess0.043
testReadTransactionIsolation_OriginalInCache_CustomUpdate_FlushSuccess0.031
testReadTransactionIsolation_OriginalInCache_CustomUpdateSuccess0.031
testReadTransactionIsolation_UpdateAll_Refresh_FlushSuccess0.055
testReadTransactionIsolation_UpdateAll_RefreshSuccess0.060
testReadTransactionIsolation_UpdateAll_FlushSuccess0.036
testReadTransactionIsolation_UpdateAllSuccess0.140
testReadTransactionIsolation_CustomUpdate_Refresh_FlushSuccess0.040
testReadTransactionIsolation_CustomUpdate_RefreshSuccess0.055
testReadTransactionIsolation_CustomUpdate_FlushSuccess0.066
testReadTransactionIsolation_CustomUpdateSuccess0.043
testClearInTransactionSuccess0.032
testClearWithFlushSuccess0.060
testClearSuccess0.011
testCheckVersionOnMergeSuccess0.016
testFindWithNullPkSuccess0.000
testFindWithWrongTypePkSuccess0.001
testPersistManagedNoExceptionSuccess0.019
testPersistManagedExceptionSuccess0.012
testPersistRemovedSuccess0.523
testREADLockSuccess0.028
testIgnoreRemovedObjectsOnDatabaseSyncSuccess0.052
testIdentityOutsideTransactionSuccess0.006
testIdentityInsideTransactionSuccess0.002
testDatabaseSyncNewObjectSuccess0.001
testSetRollbackOnlySuccess0.045
testFlushModeEmCommitQueryAutoSuccess0.020
testFlushModeEmCommitSuccess0.005
testFlushModeEmCommitQueryCommitSuccess0.005
testFlushModeEmAutoQueryAutoSuccess0.012
testFlushModeEmAutoSuccess0.012
testFlushModeEmAutoQueryCommitSuccess0.006
testCacheUsageSuccess0.038
testSuperclassFieldInSubclassSuccess0.019
testCopyingAddressSuccess0.000
testSequencePreallocationUsingCallbackTestSuccess2.556
testInheritanceNoDiscriminatorColumnSuccess0.005
testComplicateResultWithInheritanceSuccess0.033
testRefreshSuccess0.093
testBindParametersSuccess0.005
testBindParametersWithPostitionalSuccess0.004
testSimpleInheritanceSuccess0.011
testPessimisticLockingSuccess0.011
testComplicateResultsSuccess0.010
testProjectJoinTeamMembersSuccess0.418
testProjectJoinTeamLeaderJoinAddressWhereTeamLeaderNotNullSuccess0.453
testProjectJoinTeamMembersJoinAddressSuccess0.105
testProjectOuterJoinTeamMembersJoinAddressSuccess0.117
testProjectOuterJoinTeamMembersOuterJoinAddressSuccess0.103
testProjectJoinTeamMembersOuterJoinAddressSuccess0.095
testProblemReporterProjectJoinTeamMembersJoinAddressSuccess0.071
testEmployeeJoinProjectsSuccess0.093
testEmployeeJoinProjectsJoinTeamLeaderJoinAddressWhereManagerIsNullSuccess0.078
testProjectOuterJoinTeamLeaderAddressTeamMembersAddressPhonesWhereProjectNameSuccess0.159
testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhonesSuccess0.116
testEmployeeJoinManagerAddressOuterJoinManagerAddressSuccess0.061
testTwoUnrelatedResultWithOneToManyJoinsSuccess0.108
testMultipleUnrelatedResultWithOneToManyJoinsSuccess0.404
testTwoUnrelatedResultWithOneToOneJoinsSuccess0.344
testTwoUnrelatedResultWithOneToOneJoinsWithExtraItemSuccess0.203
testSimpleReturnDirectToFieldSuccess0.002
testSimpleReturnObjectSuccess0.012
testReturnObjectAndDirectToFieldSuccess0.014
testReturnUnrelatedObjectAndDirectToFieldSuccess0.015
testInheritanceMultiTableExceptionSuccess0.001
testReturnRootObjectSuccess0.017
testExtendedPersistenceContextSuccess0.004
testSimpleConstructorExpressionSuccess0.003
testSimpleConstructorExpressionWithNamedQuerySuccess0.001
testMultipleTypeConstructorExpressionSuccess0.004
testNonExistantConstructorConstructorExpressionSuccess0.001
testPrimitiveConstructorExpressionSuccess0.003
testConstructorEJBQLWithInheritanceSuccess0.001
testConstructorExpressionWithOtherAttributesSuccess0.002
testCreateProjectsSuccess0.015
testCreateEmployeeWithFlushSuccess0.011
testVersionUpdateWithCorrectValueSuccess0.012
testVersionUpdateWithIncorrectValueSuccess0.009
testVersionUpdateWithNullValueSuccess0.007
testJoinFetchAnnotationSuccess0.000
testVerifyEmployeeCustomizerSettingsSuccess0.000
testUpdateEmployeeSuccess0.026
testVerifyUpdatedEmployeeSuccess0.003
testCreateNewBuyerSuccess0.009
testVerifyNewBuyerSuccess0.004
testBuyerOptimisticLockingSuccess0.018
testGiveFredASexChangeSuccess0.009
testUpdatePenelopesPhoneNumberStatusSuccess0.012
testRemoveJillWithPrivateOwnedPhoneNumbersSuccess0.028
testCreateNewEquipmentSuccess0.009
testAddNewEquipmentToDepartmentSuccess0.008
testRemoveDepartmentWithPrivateOwnedEquipmentSuccess0.013
testUpdateReadOnlyEquipmentCodeSuccess0.001
testNamedStoredProcedureQuerySuccess0.011
testNamedStoredProcedureQueryInOutSuccess0.010
testGF1818Success0.011
testGF1894Success0.012
testGF894Success0.013
testManAndWomanSuccess0.022
testStringArrayFieldSuccess0.020
selfReferencingManyToManyTestSuccess2.470
testManyToManyClearDeleteSuccess2.738
testLeftTrimWithTrimCharSuccess2.100
testLeftTrimWithoutTrimCharSuccess2.166
testRightTrimWithTrimCharSuccess1.836
testRightTrimWithoutTrimCharSuccess2.004
testTrimWithTrimCharSuccess2.360
testTrimWithoutTrimCharSuccess1.818
testLocateWithSingleArgumentSuccess2.005
testLocateWithDoubleArgumentSuccess1.662
testInsertVirtualAttributeSuccess0.023
testReadVirtualAttributeSuccess0.003
testUpdateVirtualAttributeSuccess0.014
testDeleteVirtualAttributeSuccess0.012
testPrePersistBusOverrideAndAbstractInheritAndDefaultSuccess0.009
testPostPersistBusInheritAndDefaultSuccess0.012
testPostLoadBusInheritAndDefaultSuccess0.001
testPrePersistSportsCarInheritAndExcludeDefaultSuccess0.010
testPostPersistSportsCarInheritAndExcludeDefaultSuccess0.009
testPrePersistSportsCarOverrideSuccess0.015
test_nullSuccess0.592
test_nullNonDeferredSuccess0.531
test_ownerTOPSuccess0.770
test_fuelTypePetrolSuccess0.259
test_schoolBusNullDriverSuccess0.051
test_ownerOwnsNonFueledVehicleSuccess0.200
testPersistPolymorphicRelationshipSuccess0.014
testAssociationWithEmbeddedIdSubclassEntityInJoinedStrategySuccess0.024
testCreateNewMudTireSuccess0.014
testCreateNewRockTireSuccess0.015
testReadNewMudTireSuccess0.003
testReadNewRockTireSuccess0.002
testVehicleJoinCompanySuccess0.064
testVehicleJoinCompanyWherePassengerCapacitySuccess0.033
testCompanyJoinVehiclesSuccess0.029
testCompanyJoinVehiclesWhereNameTOPSuccess0.015
testInitializeSuccess0.056
test1Success0.034
testInitializeSuccess0.040
test2Success0.013
testInitializeSuccess0.022
test3Success0.032
testCreateBlueSuccess0.007
testReadBlueSuccess0.001
testCreateBeerConsumerSuccess0.006
testCreateNoviceBeerConsumerSuccess0.008
testCreateExpertBeerConsumerSuccess0.012
testReadNoviceBeerConsumerSuccess0.005
testReadExpertBeerConsumerSuccess0.003
testUpdateBeerConsumerSuccess0.014
testInheritedCloneErrorN/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
testCascadeRemoveSuccess0.014
testPreAndPostPersistAlpineSuccess0.012
testPrePersistAlpineOnMergeSuccess0.011
testPreAndPostPersistBeerConsumerSuccess0.008
testPostLoadOnFindSuccess0.001
testPostLoadOnRefreshSuccess0.005
testPreAndPostUpdateSuccess0.010
testPreAndPostRemoveSuccess0.011
testExistenceCheckingSettingSuccess0.000
testCreateBeerConsumerSuccess0.009
testCreateAlpineSuccess0.021
testCreateCanadianSuccess0.015
testCreateCertificationsSuccess0.011
testCreateTelephoneNumbersSuccess0.028
testReadBeerConsumerSuccess0.002
testReadAlpineSuccess0.001
testReadCanadianSuccess0.003
testInsertNewAlpineSuccess0.025
testInsertNewAlpineAndModifyOrderOfExistingAlpinesSuccess0.023
testUpdateAlpineSuccess0.012
testUpdateAlpineThroughBeerConsumerSuccess0.017
testUpdateBeerConsumerSuccess0.011
testUpdateCanadianSuccess0.014
testUpdateCanadianThroughBeerConsumerSuccess0.013
testUpdateCertificationsSuccess0.020
testUpdateTelephoneNumberThroughBeerConsumerSuccess0.019
testShuffleTelephoneNumbersOnBeerConsumersSuccess0.021
testDeleteAlpineSuccess0.009
testDeleteCanadianSuccess0.007
testDeleteBeerConsumerSuccess0.015
testOptimisticLockingTestSuccess0.019
testgetReferenceSuccess4.283
testcreateNativeQuerySuccess7.275
testcreateNativeQueryWithSelectSQLSuccess4.168
testNativeNamedQuerySuccess4.516
testSetParameterUsingNullSuccess3.922
testExcludingUnneccesaryJoinSuccess3.980
testRemoveUnneccesaryDistinctFromJoinSuccess3.876
testLeftTrimWithTrimCharSuccess4.272
testLeftTrimWithoutTrimCharSuccess3.825
testRightTrimWithTrimCharSuccess4.319
testRightTrimWithoutTrimCharSuccess4.430
testTrimWithTrimCharSuccess3.689
testTrimWithoutTrimCharSuccess4.296
testLocateWithSingleArgumentSuccess4.605
testLocateWithDoubleArgumentSuccess4.489
testInsertVirtualAttributeSuccess0.012
testReadVirtualAttributeSuccess0.010
testUpdateVirtualAttributeSuccess0.013
testDeleteVirtualAttributeSuccess0.025
testCacheIsolation_PropertiesDefault_ConfigSuccess0.092
testCacheIsolation_XMLDefault_ConfigSuccess0.305
testJTADatasource_Config_OverrideSuccess0.004
testNonJTADatasource_Config_OverrideSuccess0.152
testPKClassTypeValidationSuccess0.000
testParameterNameValidationSuccess0.001
testParameterPositionValidationSuccess0.001
testParameterPositionValidation2Success0.001
selfReferencingManyToManyCreateTestSuccess4.101
testManyToManyClearDeleteSuccess4.654
testCreateItemSuccess0.016
testModifyItemSuccess0.012
testVerifyItemSuccess0.004
testInstantiationCopyPolicySuccess0.000
testCopyPolicySuccess0.001
testCloneCopyPolicySuccess0.000
testSelectPhoneNumberAreaCodeSuccess0.004
testSelectPhoneNumberAreaCodeWithEmployeeSuccess0.011
testSelectPhoneNumberNumberWithEmployeeWithExplicitJoinSuccess0.006
testSelectPhoneNumberNumberWithEmployeeWithFirstNameFirstSuccess0.006
testSelectEmployeeWithSameParameterUsedMultipleTimesSuccess0.019
testOuterJoinOnOneToOneSuccess0.019
testOuterJoinPolymorphicSuccess0.013
testFirstResultOnNamedQuerySuccess0.003
testInvertedSelectionCriteriaNullPKSuccess0.007
testInvertedSelectionCriteriaInvalidQueryKeySuccess0.026
testMaxAndFirstResultsOnDataQuerySuccess0.002
testMaxAndFirstResultsOnDataQueryWithGroupBySuccess0.003
testDistinctSelectForEmployeeWithNullAddressSuccess0.012
simpleJoinFetchTestSuccess0.244
simpleJoinFetchTest2Success0.171
baseTestCaseSuccess0.044
simpleABSTestSuccess0.014
simpleBetweenAndTestSuccess0.056
simpleBetweenTestSuccess0.053
simpleConcatTestSuccess0.025
simpleConcatTestWithParametersSuccess0.015
simpleConcatTestWithConstants1Success0.013
simpleDistinctTestSuccess0.015
simpleDistinctNullTestSuccess0.035
simpleDistinctMultipleResultTestSuccess0.047
simpleDoubleOrTestSuccess0.023
simpleEqualsBracketsTestSuccess0.013
simpleEqualsTestSuccess0.015
simpleEqualsTestWithJoinSuccess0.011
simpleEqualsWithAsSuccess0.015
collectionMemberIdentifierEqualsTestSuccess0.014
abstractSchemaIdentifierEqualsTestSuccess0.015
abstractSchemaIdentifierNotEqualsTestSuccess0.058
simpleInOneDotTestSuccess0.012
simpleInTestSuccess0.016
simpleLengthTestSuccess0.019
simpleLikeTestSuccess0.014
simpleLikeTestWithParameterSuccess0.080
simpleLikeEscapeTestWithParameterSuccess0.011
simpleNotBetweenTestSuccess0.011
simpleNotEqualsVariablesIntegerSuccess0.055
simpleNotInTestSuccess0.050
simpleNotLikeTestSuccess0.050
simpleOrFollowedByAndTestSuccess0.014
simpleOrFollowedByAndTestWithStaticNamesSuccess0.017
simpleOrTestSuccess0.032
simpleParameterTestSuccess0.018
simpleParameterTestChangingParametersSuccess0.023
simpleReverseAbsTestSuccess0.015
simpleReverseConcatTestSuccess0.023
simpleReverseEqualsTestSuccess0.013
simpleReverseLengthTestSuccess0.015
simpleReverseParameterTestSuccess0.017
simpleReverseSqrtTestSuccess0.007
simpleReverseSubstringTestSuccess0.014
simpleSqrtTestSuccess0.005
simpleSubstringTestSuccess0.013
simpleNullTestSuccess0.019
simpleNotNullTestSuccess0.082
distinctTestSuccess0.017
conformResultsInUnitOfWorkTestSuccess0.067
simpleModTestSuccess0.052
simpleIsEmptyTestSuccess0.005
simpleIsNotEmptyTestSuccess0.049
simpleApostrohpeTestSuccess0.004
simpleEscapeUnderscoreTestSuccess0.027
simpleEnumTestSuccess0.002
smallProjectMemberOfProjectsTestSuccess0.024
smallProjectNOTMemberOfProjectsTestSuccess0.048
selectCountOneToOneTestSuccess0.022
selectOneToOneTestSuccess0.003
selectPhonenumberDeclaredInINClauseTestSuccess0.110
selectPhoneUsingALLTestSuccess0.017
selectSimpleMemberOfWithParameterTestSuccess0.023
selectSimpleNotMemberOfWithParameterTestSuccess0.053
selectSimpleBetweenWithParameterTestSuccess0.042
selectSimpleInWithParameterTestSuccess0.010
selectAverageQueryForByteColumnTestSuccess0.001
selectUsingLockModeQueryHintTestSuccess0.006
multipleExecutionOfNamedQueryTestSuccess0.003
selectNamedNativeQueryWithPositionalParameterTestSuccess0.002
selectNativeQueryWithPositionalParameterTestSuccess0.001
complexABSTestSuccess0.010
complexABSWithParameterTestSuccess0.011
compexInTestSuccess0.031
complexLengthTestSuccess0.013
complexLikeTestSuccess0.018
complexNotInTestSuccess0.075
complexNotLikeTestSuccess0.044
complexParameterTestSuccess0.014
complexReverseAbsTestSuccess0.017
complexReverseLengthTestSuccess0.014
complexReverseParameterTestSuccess0.015
complexReverseSqrtTestSuccess0.007
complexSqrtTestSuccess0.007
complexStringInTestSuccess0.026
complexStringNotInTestSuccess0.057
complexSubstringTestSuccess0.011
complexLocateTestSuccess0.011
complexNestedOneToManyUsingInClauseSuccess0.022
complexUnusedVariableTestSuccess0.190
complexJoinTestSuccess0.016
complexMultipleJoinOfSameRelationshipSuccess0.003
complexMultipleLeftOuterJoinOfSameRelationshipSuccess0.002
complexFetchJoinTestSuccess0.077
complexOneToOneFetchJoinTestSuccess0.008
complexSelectRelationshipTestSuccess0.009
complexConstructorTestSuccess0.012
complexConstructorVariableTestSuccess0.008
complexConstructorRelationshipTestSuccess0.014
complexConstructorAggregatesTestSuccess0.020
complexConstructorCountOnJoinedVariableTestSuccess0.014
complexResultPropertiesTestSuccess0.016
complexInSubqueryTestSuccess0.011
complexExistsTestSuccess0.026
complexNotExistsTestSuccess0.020
complexMemberOfTestSuccess0.046
complexNotMemberOfTestSuccess0.048
complexNavigatingEmbeddedSuccess0.005
complexNavigatingTwoLevelOfEmbeddedsSuccess0.004
complexNamedQueryResultPropertiesTestSuccess0.022
complexOuterJoinQuerySuccess0.025
testStraightReadSuperClassSuccess0.005
testStraightReadSubClassSuccess0.007
testJoinSuperClassSuccess0.020
testJoinSubClassSuccess0.015
testJoinFetchSuperClassSuccess0.017
testJoinFetchSubClassSuccess0.013
testJoinedInheritanceSuccess0.005
testJoinedInheritanceWithLeftOuterJoin1Success0.008
testJoinedInheritanceWithLeftOuterJoin2Success0.009
testJoinedInheritanceWithLeftOuterJoin3Success0.008
generalExceptionTestSuccess0.012
recognitionExceptionTestSuccess0.005
missingSelectExceptionTestSuccess0.003
malformedJPQLExceptionTest1Success0.004
malformedJPQLExceptionTest2Success0.004
malformedJPQLExceptionTest3Success0.003
malformedJPQLExceptionTest4Success0.002
malformedJPQLExceptionTest5Success0.011
malformedJPQLExceptionTest6Success0.026
malformedJPQLExceptionTest7Success0.005
malformedJPQLExceptionTest8Success0.005
noAliasWithWHEREAndParameterExceptionTestSuccess0.003
multipleDeclarationOfIdentificationVariableSuccess0.006
aliasResolutionExceptionSuccess0.011
illegalArgumentExceptionTestSuccess0.003
createNamedQueryThrowsIllegalArgumentExceptionTestSuccess0.000
flushTxExceptionTestSuccess0.000
testExecuteUpdateTxExceptionSuccess0.004
noResultExceptionTestSuccess0.005
testGetSingleResultOnUpdateSuccess0.006
testGetSingleResultOnDeleteSuccess0.004
testExecuteUpdateOnSelectSuccess0.003
flushOptimisticLockExceptionTestSuccess0.051
commitOptimisticLockExceptionTestSuccess0.060
JTAOptimisticLockExceptionTestSuccess0.039
testParameterNameValidationSuccess0.000
testModArgumentValidationSuccess0.008
testInExpressionValidationSuccess0.004
testOrderableTypeInOrderByItemSuccess0.003
testInvalidNavigationSuccess0.013
testInvalidCollectionNavigationSuccess0.007
testUnknownAttributeSuccess0.006
testUnknownEnumConstantSuccess0.005
testCommitRollbackExceptionSuccess0.011
testParameterPositionValidationSuccess0.001
testParameterPositionValidation2Success0.001
testParameterTypeValidationSuccess0.004
testEjbqlCaseSensitivitySuccess0.015
testEjbqlUnsupportJoinArgumentSuccess0.007
testInvalidSetClauseSuccess0.006
testUnsupportedCountDistinctOnOuterJoinedCompositePKSuccess0.003
testInvalidHintSuccess0.004
complexAVGTestSuccess0.008
complexCountDistinctWithGroupByAndHavingTestSuccess0.008
complexCountDistinctWithGroupByTestSuccess0.007
complexCountDistinctWithGroupByTest2Success0.013
complexHavingWithAggregateSuccess0.028
complexCountTestSuccess0.005
complexCountWithGroupByTestSuccess0.003
complexDistinctCountTestSuccess0.018
complexMaxTestSuccess0.009
complexMinTestSuccess0.015
complexSumTestSuccess0.006
complexCountDistinctOnBaseQueryClassSuccess0.019
complexCountOnJoinedVariableSimplePKSuccess0.010
complexCountOnJoinedVariableCompositePKSuccess0.019
complexCountOnJoinedVariableOverManyToManySelfRefRelationshipSuccess0.006
complexCountOnJoinedCompositePKSuccess0.075
testSqlDateSuccess0.006
testSqlDateToTSSuccess0.004
testTimeSuccess0.009
testTimeToTSSuccess0.003
testTimestampSuccess0.005
testTimestampToDateSuccess0.016
testTimestampToTimeSuccess0.003
testUtilDateSuccess0.005
testCalenderWithUtilDateSuccess0.008
testSqlDateWithCalSuccess0.002
testTimeWithCalSuccess0.002
testTimestampWithCalSuccess0.002
testUtilDateWithCalSuccess0.002
testCalendarSuccess0.002
testTimestampGreaterThanSuccess0.006
testTimestampLessThanSuccess0.005
testTimestampInSuccess0.005
testTimestampBetweenSuccess0.006
multipleParameterTestSuccess0.010
updateEnumParameterSuccess0.044
findAllOrdersSuccess0.006
findEmployeesInOntarioSuccess0.053
findAllProvinceWithEmployeesSuccess0.006
findAllEmployeesWithPhoneNumbersSuccess0.060
findAllEmployeesWithOutPhoneNumbersSuccess0.015
findAllEmployeesWithCellPhonesSuccess0.024
findOrdersWithDifferentBilledCustomerSuccess0.012
findEmployeeWithWorkPhone2258812Success0.028
parameterTestSuccess0.022
getOrderLargerThanSuccess0.006
getSalesPersonForOrdersSuccess0.007
getOrderForCustomerSuccess0.014
testOuterJoinSuccess0.031
testExistsExpressionSuccess0.009
testAllExpressionsSuccess0.012
testCountInSubQuerySuccess0.007
testGroupByHavingExpressionSuccess0.016
testGroupByHavingCountSuccess0.008
testConstructorQuerySuccess0.005
testSumExpressionSuccess0.008
testAvgExpressionSuccess0.005
testOrderByExpressionSuccess0.024
testCountInSubQuerySuccess0.003
testOrderByExpressionWithSelectSuccess0.009
testDeleteExpressionSuccess0.041
testComplexDeleteExpressionSuccess0.043
updateAllTestSuccess0.054
namedQueryCloneTestSuccess0.014
aggregateParameterTestSuccess0.046
testEJBQLQueryStringSuccess0.037
updateEmbeddedFieldTestSuccess0.041
simpleUpdateSuccess12.016
updateWithSubquerySuccess10.241
updateEmbeddedSuccess10.314
updateEmbeddedFieldTestSuccess11.361
updateUnqualifiedAttributeInSetSuccess15.570
updateUnqualifiedAttributeInWhereSuccess13.373
updateDateTimeFieldsSuccess15.385
simpleDeleteSuccess22.289
simpleUpdateSuccess19.067
updateWithSubquerySuccess12.359
updateEmbeddedSuccess23.396
updateEmbeddedFieldTestSuccess9.264
updateUnqualifiedAttributeInSetSuccess9.351
updateUnqualifiedAttributeInWhereSuccess9.652
updateDateTimeFieldsSuccess8.590
simpleDeleteSuccess11.730
testQueryCacheFirstCacheHitsSuccess0.012
testQueryCacheOnlyCacheHitsSuccess0.010
testQueryPrimaryKeyCacheHitsSuccess0.010
testQueryExactPrimaryKeyCacheHitsSuccess0.009
testQueryTypeCacheHitsSuccess0.010
testCreateEmployeeSuccess0.025
testReadEmployeeSuccess0.004
testNamedNativeQueryOnAddressSuccess0.009
testNamedQueryOnEmployeeSuccess0.002
testUpdateEmployeeSuccess0.009
testRefreshNotManagedEmployeeSuccess0.001
testRefreshRemovedEmployeeSuccess0.048
testDeleteEmployeeSuccess0.012
testCreateCustomerSuccess0.011
testCreateItemSuccess0.011
testCreateOrderSuccess0.012
testReadCustomerSuccess0.001
testReadItemSuccess0.001
testReadOrderSuccess0.002
testNamedQueryOnCustomerSuccess0.002
testNamedQueryOnItemSuccess0.002
testNamedQueryOnOrderSuccess0.002
testUpdateCustomerSuccess0.007
testUpdateItemSuccess0.032
testUpdateOrderSuccess0.012
testDeleteOrderSuccess0.008
testDeleteCustomerSuccess0.011
testDeleteItemSuccess0.022
testUnidirectionalOneToOneCreateSuccess0.021
testUnidirectionalOneToOneReadSuccess0.002
testUnidirectionalOneToOneDeleteNonowningSuccess0.018
testUnidirectionalOneToOneDeleteOwningSuccess0.011
testUnidirectionalOneToManyCreateSuccess0.028
testUnidirectionalOneToManyReadSuccess0.002
testUnidirectionalOneToManyDeleteNonowningSuccess0.010
testUnidirectionalOneToManyDeleteOwningSuccess0.012
testUnidirectionalManyToOneCreateSuccess0.025
testUnidirectionalManyToOneReadSuccess0.002
testUnidirectionalManyToOneDeleteNonowningSuccess0.021
testUnidirectionalManyToOneDeleteOwningSuccess0.015
testUnidirectionalManyToManyCreateSuccess0.021
testUnidirectionalManyToManyReadSuccess0.002
testUnidirectionalManyToManyDeleteNonowningSuccess0.012
testUnidirectionalManyToManyDeleteOwningSuccess0.035
testCreateFueledVehicleSuccess0.010
testCreateBusFueledVehicleSuccess0.011
testCreateNonFueledVehicleSuccess0.029
testReadFueledVehicleSuccess0.001
testReadNonFueledVehicleSuccess0.001
testNamedNativeQueryOnSportsCarSuccess0.001
testUpdateBusFueledVehicleSuccess0.015
testUpdateFueledVehicleSuccess0.009
testUpdateNonFueledVehicleSuccess0.012
testDeleteBusFueledVehicleSuccess0.012
testDeleteFueledVehicleSuccess0.012
testDeleteNonFueledVehicleSuccess0.020
testOneToManyRelationshipsSuccess0.022
testVerifyOneToManyRelationshipsSuccess0.009
testCreateBeerConsumerSuccess0.030
testReadBeerConsumerSuccess0.002
testNamedNativeQueryBeerConsumersSuccess0.010
testNamedNativeQueryCertificationsSuccess0.005
testUpdateBeerConsumerSuccess0.010
testDeleteBeerConsumerSuccess0.032
testInheritanceDiscriminatorFieldValueSuccess0.001
testMappingsTypesSuccess0.001
testCustomerOrdersMappingSuccess0.000
testOrderCustomerMappingSuccess0.000
testItemNameMappingSuccess0.000
testCreateCustomerSuccess0.009
testCreateItemSuccess0.024
testCreateOrderSuccess0.019
testReadCustomerSuccess0.000
testReadItemSuccess0.001
testReadOrderSuccess0.001
testNamedQueryOnCustomerSuccess0.002
testNamedQueryOnItemSuccess0.002
testNamedQueryOnOrderSuccess0.002
testUpdateCustomerSuccess0.010
testUpdateItemSuccess0.020
testUpdateOrderSuccess0.013
testDeleteOrderSuccess0.023
testDeleteCustomerSuccess0.008
testDeleteItemSuccess0.007
testCreateCustomerSuccess0.010
testCreateItemSuccess0.024
testCreateOrderSuccess0.011
testReadCustomerSuccess0.001
testReadItemSuccess0.001
testReadOrderSuccess0.001
testUpdateCustomerSuccess0.009
testUpdateItemSuccess0.028
testUpdateOrderSuccess0.011
testDeleteOrderSuccess0.023
testDeleteCustomerSuccess0.011
testDeleteItemSuccess0.008
testCreateEmployeeSuccess0.031
testReadEmployeeSuccess0.001
testUpdateEmployeeSuccess0.012
testDeleteEmployeeSuccess0.011
testOneToManyRelationshipsSuccess6.128
testVerifyOneToManyRelationshipsSuccess0.010
testCreateBeerConsumerSuccess0.034
testReadBeerConsumerSuccess0.001
testNamedNativeQueryBeerConsumersSuccess0.010
testNamedNativeQueryCertificationsSuccess0.003
testMappedSuperclassTransientFieldSuccess0.001
testTransientFieldSuccess0.001
testUpdateBeerConsumerSuccess0.010
testDeleteBeerConsumerSuccess0.052
testBeerLifeCycleMethodAnnotationIgnoredSuccess0.034
testMappedSuperclassEntityListenerSuccess0.007
testMappedSuperclassEmbeddedXMLElementSuccess0.001
testDDLPkConstraintErrorIncludingRelationTableColumnNameSuccess0.047
testDDLUniqueKeysAsJoinColumnsSuccess0.026
testDDLUniqueConstraintsByAnnotationsSuccess0.501
testDDLUniqueConstraintsByXMLSuccess0.450
testDDLSubclassEmbeddedIdPkColumnsInJoinedStrategySuccess0.031
testSessionXMLPropertySuccess0.123
testSessionEventListenerPropertySuccess0.015
testExceptionHandlerPropertySuccess0.002
testNativeSQLPropertySuccess0.000
testCacheStatementsAndItsSizePropertySuccess0.001
testBatchwritingPropertySuccess0.000
testCopyDescriptorNamedQueryToSessionPropertySuccess0.001
testLoggingTyperPropertySuccess0.000
testProfilerTyperPropertySuccess0.498
testCreateWrapperTypesSuccess0.010
testNullifyBigDecimalSuccess0.018
testNullifyBigIntegerSuccess0.006
testNullifyBooleanSuccess0.007
testNullifyByteSuccess0.007
testNullifyCharacterSuccess0.007
testNullifyShortSuccess0.009
testNullifyIntegerSuccess0.009
testNullifyLongSuccess0.008
testNullifyFloatSuccess0.007
testNullifyDoubleSuccess0.007
testNullifyStringSuccess0.011
testCreateByteArrayTypeSuccess0.011
testCreatePrimitiveByteArrayTypeSuccess0.008
testCreateCharacterArrayTypeSuccess0.007
testCreateCharArrayTypeSuccess0.007
testPrimitiveByteArrayPKSuccess0.000
testCreateDateTimeSuccess0.006
testNullifySqlDateSuccess0.012
testNullifyTimeSuccess0.013
testNullifyTimestampSuccess0.008
testNullifyUtilDateSuccess0.016
testNullifyCalendarSuccess0.008
testCreateSuccess0.023
testReadSuccess0.006
testUpdateSuccess0.019
testDeleteSuccess0.023
Properties »

Back to top