github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/cmd/roachtest/hibernate_blacklist.go (about) 1 // Copyright 2018 The Cockroach Authors. 2 // 3 // Use of this software is governed by the Business Source License 4 // included in the file licenses/BSL.txt. 5 // 6 // As of the Change Date specified in that file, in accordance with 7 // the Business Source License, use of this software will be governed 8 // by the Apache License, Version 2.0, included in the file 9 // licenses/APL.txt. 10 11 package main 12 13 var hibernateBlacklists = blacklistsForVersion{ 14 {"v2.0", "hibernateBlackList2_0", hibernateBlackList2_0, "", nil}, 15 {"v2.1", "hibernateBlackList2_1", hibernateBlackList2_1, "", nil}, 16 {"v2.2", "hibernateBlackList19_1", hibernateBlackList19_1, "", nil}, 17 {"v19.1", "hibernateBlackList19_1", hibernateBlackList19_1, "", nil}, 18 {"v19.2", "hibernateBlackList19_2", hibernateBlackList19_2, "", nil}, 19 {"v20.1", "hibernateBlackList20_1", hibernateBlackList20_1, "", nil}, 20 {"v20.2", "hibernateBlackList20_2", hibernateBlackList20_2, "", nil}, 21 } 22 23 // Please keep these lists alphabetized for easy diffing. 24 // After a failed run, an updated version of this blacklist should be available 25 // in the test log. 26 var hibernateBlackList20_2 = blacklist{} 27 28 var hibernateBlackList20_1 = blacklist{} 29 30 var hibernateBlackList19_2 = blacklist{} 31 32 var hibernateBlackList19_1 = blacklist{ 33 "org.hibernate.jpa.test.criteria.QueryBuilderTest.testDateTimeFunctions": "31708", 34 "org.hibernate.jpa.test.indetifier.AssignedInitialValueTableGeneratorConfiguredTest.testTheFirstGeneratedIdIsEqualToTableGeneratorInitialValuePlusOne": "6583", 35 "org.hibernate.jpa.test.indetifier.AssignedInitialValueTableGeneratorConfiguredTest.testTheGeneratedIdValuesAreCorrect": "6583", 36 "org.hibernate.jpa.test.indetifier.DefaultInitialValueTableGeneratorConfiguredTest.testTheFirstGeneratedIdIsEqualToTableGeneratorInitialValuePlusOne": "6583", 37 "org.hibernate.jpa.test.indetifier.DefaultInitialValueTableGeneratorConfiguredTest.testTheGeneratedIdValuesAreCorrect": "6583", 38 "org.hibernate.jpa.test.lock.LockTest.testContendedPessimisticLock": "6583", 39 "org.hibernate.jpa.test.lock.LockTest.testLockWriteOnUnversioned": "6583", 40 "org.hibernate.jpa.test.lock.PessimisticWriteWithOptionalOuterJoinBreaksRefreshTest.pessimisticReadWithOptionalOuterJoinBreaksRefreshTest": "6583", 41 "org.hibernate.jpa.test.lock.PessimisticWriteWithOptionalOuterJoinBreaksRefreshTest.pessimisticWriteWithOptionalOuterJoinBreaksRefreshTest": "6583", 42 "org.hibernate.jpa.test.lock.QueryLockingTest.testEntityLockModeStateAfterQueryLocking": "6583", 43 "org.hibernate.jpa.test.query.ConstructorResultNativeQueryTest.testConstructorResultNativeQuery": "unknown", 44 "org.hibernate.jpa.test.query.ConstructorResultNativeQueryTest.testConstructorResultNativeQuerySpecifyingType": "unknown", 45 "org.hibernate.jpa.test.query.ConstructorResultNativeQueryTest.testMultipleConstructorResultNativeQuery": "unknown", 46 "org.hibernate.jpa.test.query.NativeQueryOrdinalParametersTest.testCteNativeQueryOrdinalParameter": "38636", 47 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testAlwaysTransactionalOperations": "6583", 48 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testMergeWhenExtended": "6583", 49 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testRollbackClearPC": "6583", 50 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testRollbackExceptionOnOptimisticLockException": "6583", 51 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testSetRollbackOnlyAndFlush": "6583", 52 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testTransactionAndContains": "6583", 53 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testTransactionCommitDoesNotFlush": "6583", 54 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testTransactionalOperationsWhenExtended": "6583", 55 "org.hibernate.query.GroupByAliasTest.testCompoundIdAlias": "unknown", 56 "org.hibernate.query.GroupByAliasTest.testMultiIdAlias": "unknown", 57 "org.hibernate.query.GroupByAliasTest.testSingleIdAlias": "unknown", 58 "org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.IdMapManyToOneSpecjTest.testComplexIdClass": "6583", 59 "org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.lazy.CompositeKeyDeleteTest.testRemove": "6583", 60 "org.hibernate.test.annotations.derivedidentities.e1.b2.IdClassGeneratedValueManyToOneTest.testComplexIdClass": "6583", 61 "org.hibernate.test.annotations.id.IdTest.testLowAllocationSize": "6583", 62 "org.hibernate.test.annotations.id.IdTest.testTableGenerator": "6583", 63 "org.hibernate.test.annotations.id.sequences.IdTest.testLowAllocationSize": "6583", 64 "org.hibernate.test.annotations.id.sequences.IdTest.testTableGenerator": "6583", 65 "org.hibernate.test.annotations.identifiercollection.IdentifierCollectionTest.testIdBag": "6583", 66 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testCriteriaWithAliasOneToOneJoin": "6583", 67 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testCriteriaWithFetchModeJoinCollection": "6583", 68 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testCriteriaWithFetchModeJoinOnetoOne": "6583", 69 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testNaturalKeyLookupWithConstraint": "6583", 70 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testSimpleImmutableNaturalKeyLookup": "6583", 71 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testSubCriteriaOneToOneJoin": "6583", 72 "org.hibernate.test.annotations.tableperclass.TablePerClassTest.testUnionSubClass": "6583", 73 "org.hibernate.test.hql.ASTParserLoadingTest.testStandardFunctions": "31708", 74 "org.hibernate.test.id.MultipleHiLoPerTableGeneratorTest.testAllParams": "6583", 75 "org.hibernate.test.id.MultipleHiLoPerTableGeneratorTest.testDistinctId": "6583", 76 "org.hibernate.test.id.MultipleHiLoPerTableGeneratorTest.testRollingBack": "6583", 77 "org.hibernate.test.idgen.enhanced.forcedtable.BasicForcedTableSequenceTest.testNormalBoundary": "6583", 78 "org.hibernate.test.idgen.enhanced.forcedtable.HiLoForcedTableSequenceTest.testNormalBoundary": "6583", 79 "org.hibernate.test.idgen.enhanced.forcedtable.PooledForcedTableSequenceTest.testNormalBoundary": "6583", 80 "org.hibernate.test.idgen.enhanced.table.BasicTableTest.testNormalBoundary": "6583", 81 "org.hibernate.test.idgen.enhanced.table.HiLoTableTest.testNormalBoundary": "6583", 82 "org.hibernate.test.idgen.enhanced.table.PooledTableTest.testNormalBoundary": "6583", 83 "org.hibernate.test.idgen.enhanced.table.concurrent.HiloOptimizerConcurrencyTest.testTwoSessionsParallelGeneration": "6583", 84 "org.hibernate.test.idgen.enhanced.table.concurrent.HiloOptimizerConcurrencyTest.testTwoSessionsSerialGeneration": "6583", 85 "org.hibernate.test.idgen.namescope.IdGeneratorNamesLocalScopeTest.testNoSequenceGenratorNameClash": "6583", 86 "org.hibernate.test.insertordering.InsertOrderingWithCascadeOnPersist.testInsertOrderingAvoidingForeignKeyConstraintViolation": "6583", 87 "org.hibernate.test.joinedsubclass.JoinedSubclassTest.testLockingJoinedSubclass": "6583", 88 "org.hibernate.test.jpa.compliance.tck2_2.TableGeneratorVisibilityTest.testGeneratorIsVisible": "6583", 89 "org.hibernate.test.legacy.ABCProxyTest.testSubclassing": "6583", 90 "org.hibernate.test.legacy.FooBarTest.testVersioning": "6583", 91 "org.hibernate.test.legacy.FumTest.testCompositeID": "6583", 92 "org.hibernate.test.legacy.FumTest.testDeleteOwner": "6583", 93 "org.hibernate.test.legacy.IJ2Test.testUnionSubclass": "6583", 94 "org.hibernate.test.legacy.IJTest.testFormulaDiscriminator": "6583", 95 "org.hibernate.test.legacy.MasterDetailTest.testCategories": "6583", 96 "org.hibernate.test.legacy.MasterDetailTest.testCollectionReplace": "6583", 97 "org.hibernate.test.legacy.MasterDetailTest.testCollectionReplace2": "6583", 98 "org.hibernate.test.legacy.MasterDetailTest.testCollectionReplaceOnUpdate": "6583", 99 "org.hibernate.test.legacy.ParentChildTest.testComplexCriteria": "6583", 100 "org.hibernate.test.locking.LockModeTest.testQueryUsingLockOptions": "6583", 101 "org.hibernate.test.locking.LockModeTest.testRefreshLockedEntity": "6583", 102 "org.hibernate.test.locking.LockModeTest.testRefreshWithExplicitLowerLevelLockMode": "6583", 103 "org.hibernate.test.locking.paging.PagingAndLockingTest.testCriteria": "6583", 104 "org.hibernate.test.locking.paging.PagingAndLockingTest.testHql": "6583", 105 "org.hibernate.test.locking.paging.PagingAndLockingTest.testNativeSql": "6583", 106 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdNonStrictReadWriteTest.testReattachementUnmodifiedInstance": "6583", 107 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testReattachementUnmodifiedInstance": "6583", 108 "org.hibernate.test.naturalid.nullable.NullableNaturalIdTest.testNaturalIdNullValueOnPersist": "6583", 109 "org.hibernate.test.naturalid.nullable.NullableNaturalIdTest.testNaturalIdQuerySupportingNullValues": "6583", 110 "org.hibernate.test.naturalid.nullable.NullableNaturalIdTest.testUniqueAssociation": "6583", 111 "org.hibernate.test.ops.genericApi.BasicGetLoadAccessTest.testIt": "6583", 112 "org.hibernate.test.ops.genericApi.ProxiedGetLoadAccessTest.testIt": "6583", 113 "org.hibernate.test.proxy.ProxyTest.testLockUninitializedProxy": "6583", 114 "org.hibernate.test.proxy.ProxyTest.testRefreshLockInitializedProxy": "6583", 115 "org.hibernate.test.quote.TableGeneratorQuotingTest.testTableGeneratorQuoting": "16769", 116 "org.hibernate.test.schemaupdate.SchemaUpdateTest.testSchemaUpdateAndValidation[0]": "24062", 117 "org.hibernate.test.schemaupdate.SchemaUpdateTest.testSchemaUpdateAndValidation[1]": "24062", 118 "org.hibernate.test.schemavalidation.LongVarcharValidationTest.testValidation[0]": "16769", 119 "org.hibernate.test.schemavalidation.LongVarcharValidationTest.testValidation[1]": "16769", 120 "org.hibernate.test.schemavalidation.NumericValidationTest.testValidation[0]": "16769", 121 "org.hibernate.test.schemavalidation.NumericValidationTest.testValidation[1]": "16769", 122 "org.hibernate.test.schemavalidation.matchingtablenames.TableNamesWithUnderscoreTest.testSchemaValidationDoesNotFailDueToAMoreThanOneTableFound": "16769", 123 "org.hibernate.test.subselect.SubselectTest.testCustomColumnReadAndWrite": "31673", 124 "org.hibernate.test.subselect.SubselectTest.testEntitySubselect": "31673", 125 "org.hibernate.test.tool.schema.SchemaToolTransactionHandlingTest.testValidateInExistingJtaTransaction": "16769", 126 } 127 128 var hibernateBlackList2_1 = blacklist{ 129 "org.hibernate.id.hhh12973.SequenceMismatchStrategyDefaultExceptionTest.test": "unknown", 130 "org.hibernate.id.hhh12973.SequenceMismatchStrategyExceptionEnumTest.test": "unknown", 131 "org.hibernate.id.hhh12973.SequenceMismatchStrategyFixWithSequenceGeneratorTest.test": "unknown", 132 "org.hibernate.id.hhh12973.SequenceMismatchStrategyLogTest.test": "unknown", 133 "org.hibernate.jpa.test.criteria.QueryBuilderTest.testDateTimeFunctions": "31708", 134 "org.hibernate.jpa.test.emops.RemoveTest.testUpdatedAndRemove": "6583", 135 "org.hibernate.jpa.test.exception.ExceptionTest.testConstraintViolationException": "26738", 136 "org.hibernate.jpa.test.indetifier.AssignedInitialValueTableGeneratorConfiguredTest.testTheFirstGeneratedIdIsEqualToTableGeneratorInitialValuePlusOne": "6583", 137 "org.hibernate.jpa.test.indetifier.AssignedInitialValueTableGeneratorConfiguredTest.testTheGeneratedIdValuesAreCorrect": "6583", 138 "org.hibernate.jpa.test.indetifier.DefaultInitialValueTableGeneratorConfiguredTest.testTheFirstGeneratedIdIsEqualToTableGeneratorInitialValuePlusOne": "6583", 139 "org.hibernate.jpa.test.indetifier.DefaultInitialValueTableGeneratorConfiguredTest.testTheGeneratedIdValuesAreCorrect": "6583", 140 "org.hibernate.jpa.test.lock.LockTest.testContendedPessimisticLock": "6583", 141 "org.hibernate.jpa.test.lock.LockTest.testLockWriteOnUnversioned": "6583", 142 "org.hibernate.jpa.test.lock.PessimisticWriteWithOptionalOuterJoinBreaksRefreshTest.pessimisticReadWithOptionalOuterJoinBreaksRefreshTest": "6583", 143 "org.hibernate.jpa.test.lock.PessimisticWriteWithOptionalOuterJoinBreaksRefreshTest.pessimisticWriteWithOptionalOuterJoinBreaksRefreshTest": "6583", 144 "org.hibernate.jpa.test.lock.QueryLockingTest.testEntityLockModeStateAfterQueryLocking": "6583", 145 "org.hibernate.jpa.test.query.ConstructorResultNativeQueryTest.testConstructorResultNativeQuery": "unknown", 146 "org.hibernate.jpa.test.query.ConstructorResultNativeQueryTest.testConstructorResultNativeQuerySpecifyingType": "unknown", 147 "org.hibernate.jpa.test.query.ConstructorResultNativeQueryTest.testMultipleConstructorResultNativeQuery": "unknown", 148 "org.hibernate.jpa.test.query.NativeQueryOrdinalParametersTest.testCteNativeQueryOrdinalParameter": "38636", 149 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testAlwaysTransactionalOperations": "6583", 150 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testMergeWhenExtended": "6583", 151 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testRollbackClearPC": "6583", 152 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testRollbackExceptionOnOptimisticLockException": "6583", 153 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testSetRollbackOnlyAndFlush": "6583", 154 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testTransactionAndContains": "6583", 155 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testTransactionCommitDoesNotFlush": "6583", 156 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testTransactionalOperationsWhenExtended": "6583", 157 "org.hibernate.query.GroupByAliasTest.testCompoundIdAlias": "unknown", 158 "org.hibernate.query.GroupByAliasTest.testMultiIdAlias": "unknown", 159 "org.hibernate.query.GroupByAliasTest.testSingleIdAlias": "unknown", 160 "org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.IdMapManyToOneSpecjTest.testComplexIdClass": "6583", 161 "org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.lazy.CompositeKeyDeleteTest.testRemove": "6583", 162 "org.hibernate.test.annotations.derivedidentities.e1.b2.IdClassGeneratedValueManyToOneTest.testComplexIdClass": "6583", 163 "org.hibernate.test.annotations.id.IdTest.testLowAllocationSize": "6583", 164 "org.hibernate.test.annotations.id.IdTest.testTableGenerator": "6583", 165 "org.hibernate.test.annotations.id.sequences.IdTest.testLowAllocationSize": "6583", 166 "org.hibernate.test.annotations.id.sequences.IdTest.testTableGenerator": "6583", 167 "org.hibernate.test.annotations.identifiercollection.IdentifierCollectionTest.testIdBag": "6583", 168 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testCriteriaWithAliasOneToOneJoin": "6583", 169 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testCriteriaWithFetchModeJoinCollection": "6583", 170 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testCriteriaWithFetchModeJoinOnetoOne": "6583", 171 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testNaturalKeyLookupWithConstraint": "6583", 172 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testSimpleImmutableNaturalKeyLookup": "6583", 173 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testSubCriteriaOneToOneJoin": "6583", 174 "org.hibernate.test.annotations.onetomany.OneToManyTest.testCascadeDeleteWithUnidirectionalAssociation": "26738", 175 "org.hibernate.test.annotations.tableperclass.TablePerClassTest.testUnionSubClass": "6583", 176 "org.hibernate.test.batch.BatchOptimisticLockingTest.testBatchAndOptimisticLocking": "6583", 177 "org.hibernate.test.dialect.functional.SequenceInformationTest.test": "unknown", 178 "org.hibernate.test.hql.ASTParserLoadingTest.testJPAQLMapValueQualifier": "3288", 179 "org.hibernate.test.hql.ASTParserLoadingTest.testStandardFunctions": "31708", 180 "org.hibernate.test.hql.BulkManipulationTest.testDeleteWithSubquery": "31670", 181 "org.hibernate.test.hql.BulkManipulationTest.testUpdateWithWhereExistsSubquery": "5807", 182 "org.hibernate.test.hql.DeleteQuerySubqueryReferencingTargetPropertyTest.testSubQueryReferencingTargetProperty": "31670", 183 "org.hibernate.test.hql.DeleteWithSubqueryTest.testDeleteMemberOf": "31670", 184 "org.hibernate.test.hql.InsertWithSubSelectTest.testInsert": "31721", 185 "org.hibernate.test.hql.UpdateJoinedSubclassCorrelationTest.testJoinedSubclassUpdateWithCorrelation": "unknown", 186 "org.hibernate.test.id.MultipleHiLoPerTableGeneratorTest.testAllParams": "6583", 187 "org.hibernate.test.id.MultipleHiLoPerTableGeneratorTest.testDistinctId": "6583", 188 "org.hibernate.test.id.MultipleHiLoPerTableGeneratorTest.testRollingBack": "6583", 189 "org.hibernate.test.idgen.enhanced.forcedtable.BasicForcedTableSequenceTest.testNormalBoundary": "6583", 190 "org.hibernate.test.idgen.enhanced.forcedtable.HiLoForcedTableSequenceTest.testNormalBoundary": "6583", 191 "org.hibernate.test.idgen.enhanced.forcedtable.PooledForcedTableSequenceTest.testNormalBoundary": "6583", 192 "org.hibernate.test.idgen.enhanced.table.BasicTableTest.testNormalBoundary": "6583", 193 "org.hibernate.test.idgen.enhanced.table.HiLoTableTest.testNormalBoundary": "6583", 194 "org.hibernate.test.idgen.enhanced.table.PooledTableTest.testNormalBoundary": "6583", 195 "org.hibernate.test.idgen.enhanced.table.concurrent.HiloOptimizerConcurrencyTest.testTwoSessionsParallelGeneration": "6583", 196 "org.hibernate.test.idgen.enhanced.table.concurrent.HiloOptimizerConcurrencyTest.testTwoSessionsSerialGeneration": "6583", 197 "org.hibernate.test.idgen.namescope.IdGeneratorNamesLocalScopeTest.testNoSequenceGenratorNameClash": "6583", 198 "org.hibernate.test.inheritance.discriminator.SingleTableInheritancePersistTest.testPolymorphicAssociation": "31589", 199 "org.hibernate.test.inheritance.discriminator.TablePerClassInheritancePersistTest.testPolymorphicAssociation": "pass?", 200 "org.hibernate.test.insertordering.InsertOrderingWithCascadeOnPersist.testInsertOrderingAvoidingForeignKeyConstraintViolation": "6583", 201 "org.hibernate.test.joinedsubclass.JoinedSubclassTest.testLockingJoinedSubclass": "6583", 202 "org.hibernate.test.jpa.compliance.tck2_2.TableGeneratorVisibilityTest.testGeneratorIsVisible": "6583", 203 "org.hibernate.test.legacy.ABCProxyTest.testSubclassing": "6583", 204 "org.hibernate.test.legacy.FooBarTest.testOnCascadeDelete": "unknown", 205 "org.hibernate.test.legacy.FooBarTest.testVersioning": "6583", 206 "org.hibernate.test.legacy.FumTest.testCompositeID": "6583", 207 "org.hibernate.test.legacy.FumTest.testDeleteOwner": "6583", 208 "org.hibernate.test.legacy.IJ2Test.testUnionSubclass": "6583", 209 "org.hibernate.test.legacy.IJTest.testFormulaDiscriminator": "6583", 210 "org.hibernate.test.legacy.MasterDetailTest.testCategories": "6583", 211 "org.hibernate.test.legacy.MasterDetailTest.testCollectionReplace": "6583", 212 "org.hibernate.test.legacy.MasterDetailTest.testCollectionReplace2": "6583", 213 "org.hibernate.test.legacy.MasterDetailTest.testCollectionReplaceOnUpdate": "6583", 214 "org.hibernate.test.legacy.ParentChildTest.testComplexCriteria": "6583", 215 "org.hibernate.test.locking.LockModeTest.testQueryUsingLockOptions": "6583", 216 "org.hibernate.test.locking.LockModeTest.testRefreshLockedEntity": "6583", 217 "org.hibernate.test.locking.LockModeTest.testRefreshWithExplicitLowerLevelLockMode": "6583", 218 "org.hibernate.test.locking.paging.PagingAndLockingTest.testCriteria": "6583", 219 "org.hibernate.test.locking.paging.PagingAndLockingTest.testHql": "6583", 220 "org.hibernate.test.locking.paging.PagingAndLockingTest.testNativeSql": "6583", 221 "org.hibernate.test.manytomany.ManyToManyBidirectionalTest.testRemoveMappedBySide": "26738", 222 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdNonStrictReadWriteTest.testReattachementUnmodifiedInstance": "6583", 223 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testReattachementUnmodifiedInstance": "6583", 224 "org.hibernate.test.naturalid.nullable.NullableNaturalIdTest.testNaturalIdNullValueOnPersist": "6583", 225 "org.hibernate.test.naturalid.nullable.NullableNaturalIdTest.testNaturalIdQuerySupportingNullValues": "6583", 226 "org.hibernate.test.naturalid.nullable.NullableNaturalIdTest.testUniqueAssociation": "6583", 227 "org.hibernate.test.ondelete.OnDeleteTest.testJoinedSubclass": "26738", 228 "org.hibernate.test.ops.genericApi.BasicGetLoadAccessTest.testIt": "6583", 229 "org.hibernate.test.ops.genericApi.ProxiedGetLoadAccessTest.testIt": "6583", 230 "org.hibernate.test.optlock.OptimisticLockTest.testOptimisticLockAll": "Expected Failure", 231 "org.hibernate.test.optlock.OptimisticLockTest.testOptimisticLockAllDelete": "Expected Failure", 232 "org.hibernate.test.optlock.OptimisticLockTest.testOptimisticLockDirty": "Expected Failure", 233 "org.hibernate.test.optlock.OptimisticLockTest.testOptimisticLockDirtyDelete": "Expected Failure", 234 "org.hibernate.test.proxy.ProxyTest.testLockUninitializedProxy": "6583", 235 "org.hibernate.test.proxy.ProxyTest.testRefreshLockInitializedProxy": "6583", 236 "org.hibernate.test.quote.TableGeneratorQuotingTest.testTableGeneratorQuoting": "16769", 237 "org.hibernate.test.schemaupdate.SchemaUpdateTest.testSchemaUpdateAndValidation[0]": "26738", 238 "org.hibernate.test.schemaupdate.SchemaUpdateTest.testSchemaUpdateAndValidation[1]": "26738", 239 "org.hibernate.test.schemavalidation.LongVarcharValidationTest.testValidation[0]": "16769", 240 "org.hibernate.test.schemavalidation.LongVarcharValidationTest.testValidation[1]": "16769", 241 "org.hibernate.test.schemavalidation.NumericValidationTest.testValidation[0]": "16769", 242 "org.hibernate.test.schemavalidation.NumericValidationTest.testValidation[1]": "16769", 243 "org.hibernate.test.schemavalidation.matchingtablenames.TableNamesWithUnderscoreTest.testSchemaValidationDoesNotFailDueToAMoreThanOneTableFound": "16769", 244 "org.hibernate.test.subselect.SubselectTest.testCustomColumnReadAndWrite": "31673", 245 "org.hibernate.test.subselect.SubselectTest.testEntitySubselect": "31673", 246 "org.hibernate.test.tool.schema.SchemaToolTransactionHandlingTest.testValidateInExistingJtaTransaction": "16769", 247 } 248 249 var hibernateBlackList2_0 = blacklist{ 250 "org.hibernate.engine.spi.ExtraStateTest.shouldMaintainExtraStateWhenUsingIdentityIdGenerationStrategy": "unknown", 251 "org.hibernate.event.EmbeddableCallbackTest.test": "unknown", 252 "org.hibernate.id.CreateDeleteTest.createAndDeleteAnEntityInTheSameTransactionTest": "unknown", 253 "org.hibernate.id.FlushIdGenTest.testPersistBeforeTransaction": "unknown", 254 "org.hibernate.id.IdClassManyToOneCascadeTest.testPersistCascadesToManyToOne": "unknown", 255 "org.hibernate.id.QuotedIdentifierTest.testDirectIdPropertyAccess": "24062", 256 "org.hibernate.id.SequenceHiLoGeneratorNoIncrementTest.testHiLoAlgorithm": "unknown", 257 "org.hibernate.id.SequenceHiLoGeneratorTest.testHiLoAlgorithm": "unknown", 258 "org.hibernate.id.uuid.GeneratedValueTest.testGeneratedUuidId": "unknown", 259 "org.hibernate.jpa.test.CompositeIdRowValueTest.testTupleAfterSubQuery": "unknown", 260 "org.hibernate.jpa.test.CountEntityWithCompositeIdTest.shouldCount": "unknown", 261 "org.hibernate.jpa.test.EntityManagerTest.testClear": "unknown", 262 "org.hibernate.jpa.test.EntityManagerTest.testConfiguration": "unknown", 263 "org.hibernate.jpa.test.EntityManagerTest.testContains": "unknown", 264 "org.hibernate.jpa.test.EntityManagerTest.testEntityManager": "unknown", 265 "org.hibernate.jpa.test.EntityManagerTest.testEntityNotFoundException": "unknown", 266 "org.hibernate.jpa.test.EntityManagerTest.testGet": "unknown", 267 "org.hibernate.jpa.test.EntityManagerTest.testPersistNoneGenerator": "unknown", 268 "org.hibernate.jpa.test.EntityManagerTest.testSetProperty": "unknown", 269 "org.hibernate.jpa.test.association.AssociationTest.testBidirOneToOne": "unknown", 270 "org.hibernate.jpa.test.association.AssociationTest.testMergeAndBidirOneToOne": "unknown", 271 "org.hibernate.jpa.test.beanvalidation.BeanValidationTest.testBeanValidationIntegrationOnCommit": "unknown", 272 "org.hibernate.jpa.test.beanvalidation.BeanValidationTest.testBeanValidationIntegrationOnFlush": "unknown", 273 "org.hibernate.jpa.test.cacheable.api.JpaCacheApiUsageTest.testEviction": "unknown", 274 "org.hibernate.jpa.test.callbacks.CallbackAndDirtyTest.testDirtyButNotDirty": "unknown", 275 "org.hibernate.jpa.test.callbacks.CallbacksTest.testCallBackListenersHierarchy": "unknown", 276 "org.hibernate.jpa.test.callbacks.CallbacksTest.testCallbackMethod": "unknown", 277 "org.hibernate.jpa.test.callbacks.CallbacksTest.testEntityListener": "unknown", 278 "org.hibernate.jpa.test.callbacks.CallbacksTest.testIdNullSetByPrePersist": "unknown", 279 "org.hibernate.jpa.test.callbacks.CallbacksTest.testPostPersist": "unknown", 280 "org.hibernate.jpa.test.callbacks.CallbacksTest.testPrePersistOnCascade": "unknown", 281 "org.hibernate.jpa.test.callbacks.PreUpdateBytecodeEnhancementTest.testPreUpdateModifications": "unknown", 282 "org.hibernate.jpa.test.callbacks.PreUpdateCustomEntityDirtinessStrategyTest.testPreUpdateModifications": "unknown", 283 "org.hibernate.jpa.test.callbacks.PreUpdateDirtyCheckingInterceptorTest.testPreUpdateModifications": "unknown", 284 "org.hibernate.jpa.test.callbacks.xml.EntityListenerViaXmlTest.testUsage": "unknown", 285 "org.hibernate.jpa.test.cascade.CascadeTest.testCascade": "unknown", 286 "org.hibernate.jpa.test.cascade.CascadeTest.testNoCascadeAndMerge": "unknown", 287 "org.hibernate.jpa.test.cascade.DeleteOrphanTest.testDeleteOrphan": "unknown", 288 "org.hibernate.jpa.test.cascade.DetachAndContainsTest.testDetach": "unknown", 289 "org.hibernate.jpa.test.cascade.FetchTest.testCascadeAndFetchCollection": "unknown", 290 "org.hibernate.jpa.test.cascade.FetchTest.testCascadeAndFetchEntity": "unknown", 291 "org.hibernate.jpa.test.cascade.FetchTest.testTwoLevelDeepPersist": "unknown", 292 "org.hibernate.jpa.test.cascade.FetchTest.testTwoLevelDeepPersistOnManyToOne": "unknown", 293 "org.hibernate.jpa.test.cascade.FetchTest2.testProxyTransientStuff": "unknown", 294 "org.hibernate.jpa.test.cascade.MergeTest.testMergeDetachedEntityWithNewOneToManyElements": "unknown", 295 "org.hibernate.jpa.test.cascade.MergeTest.testMergeLoadedEntityWithNewOneToManyElements": "unknown", 296 "org.hibernate.jpa.test.cascade.MergeWithTransientNonCascadedAssociationTest.testMergeWithTransientNonCascadedAssociation": "unknown", 297 "org.hibernate.jpa.test.cascade.multicircle.MultiCircleJpaCascadeTest.testMerge": "unknown", 298 "org.hibernate.jpa.test.cascade.multicircle.MultiCircleJpaCascadeTest.testPersist": "unknown", 299 "org.hibernate.jpa.test.cascade.multicircle.MultiCircleJpaCascadeTest.testPersistNoCascadeToTransient": "unknown", 300 "org.hibernate.jpa.test.cascade.multicircle.MultiCircleJpaCascadeTest.testPersistThenUpdateNoCascadeToTransient": "unknown", 301 "org.hibernate.jpa.test.cascade.multilevel.MultiLevelCascadeCollectionEmbeddableTest.testHibernateDeleteEntityInitializeCollections": "unknown", 302 "org.hibernate.jpa.test.cascade.multilevel.MultiLevelCascadeCollectionIdClassTest.testHibernateDeleteEntityInitializeCollections": "unknown", 303 "org.hibernate.jpa.test.cascade.multilevel.MultiLevelCascadeRegularIdBasedParentChildAssociationTest.testHibernateDeleteEntityWithoutInitializingCollections": "unknown", 304 "org.hibernate.jpa.test.cascade.multilevel.MultiLevelCascadeTest.test": "unknown", 305 "org.hibernate.jpa.test.cdi.BasicCdiTest.testIt": "unknown", 306 "org.hibernate.jpa.test.collection.PostLoadTest.testAccessAssociatedSetInPostLoad": "unknown", 307 "org.hibernate.jpa.test.criteria.CriteriaCompilingTest.testDeprecation": "unknown", 308 "org.hibernate.jpa.test.criteria.CriteriaCompilingTest.testJustSimpleRootCriteria": "unknown", 309 "org.hibernate.jpa.test.criteria.CriteriaCompilingTest.testSerialization": "unknown", 310 "org.hibernate.jpa.test.criteria.CriteriaCompilingTest.testSimpleFetchCriteria": "unknown", 311 "org.hibernate.jpa.test.criteria.CriteriaCompilingTest.testSimpleJoinCriteria": "unknown", 312 "org.hibernate.jpa.test.criteria.CriteriaCompilingTest.testTrim": "unknown", 313 "org.hibernate.jpa.test.criteria.CriteriaCompilingTest.testTrimAChar": "unknown", 314 "org.hibernate.jpa.test.criteria.CriteriaQueryTypeQueryAdapterTest.testSetParameterPassingTypeNotFails": "unknown", 315 "org.hibernate.jpa.test.criteria.CriteriaQueryTypeQueryAdapterTest.testSetParameterTypeInstantNotFails": "unknown", 316 "org.hibernate.jpa.test.criteria.ElementCollectionConverterTest.testCriteriaQueryWithElementCollectionUsingConverter": "unknown", 317 "org.hibernate.jpa.test.criteria.EntitySuperclassCollectionTest.testPerson": "unknown", 318 "org.hibernate.jpa.test.criteria.ManipulationCriteriaTest.basicMultipleAssignments": "unknown", 319 "org.hibernate.jpa.test.criteria.ManipulationCriteriaTest.basicTest": "unknown", 320 "org.hibernate.jpa.test.criteria.ManipulationCriteriaTest.testDeleteWithUnCorrelatedSubquery": "unknown", 321 "org.hibernate.jpa.test.criteria.OnKeywordTest.basicTest": "unknown", 322 "org.hibernate.jpa.test.criteria.ParameterTest.testNonPrimitiveArrayParameterBinding": "unknown", 323 "org.hibernate.jpa.test.criteria.ParameterTest.testParameterInParameterList": "unknown", 324 "org.hibernate.jpa.test.criteria.ParameterTest.testParameterInParameterList2": "unknown", 325 "org.hibernate.jpa.test.criteria.ParameterTest.testPrimitiveArrayParameterBinding": "unknown", 326 "org.hibernate.jpa.test.criteria.QueryBuilderTest.testConstructor": "unknown", 327 "org.hibernate.jpa.test.criteria.QueryBuilderTest.testDateTimeFunctions": "31708", 328 "org.hibernate.jpa.test.criteria.QueryBuilderTest.testEqualityComparisonEntityConversion": "unknown", 329 "org.hibernate.jpa.test.criteria.QueryBuilderTest.testEqualityComparisonLiteralConversion": "unknown", 330 "org.hibernate.jpa.test.criteria.QueryBuilderTest.testFunctionDialectFunctions": "unknown", 331 "org.hibernate.jpa.test.criteria.QueryBuilderTest.testJoinUsingNegatedPredicate": "unknown", 332 "org.hibernate.jpa.test.criteria.QueryBuilderTest.testTypeConversion": "unknown", 333 "org.hibernate.jpa.test.criteria.SuperclassCollectionTest.testOtherPerson": "unknown", 334 "org.hibernate.jpa.test.criteria.SuperclassCollectionTest.testOtherSubclass": "unknown", 335 "org.hibernate.jpa.test.criteria.SuperclassCollectionTest.testPerson": "unknown", 336 "org.hibernate.jpa.test.criteria.TreatJoinTest.testJoinMethodOnATreatedJoin": "unknown", 337 "org.hibernate.jpa.test.criteria.TreatJoinTest.testJoinOnTreatedJoin": "unknown", 338 "org.hibernate.jpa.test.criteria.TreatJoinTest.testJoinOnTreatedRoot": "unknown", 339 "org.hibernate.jpa.test.criteria.TreatJoinTest.testJoinOnTreatedRootWithJoin": "unknown", 340 "org.hibernate.jpa.test.criteria.TreatJoinTest.testTreatJoin": "unknown", 341 "org.hibernate.jpa.test.criteria.TreatJoinTest.testTreatJoin2": "unknown", 342 "org.hibernate.jpa.test.criteria.TreatJoinTest.testTreatedJoinInWhereClause": "unknown", 343 "org.hibernate.jpa.test.criteria.TreatKeywordTest.basicTest": "unknown", 344 "org.hibernate.jpa.test.criteria.TreatKeywordTest.basicTest2": "unknown", 345 "org.hibernate.jpa.test.criteria.TreatKeywordTest.testSelectSubclassPropertyFromDowncast": "unknown", 346 "org.hibernate.jpa.test.criteria.TreatKeywordTest.testTreatWithRestrictionOnAbstractClass": "unknown", 347 "org.hibernate.jpa.test.criteria.TreatKeywordTest.treatPathClassTest": "unknown", 348 "org.hibernate.jpa.test.criteria.TreatKeywordTest.treatPathClassTestHqlControl": "unknown", 349 "org.hibernate.jpa.test.criteria.TreatKeywordTest.treatRoot": "unknown", 350 "org.hibernate.jpa.test.criteria.TreatKeywordTest.treatRootReturnSuperclass": "unknown", 351 "org.hibernate.jpa.test.criteria.TreatListJoinTest.testTreatJoin": "unknown", 352 "org.hibernate.jpa.test.criteria.basic.AggregationResultTest.testSumOfBigDecimals": "5807", 353 "org.hibernate.jpa.test.criteria.basic.AggregationResultTest.testSumOfBigIntegers": "5807", 354 "org.hibernate.jpa.test.criteria.basic.AggregationResultTest.testSumOfDoubles": "5807", 355 "org.hibernate.jpa.test.criteria.basic.AggregationResultTest.testSumOfFloats": "5807", 356 "org.hibernate.jpa.test.criteria.basic.AggregationResultTest.testSumOfIntegers": "5807", 357 "org.hibernate.jpa.test.criteria.basic.AggregationResultTest.testSumOfLongs": "5807", 358 "org.hibernate.jpa.test.criteria.basic.BasicCriteriaUsageTest.testDateCompositeCustomType": "unknown", 359 "org.hibernate.jpa.test.criteria.basic.BasicCriteriaUsageTest.testDoubleNegation": "unknown", 360 "org.hibernate.jpa.test.criteria.basic.BasicCriteriaUsageTest.testFunctionCriteria": "unknown", 361 "org.hibernate.jpa.test.criteria.basic.BasicCriteriaUsageTest.testTrivialCompilation": "unknown", 362 "org.hibernate.jpa.test.criteria.basic.CastTest.testCastToString": "5807", 363 "org.hibernate.jpa.test.criteria.basic.ConcatTest.testConcat": "unknown", 364 "org.hibernate.jpa.test.criteria.basic.ConcatTest.testSelectCaseWithConcat": "unknown", 365 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testDiff": "unknown", 366 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testDiffWithQuotient": "unknown", 367 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testEmptyConjunction": "unknown", 368 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testEmptyConjunctionIsFalse": "unknown", 369 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testEmptyConjunctionIsTrue": "unknown", 370 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testEmptyDisjunction": "unknown", 371 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testEmptyDisjunctionIsFalse": "unknown", 372 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testEmptyDisjunctionIsTrue": "unknown", 373 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testInExplicitTupleList": "unknown", 374 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testInExplicitTupleListVarargs": "unknown", 375 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testInExpressionVarargs": "unknown", 376 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testJoinedElementCollectionValuesInTupleList": "unknown", 377 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testParameterReuse": "unknown", 378 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testQuotientAndMultiply": "unknown", 379 "org.hibernate.jpa.test.criteria.basic.ExpressionsTest.testSumWithQuotient": "unknown", 380 "org.hibernate.jpa.test.criteria.basic.ListIndexTest.testListIndex": "unknown", 381 "org.hibernate.jpa.test.criteria.basic.PredicateTest.testByteArray": "unknown", 382 "org.hibernate.jpa.test.criteria.basic.PredicateTest.testCharArray": "unknown", 383 "org.hibernate.jpa.test.criteria.basic.PredicateTest.testComplicatedNotAnd": "unknown", 384 "org.hibernate.jpa.test.criteria.basic.PredicateTest.testComplicatedNotOr": "unknown", 385 "org.hibernate.jpa.test.criteria.basic.PredicateTest.testEmptyConjunction": "unknown", 386 "org.hibernate.jpa.test.criteria.basic.PredicateTest.testEmptyDisjunction": "unknown", 387 "org.hibernate.jpa.test.criteria.basic.PredicateTest.testExplicitBuilderBooleanHandling": "unknown", 388 "org.hibernate.jpa.test.criteria.basic.PredicateTest.testNotMultipleOr": "unknown", 389 "org.hibernate.jpa.test.criteria.basic.PredicateTest.testQuotientConversion": "26732", 390 "org.hibernate.jpa.test.criteria.basic.PredicateTest.testSimpleNot": "unknown", 391 "org.hibernate.jpa.test.criteria.basic.PredicateTest.testSimpleNot2": "unknown", 392 "org.hibernate.jpa.test.criteria.components.ComponentCriteriaTest.testEmbeddableInPath": "unknown", 393 "org.hibernate.jpa.test.criteria.components.ComponentCriteriaTest.testOneToManyJoinFetchedInEmbeddable": "unknown", 394 "org.hibernate.jpa.test.criteria.components.ComponentCriteriaTest.testParameterizedFunctions": "unknown", 395 "org.hibernate.jpa.test.criteria.components.ComponentInWhereClauseTest.testEqualExpressionForThePropertyOfTheElementCollectionPropertyOfAComponent": "unknown", 396 "org.hibernate.jpa.test.criteria.components.ComponentInWhereClauseTest.testEqualityForThePropertyOfAComponent": "unknown", 397 "org.hibernate.jpa.test.criteria.components.ComponentInWhereClauseTest.testInExpressionForAComponent": "unknown", 398 "org.hibernate.jpa.test.criteria.components.ComponentInWhereClauseTest.testInExpressionForTheManyToOnePropertyOfAComponent": "unknown", 399 "org.hibernate.jpa.test.criteria.components.ComponentInWhereClauseTest.testSizeExpressionForTheElementCollectionPropertyOfAComponent": "unknown", 400 "org.hibernate.jpa.test.criteria.components.ComponentInWhereClauseTest.testSizeExpressionForTheElementCollectionPropertyOfASubComponent": "unknown", 401 "org.hibernate.jpa.test.criteria.components.ComponentInWhereClauseTest.testSizeExpressionForTheOneToManyPropertyOfAComponent": "unknown", 402 "org.hibernate.jpa.test.criteria.components.EntitySuperclassComponentWithCollectionTest.testSizeExpressionForTheElementCollectionPropertyOfAComponent": "unknown", 403 "org.hibernate.jpa.test.criteria.components.EntitySuperclassComponentWithCollectionTest.testSizeExpressionForTheElementCollectionPropertyOfASubComponent": "unknown", 404 "org.hibernate.jpa.test.criteria.components.EntitySuperclassComponentWithCollectionTest.testSizeExpressionForTheOneToManyPropertyOfAComponent": "unknown", 405 "org.hibernate.jpa.test.criteria.components.MappedSuperclassComponentWithCollectionTest.testSizeExpressionForTheElementCollectionPropertyOfAComponent": "unknown", 406 "org.hibernate.jpa.test.criteria.components.MappedSuperclassComponentWithCollectionTest.testSizeExpressionForTheElementCollectionPropertyOfASubComponent": "unknown", 407 "org.hibernate.jpa.test.criteria.components.MappedSuperclassComponentWithCollectionTest.testSizeExpressionForTheOneToManyPropertyOfAComponent": "unknown", 408 "org.hibernate.jpa.test.criteria.components.joins.ComponentJoinTest.getResultWithMetamodelDerivedPath": "unknown", 409 "org.hibernate.jpa.test.criteria.components.joins.ComponentJoinTest.getResultWithStringPropertyDerivedPath": "unknown", 410 "org.hibernate.jpa.test.criteria.enumcollection.EnumIsMemberTest.testQueryEnumCollection": "unknown", 411 "org.hibernate.jpa.test.criteria.fetchscroll.CriteriaToScrollableResultsFetchTest.testNoScroll": "unknown", 412 "org.hibernate.jpa.test.criteria.fetchscroll.CriteriaToScrollableResultsFetchTest.testWithScroll": "unknown", 413 "org.hibernate.jpa.test.criteria.idclass.IdClassPredicateTest.testCountIdClassAttributes": "unknown", 414 "org.hibernate.jpa.test.criteria.idclass.IdClassPredicateTest.testDeclaredIdClassAttributes": "unknown", 415 "org.hibernate.jpa.test.criteria.idclass.IdClassPredicateTest.testSupertypeIdClassAttributes": "unknown", 416 "org.hibernate.jpa.test.criteria.limitExpression.LimitExpressionTest.testAnEmptyListIsReturnedWhenSetMaxResultsToZero": "unknown", 417 "org.hibernate.jpa.test.criteria.mapjoin.MapJoinTest.allEntities": "unknown", 418 "org.hibernate.jpa.test.criteria.mapjoin.MapJoinTestWithEmbeddable.testSelectingKeyOfMapJoin": "unknown", 419 "org.hibernate.jpa.test.criteria.mapjoin.MapJoinTestWithEmbeddable.testSelectingValueOfMapJoin": "unknown", 420 "org.hibernate.jpa.test.criteria.nulliteral.CriteriaLiteralInSelectExpressionTest.testBooleanLiteral": "unknown", 421 "org.hibernate.jpa.test.criteria.nulliteral.CriteriaLiteralInSelectExpressionTest.testNullLiteral": "unknown", 422 "org.hibernate.jpa.test.criteria.nulliteral.CriteriaLiteralInSelectExpressionTest.testNullLiteralFirst": "unknown", 423 "org.hibernate.jpa.test.criteria.nulliteral.CriteriaLiteralInSelectExpressionTest.testStringLiteral": "unknown", 424 "org.hibernate.jpa.test.criteria.nulliteral.CriteriaLiteralInSelectExpressionTest.testStringLiteral2": "unknown", 425 "org.hibernate.jpa.test.criteria.nulliteral.NullLiteralExpression.testNullLiteralExpressionInCriteriaUpdate": "unknown", 426 "org.hibernate.jpa.test.criteria.paths.AbstractPathImplTest.testGetNonExistingAttributeViaName": "unknown", 427 "org.hibernate.jpa.test.criteria.paths.AbstractPathImplTest.testIllegalDereference": "unknown", 428 "org.hibernate.jpa.test.criteria.paths.AbstractPathImplTest.testTypeExpression": "unknown", 429 "org.hibernate.jpa.test.criteria.paths.FetchAndJoinTest.testImplicitJoinFromExplicitCollectionJoin": "unknown", 430 "org.hibernate.jpa.test.criteria.paths.ImplicitJoinTest.testImplicitJoinFromExplicitCollectionJoin": "unknown", 431 "org.hibernate.jpa.test.criteria.paths.PluralAttributeExpressionsTest.testCollectionIsEmptyCriteria": "unknown", 432 "org.hibernate.jpa.test.criteria.paths.PluralAttributeExpressionsTest.testCollectionIsEmptyHql": "unknown", 433 "org.hibernate.jpa.test.criteria.paths.PluralAttributeExpressionsTest.testCollectionSizeCriteria": "unknown", 434 "org.hibernate.jpa.test.criteria.paths.PluralAttributeExpressionsTest.testCollectionSizeHql": "unknown", 435 "org.hibernate.jpa.test.criteria.paths.PluralAttributeExpressionsTest.testElementMapSizeCriteria": "unknown", 436 "org.hibernate.jpa.test.criteria.paths.PluralAttributeExpressionsTest.testElementMapSizeHql": "unknown", 437 "org.hibernate.jpa.test.criteria.paths.PluralAttributeExpressionsTest.testEntityMapIsEmptyCriteria": "unknown", 438 "org.hibernate.jpa.test.criteria.paths.PluralAttributeExpressionsTest.testEntityMapIsEmptyHql": "unknown", 439 "org.hibernate.jpa.test.criteria.paths.PluralAttributeExpressionsTest.testEntityMapSizeCriteria": "unknown", 440 "org.hibernate.jpa.test.criteria.paths.PluralAttributeExpressionsTest.testEntityMapSizeHql": "unknown", 441 "org.hibernate.jpa.test.criteria.selectcase.GroupBySelectCaseTest.selectCaseInGroupByAndSelectExpression": "unknown", 442 "org.hibernate.jpa.test.criteria.selectcase.GroupBySelectCaseTest.selectCaseInOrderByAndSelectExpression": "unknown", 443 "org.hibernate.jpa.test.criteria.selectcase.SelectCaseTest.selectCaseWithCastedTypeValuesShouldWork": "unknown", 444 "org.hibernate.jpa.test.criteria.selectcase.SelectCaseTest.selectCaseWithValuesShouldWork": "unknown", 445 "org.hibernate.jpa.test.criteria.selectcase.SelectCaseTest.simpleSelectCaseWithCastedTypeValuesShouldWork": "unknown", 446 "org.hibernate.jpa.test.criteria.selectcase.SelectCaseTest.simpleSelectCaseWithValuesShouldWork": "unknown", 447 "org.hibernate.jpa.test.criteria.simplecase.BasicSimpleCaseTest.testCaseIntegerResult": "unknown", 448 "org.hibernate.jpa.test.criteria.simplecase.BasicSimpleCaseTest.testCaseLiteralResult": "unknown", 449 "org.hibernate.jpa.test.criteria.simplecase.BasicSimpleCaseTest.testCaseLiteralResult2": "unknown", 450 "org.hibernate.jpa.test.criteria.simplecase.BasicSimpleCaseTest.testCaseStringResult": "unknown", 451 "org.hibernate.jpa.test.criteria.subquery.CorrelatedSubqueryTest.testBasicCorrelation": "unknown", 452 "org.hibernate.jpa.test.criteria.subquery.CorrelatedSubqueryTest.testCorrelationExplicitSelectionCorrelation": "unknown", 453 "org.hibernate.jpa.test.criteria.subquery.CorrelatedSubqueryTest.testRestrictedCorrelation": "unknown", 454 "org.hibernate.jpa.test.criteria.subquery.CorrelatedSubqueryTest.testRestrictedCorrelationNoExplicitSelection": "unknown", 455 "org.hibernate.jpa.test.criteria.subquery.UncorrelatedSubqueryTest.testEqualAll": "unknown", 456 "org.hibernate.jpa.test.criteria.subquery.UncorrelatedSubqueryTest.testLessThan": "unknown", 457 "org.hibernate.jpa.test.criteria.tuple.TupleCriteriaTest.testArray": "unknown", 458 "org.hibernate.jpa.test.criteria.tuple.TupleCriteriaTest.testInvalidTupleIndexAccess": "unknown", 459 "org.hibernate.jpa.test.criteria.tuple.TupleCriteriaTest.testTuple": "unknown", 460 "org.hibernate.jpa.test.criteria.tuple.TupleCriteriaTest.testVariousTupleAccessMethods": "unknown", 461 "org.hibernate.jpa.test.ejb3configuration.EntityManagerFactorySerializationTest.testSerialization": "unknown", 462 "org.hibernate.jpa.test.ejb3configuration.EntityManagerSerializationTest.testSerialization": "unknown", 463 "org.hibernate.jpa.test.ejb3configuration.InterceptorTest.testOnLoadCallInInterceptor": "unknown", 464 "org.hibernate.jpa.test.emops.FlushModeTest.testCreateEMFlushMode": "unknown", 465 "org.hibernate.jpa.test.emops.FlushTest.testFlushOnDetached": "unknown", 466 "org.hibernate.jpa.test.emops.MergeMultipleEntityCopiesAllowedLoggedTest.testCascadeFromDetachedToNonDirtyRepresentations": "unknown", 467 "org.hibernate.jpa.test.emops.MergeMultipleEntityCopiesAllowedLoggedTest.testTopLevelManyToOneManagedNestedIsDetached": "unknown", 468 "org.hibernate.jpa.test.emops.MergeMultipleEntityCopiesAllowedTest.testCascadeFromDetachedToNonDirtyRepresentations": "unknown", 469 "org.hibernate.jpa.test.emops.MergeMultipleEntityCopiesAllowedTest.testTopLevelManyToOneManagedNestedIsDetached": "unknown", 470 "org.hibernate.jpa.test.emops.MergeMultipleEntityCopiesCustomTest.testMergeMultipleEntityCopiesAllowed": "unknown", 471 "org.hibernate.jpa.test.emops.MergeMultipleEntityCopiesCustomTest.testMergeMultipleEntityCopiesAllowedAndDisallowed": "unknown", 472 "org.hibernate.jpa.test.emops.MergeMultipleEntityCopiesDisallowedByDefaultTest.testCascadeFromDetachedToNonDirtyRepresentations": "unknown", 473 "org.hibernate.jpa.test.emops.MergeMultipleEntityCopiesDisallowedByDefaultTest.testTopLevelManyToOneManagedNestedIsDetached": "unknown", 474 "org.hibernate.jpa.test.emops.MergeMultipleEntityCopiesDisallowedTest.testCascadeFromDetachedToNonDirtyRepresentations": "unknown", 475 "org.hibernate.jpa.test.emops.MergeMultipleEntityCopiesDisallowedTest.testTopLevelManyToOneManagedNestedIsDetached": "unknown", 476 "org.hibernate.jpa.test.emops.MergeTest.testConcurrentMerge": "unknown", 477 "org.hibernate.jpa.test.emops.MergeTest.testMergeManyToMany": "unknown", 478 "org.hibernate.jpa.test.emops.MergeTest.testMergeManyToManyWithDeference": "unknown", 479 "org.hibernate.jpa.test.emops.MergeTest.testMergeUnidirectionalOneToMany": "unknown", 480 "org.hibernate.jpa.test.emops.MergeTest.testMergeWithIndexColumn": "unknown", 481 "org.hibernate.jpa.test.emops.MergeTest.testRemoveAndMerge": "unknown", 482 "org.hibernate.jpa.test.emops.RefreshTest.testRefreshNonManaged": "unknown", 483 "org.hibernate.jpa.test.emops.RemoveTest.testRemove": "unknown", 484 "org.hibernate.jpa.test.emops.RemoveTest.testRemoveAndFind": "unknown", 485 "org.hibernate.jpa.test.emops.RemoveTest.testUpdatedAndRemove": "6583", 486 "org.hibernate.jpa.test.emops.cascade.CascadePersistTest.testLazyCollectionsStayLazyOnPersist": "unknown", 487 "org.hibernate.jpa.test.enhancement.TestLazyPropertyOnPreUpdate.testNoUpdate": "unknown", 488 "org.hibernate.jpa.test.enhancement.TestLazyPropertyOnPreUpdate.testPreUpdate": "unknown", 489 "org.hibernate.jpa.test.enhancement.TestLazyPropertyOnPreUpdate.testPreUpdateOverride": "unknown", 490 "org.hibernate.jpa.test.exception.ExceptionTest.testConstraintViolationException": "26738", 491 "org.hibernate.jpa.test.exception.ExceptionTest.testEntityNotFoundException": "unknown", 492 "org.hibernate.jpa.test.exception.ExceptionTest.testOptimisticLockingException": "unknown", 493 "org.hibernate.jpa.test.graphs.EntityGraphNativeQueryTest.testNativeQueryFetchGraph": "unknown", 494 "org.hibernate.jpa.test.graphs.EntityGraphNativeQueryTest.testNativeQueryLoadGraph": "unknown", 495 "org.hibernate.jpa.test.graphs.EntityGraphNativeQueryTest.testQuery": "unknown", 496 "org.hibernate.jpa.test.graphs.EntityGraphTest.attributeNodeInheritanceTest": "unknown", 497 "org.hibernate.jpa.test.graphs.EntityGraphTest.inheritanceTest": "unknown", 498 "org.hibernate.jpa.test.graphs.EntityGraphTest.loadCollection": "unknown", 499 "org.hibernate.jpa.test.graphs.EntityGraphTest.loadInverseCollection": "unknown", 500 "org.hibernate.jpa.test.graphs.EntityGraphTest.loadIsMemeberQueriedCollection": "unknown", 501 "org.hibernate.jpa.test.graphs.EntityGraphTest.loadMultipleAssociations": "unknown", 502 "org.hibernate.jpa.test.graphs.EntityGraphUsingFetchGraphTest.fetchAttributeNodeFromSubgraph": "unknown", 503 "org.hibernate.jpa.test.graphs.EntityGraphUsingFetchGraphTest.fetchSubGraphFromSubgraph": "unknown", 504 "org.hibernate.jpa.test.graphs.EntityGraphUsingFetchGraphTest.fetchUsingHql": "unknown", 505 "org.hibernate.jpa.test.graphs.EntityGraphWithFetchAnnotationTest.testWithEntityGraph": "unknown", 506 "org.hibernate.jpa.test.graphs.EntityGraphWithFetchAnnotationTest.testWithoutEntityGraph": "unknown", 507 "org.hibernate.jpa.test.graphs.inherited.InheritedEntityGraphTest.collectionAttributeNodeInheritanceTest": "unknown", 508 "org.hibernate.jpa.test.graphs.inherited.InheritedEntityGraphTest.collectionAttributeSubgraphInheritanceTest": "unknown", 509 "org.hibernate.jpa.test.graphs.inherited.InheritedEntityGraphTest.singleAttributeNodeInheritanceTest": "unknown", 510 "org.hibernate.jpa.test.graphs.inherited.InheritedEntityGraphTest.singleAttributeSubgraphInheritanceTest": "unknown", 511 "org.hibernate.jpa.test.graphs.mapped_by_id.LoadGraphFindByIdTest.findByPrimaryKeyWithQuery": "unknown", 512 "org.hibernate.jpa.test.graphs.queryhint.QueryHintEntityGraphTest.testCollectionSizeLoadedWithGraph": "unknown", 513 "org.hibernate.jpa.test.graphs.queryhint.QueryHintEntityGraphTest.testEntityGraphWithCollectionSubquery": "unknown", 514 "org.hibernate.jpa.test.graphs.queryhint.QueryHintEntityGraphTest.testEntityGraphWithExplicitFetch": "unknown", 515 "org.hibernate.jpa.test.graphs.queryhint.QueryHintEntityGraphTest.testEntityGraphWithExplicitFetchAndRestriction": "unknown", 516 "org.hibernate.jpa.test.graphs.queryhint.QueryHintEntityGraphTest.testLoadGraph": "unknown", 517 "org.hibernate.jpa.test.graphs.queryhint.QueryHintEntityGraphTest.testLoadGraphOrderByWithImplicitJoin": "unknown", 518 "org.hibernate.jpa.test.graphs.queryhint.QueryHintEntityGraphTest.testLoadGraphWithRestriction": "unknown", 519 "org.hibernate.jpa.test.hibernateFilters.EntityManagerWithFilteredSessionTest.testTypedQueryCreation": "unknown", 520 "org.hibernate.jpa.test.hibernateFilters.ProxyPreservingFiltersOutsideInitialSessionTest.testChangeFilterBeforeInitializeInSameSession": "unknown", 521 "org.hibernate.jpa.test.hibernateFilters.ProxyPreservingFiltersOutsideInitialSessionTest.testMergeNoFilterThenInitializeTempSession": "unknown", 522 "org.hibernate.jpa.test.hibernateFilters.ProxyPreservingFiltersOutsideInitialSessionTest.testSaveOrUpdateNoFilterThenInitializeTempSession": "unknown", 523 "org.hibernate.jpa.test.indetifier.AssignedInitialValueTableGeneratorConfiguredTest.testTheFirstGeneratedIdIsEqualToTableGeneratorInitialValuePlusOne": "6583", 524 "org.hibernate.jpa.test.indetifier.AssignedInitialValueTableGeneratorConfiguredTest.testTheGeneratedIdValuesAreCorrect": "6583", 525 "org.hibernate.jpa.test.indetifier.DefaultInitialValueTableGeneratorConfiguredTest.testTheFirstGeneratedIdIsEqualToTableGeneratorInitialValuePlusOne": "6583", 526 "org.hibernate.jpa.test.indetifier.DefaultInitialValueTableGeneratorConfiguredTest.testTheGeneratedIdValuesAreCorrect": "6583", 527 "org.hibernate.jpa.test.inheritance.InheritanceTest.testFind": "unknown", 528 "org.hibernate.jpa.test.lob.BlobTest.testBlobSerialization": "26725", 529 "org.hibernate.jpa.test.lock.LockTest.testContendedPessimisticLock": "6583", 530 "org.hibernate.jpa.test.lock.LockTest.testContendedPessimisticWriteLockNoWait": "6583", 531 "org.hibernate.jpa.test.lock.LockTest.testFindWithPessimisticWriteLockTimeoutException": "6583", 532 "org.hibernate.jpa.test.lock.LockTest.testFindWithTimeoutHint": "6583", 533 "org.hibernate.jpa.test.lock.LockTest.testLockOptimistic": "unknown", 534 "org.hibernate.jpa.test.lock.LockTest.testLockOptimisticForceIncrement": "unknown", 535 "org.hibernate.jpa.test.lock.LockTest.testLockOptimisticForceIncrementDifferentEm": "unknown", 536 "org.hibernate.jpa.test.lock.LockTest.testLockPessimisticForceIncrement": "unknown", 537 "org.hibernate.jpa.test.lock.LockTest.testLockRead": "unknown", 538 "org.hibernate.jpa.test.lock.LockTest.testLockWrite": "unknown", 539 "org.hibernate.jpa.test.lock.LockTest.testLockWriteOnUnversioned": "6583", 540 "org.hibernate.jpa.test.lock.LockTest.testNamedQueryResultListPessimisticWriteLockTimeoutException": "6583", 541 "org.hibernate.jpa.test.lock.LockTest.testQueryResultListPessimisticWriteLockTimeoutException": "6583", 542 "org.hibernate.jpa.test.lock.LockTest.testQuerySingleResultPessimisticWriteLockTimeoutException": "6583", 543 "org.hibernate.jpa.test.lock.LockTest.testUpdateWithPessimisticReadLockSkipLocked": "6583", 544 "org.hibernate.jpa.test.lock.LockTest.testUpdateWithPessimisticReadLockWithoutNoWait": "6583", 545 "org.hibernate.jpa.test.lock.NativeSQLQueryTimeoutTest.test": "41335", 546 "org.hibernate.jpa.test.lock.QueryLockingTest.testEntityLockModeStateAfterQueryLocking": "6583", 547 "org.hibernate.jpa.test.lock.QueryLockingTest.testNoVersionCheckAfterRemove": "unknown", 548 "org.hibernate.jpa.test.lock.QueryLockingTest.testOptimisticForcedIncrementOverall": "unknown", 549 "org.hibernate.jpa.test.lock.QueryLockingTest.testOptimisticForcedIncrementSpecific": "unknown", 550 "org.hibernate.jpa.test.lock.QueryLockingTest.testOptimisticOverall": "unknown", 551 "org.hibernate.jpa.test.lock.QueryLockingTest.testOptimisticSpecific": "unknown", 552 "org.hibernate.jpa.test.lock.QueryLockingTest.testPessimisticForcedIncrementOverall": "6583", 553 "org.hibernate.jpa.test.lock.QueryLockingTest.testPessimisticForcedIncrementSpecific": "6583", 554 "org.hibernate.jpa.test.lock.StatementIsClosedAfterALockExceptionTest.testStatementIsClosed": "6583", 555 "org.hibernate.jpa.test.lock.UpgradeLockTest.testUpgradeReadLockToOptimisticForceIncrement": "unknown", 556 "org.hibernate.jpa.test.mapping.DefaultCascadeTest.testCascadePersist": "unknown", 557 "org.hibernate.jpa.test.mapping.UnidirectionalOneToManyIndexColumnTest.testRemovingAChild": "unknown", 558 "org.hibernate.jpa.test.mapping.UnidirectionalOneToManyOrderColumnTest.testAddingAnElement": "unknown", 559 "org.hibernate.jpa.test.mapping.UnidirectionalOneToManyOrderColumnTest.testRemovingAnElement": "unknown", 560 "org.hibernate.jpa.test.mapping.UnidirectionalOneToManyOrderColumnTest.testRemovingAndAddingAnElement": "unknown", 561 "org.hibernate.jpa.test.mapping.UnidirectionalOneToManyOrderColumnTest.testRemovingOneAndAddingTwoElements": "unknown", 562 "org.hibernate.jpa.test.ops.ContainsTest.testLifecycle": "unknown", 563 "org.hibernate.jpa.test.ops.FindTest.testSubclassWrongId": "unknown", 564 "org.hibernate.jpa.test.ops.GetLoadJpaComplianceDifferentSessionsTest.testReattachEntityToSessionWithJpaComplianceProxy": "unknown", 565 "org.hibernate.jpa.test.ops.GetLoadJpaComplianceTest.testLoadIdNotFound_FieldBasedAccess": "unknown", 566 "org.hibernate.jpa.test.ops.GetLoadJpaComplianceTest.testLoadIdNotFound_PropertyBasedAccess": "unknown", 567 "org.hibernate.jpa.test.ops.GetLoadJpaComplianceTest.testReferenceIdNotFound_FieldBasedAccess": "unknown", 568 "org.hibernate.jpa.test.ops.GetLoadJpaComplianceTest.testReferenceIdNotFound_PropertyBasedAccess": "unknown", 569 "org.hibernate.jpa.test.ops.GetLoadTest.testGet": "unknown", 570 "org.hibernate.jpa.test.ops.GetLoadTest.testLoad": "unknown", 571 "org.hibernate.jpa.test.ops.GetLoadTest.testLoadGetId": "unknown", 572 "org.hibernate.jpa.test.ops.GetLoadTest.testLoadIdNotFound_FieldBasedAccess": "unknown", 573 "org.hibernate.jpa.test.ops.GetLoadTest.testLoadIdNotFound_PropertyBasedAccess": "unknown", 574 "org.hibernate.jpa.test.ops.GetLoadTest.testReferenceIdNotFound_FieldBasedAccess": "unknown", 575 "org.hibernate.jpa.test.ops.GetLoadTest.testReferenceIdNotFound_PropertyBasedAccess": "unknown", 576 "org.hibernate.jpa.test.ops.MergeNewTest.testMergeAfterRemove": "unknown", 577 "org.hibernate.jpa.test.ops.MergeNewTest.testMergeNew": "unknown", 578 "org.hibernate.jpa.test.ops.MergeTest.testMergeTree": "unknown", 579 "org.hibernate.jpa.test.ops.PersistTest.testBasic": "unknown", 580 "org.hibernate.jpa.test.ops.PersistTest.testCreateException": "unknown", 581 "org.hibernate.jpa.test.ops.PersistTest.testCreateExceptionWithGeneratedId": "unknown", 582 "org.hibernate.jpa.test.ops.PersistTest.testCreateTree": "unknown", 583 "org.hibernate.jpa.test.ops.PersistTest.testCreateTreeWithGeneratedId": "unknown", 584 "org.hibernate.jpa.test.orphan.onetoone.OneToOneOrphanTest.testFlushTransientOneToOneNoCascade": "unknown", 585 "org.hibernate.jpa.test.orphan.onetoone.multilevelcascade.DeleteMultiLevelOrphansTest.testDirectAndNestedAssociationsOrphanedWhileManaged": "unknown", 586 "org.hibernate.jpa.test.orphan.onetoone.multilevelcascade.DeleteMultiLevelOrphansTest.testDirectAssociationOrphanedWhileManaged": "unknown", 587 "org.hibernate.jpa.test.orphan.onetoone.multilevelcascade.DeleteMultiLevelOrphansTest.testReplacedDirectAssociationWhileManaged": "unknown", 588 "org.hibernate.jpa.test.packaging.PackagedEntityManagerTest.testConfiguration": "unknown", 589 "org.hibernate.jpa.test.packaging.PackagedEntityManagerTest.testDefaultPar": "unknown", 590 "org.hibernate.jpa.test.packaging.PackagedEntityManagerTest.testDefaultParForPersistence_1_0": "unknown", 591 "org.hibernate.jpa.test.packaging.PackagedEntityManagerTest.testExcludeHbmPar": "unknown", 592 "org.hibernate.jpa.test.packaging.PackagedEntityManagerTest.testExplodedPar": "unknown", 593 "org.hibernate.jpa.test.packaging.PackagedEntityManagerTest.testExtendedEntityManager": "unknown", 594 "org.hibernate.jpa.test.packaging.PackagedEntityManagerTest.testExternalJar": "unknown", 595 "org.hibernate.jpa.test.packaging.PackagedEntityManagerTest.testListenersDefaultPar": "unknown", 596 "org.hibernate.jpa.test.packaging.PackagedEntityManagerTest.testORMFileOnMainAndExplicitJars": "unknown", 597 "org.hibernate.jpa.test.packaging.PackagedEntityManagerTest.testOverriddenPar": "unknown", 598 "org.hibernate.jpa.test.packaging.PackagedEntityManagerTest.testRelativeJarReferences": "unknown", 599 "org.hibernate.jpa.test.packaging.PackagedEntityManagerTest.testSpacePar": "unknown", 600 "org.hibernate.jpa.test.query.AddNamedQueryTest.basicTest": "unknown", 601 "org.hibernate.jpa.test.query.CachedQueryTest.testCacheableQuery": "unknown", 602 "org.hibernate.jpa.test.query.ConstructorResultNativeQueryTest.testConstructorResultNativeQuery": "unknown", 603 "org.hibernate.jpa.test.query.ConstructorResultNativeQueryTest.testConstructorResultNativeQuerySpecifyingType": "unknown", 604 "org.hibernate.jpa.test.query.ConstructorResultNativeQueryTest.testMultipleConstructorResultNativeQuery": "unknown", 605 "org.hibernate.jpa.test.query.DateTimeParameterTest.testBindingCalendarAsDate": "unknown", 606 "org.hibernate.jpa.test.query.LimitExpressionTest.testAnEmptyListIsReturnedWhenSetMaxResultsToZero": "unknown", 607 "org.hibernate.jpa.test.query.NamedQueryCommentTest.testSelectNamedNativeQueryWithSqlComment": "unknown", 608 "org.hibernate.jpa.test.query.NamedQueryCommentTest.testSelectNamedQueryWithSqlComment": "unknown", 609 "org.hibernate.jpa.test.query.NamedQueryCommentTest.testUpdateNamedNativeQueryWithSqlComment": "unknown", 610 "org.hibernate.jpa.test.query.NamedQueryCommentTest.testUpdateNamedQueryWithSqlComment": "unknown", 611 "org.hibernate.jpa.test.query.NamedQueryTest.testNamedQueriesOrdinalParametersAreOneBased": "unknown", 612 "org.hibernate.jpa.test.query.NamedQueryTest.testNamedQueryOrdinalParametersConflict": "unknown", 613 "org.hibernate.jpa.test.query.NamedQueryTest.testNamedQueryOrdinalParametersConflict2": "unknown", 614 "org.hibernate.jpa.test.query.NamedQueryTest.testNativeNamedQueriesOrdinalParametersAreOneBased": "unknown", 615 "org.hibernate.jpa.test.query.NamedQueryTest.testNativeNamedQueriesOrdinalParametersConflict": "unknown", 616 "org.hibernate.jpa.test.query.NamedQueryTest.testNativeNamedQueriesOrdinalParametersConflict2": "unknown", 617 "org.hibernate.jpa.test.query.NamedQueryTest.testNativeQueriesFromNamedQueriesDoNotShareQuerySpaces": "unknown", 618 "org.hibernate.jpa.test.query.NativeQueryOrdinalParametersTest.testConflictWithSessionNativeQuery": "unknown", 619 "org.hibernate.jpa.test.query.NativeQueryOrdinalParametersTest.testNativeQueryIndexedOrdinalParameter": "unknown", 620 "org.hibernate.jpa.test.query.NativeQueryOrdinalParametersTest.testNativeQueryOrdinalParameter": "unknown", 621 "org.hibernate.jpa.test.query.QueryTest.testAggregationReturnType": "unknown", 622 "org.hibernate.jpa.test.query.QueryTest.testDistinct": "unknown", 623 "org.hibernate.jpa.test.query.QueryTest.testEscapeCharacter": "unknown", 624 "org.hibernate.jpa.test.query.QueryTest.testExplicitPositionalParameter": "unknown", 625 "org.hibernate.jpa.test.query.QueryTest.testGetSingleResultWithNoResultException": "unknown", 626 "org.hibernate.jpa.test.query.QueryTest.testIsNull": "unknown", 627 "org.hibernate.jpa.test.query.QueryTest.testMultipleParameterLists": "unknown", 628 "org.hibernate.jpa.test.query.QueryTest.testNamedParameterWithUserError": "unknown", 629 "org.hibernate.jpa.test.query.QueryTest.testNativeQueryByEntity": "unknown", 630 "org.hibernate.jpa.test.query.QueryTest.testNativeQueryByResultSet": "unknown", 631 "org.hibernate.jpa.test.query.QueryTest.testNativeQueryWithPositionalParameter": "unknown", 632 "org.hibernate.jpa.test.query.QueryTest.testNativeQuestionMarkParameter": "unknown", 633 "org.hibernate.jpa.test.query.QueryTest.testNullNamedParameter": "unknown", 634 "org.hibernate.jpa.test.query.QueryTest.testNullNamedParameterParameter": "unknown", 635 "org.hibernate.jpa.test.query.QueryTest.testNullNamedParameterParameterIncompatible": "unknown", 636 "org.hibernate.jpa.test.query.QueryTest.testNullPositionalParameter": "unknown", 637 "org.hibernate.jpa.test.query.QueryTest.testNullPositionalParameterParameter": "unknown", 638 "org.hibernate.jpa.test.query.QueryTest.testNullPositionalParameterParameterIncompatible": "unknown", 639 "org.hibernate.jpa.test.query.QueryTest.testPagedQuery": "unknown", 640 "org.hibernate.jpa.test.query.QueryTest.testParameterCollectionAndPositional": "unknown", 641 "org.hibernate.jpa.test.query.QueryTest.testParameterCollectionParenthesesAndPositional": "unknown", 642 "org.hibernate.jpa.test.query.QueryTest.testParameterCollectionSingletonParenthesesAndPositional": "unknown", 643 "org.hibernate.jpa.test.query.QueryTest.testParameterList": "unknown", 644 "org.hibernate.jpa.test.query.QueryTest.testParameterListInExistingParens": "unknown", 645 "org.hibernate.jpa.test.query.QueryTest.testPositionalParameterForms": "unknown", 646 "org.hibernate.jpa.test.query.QueryTest.testPositionalParameterWithUserError": "unknown", 647 "org.hibernate.jpa.test.query.QueryTest.testTypeExpression": "unknown", 648 "org.hibernate.jpa.test.query.QueryTest.testTypedNamedNativeQuery": "unknown", 649 "org.hibernate.jpa.test.query.QueryTest.testTypedScalarQueries": "unknown", 650 "org.hibernate.jpa.test.query.QueryTest.testUnavailableNamedQuery": "unknown", 651 "org.hibernate.jpa.test.query.QueryTest.testUpdateQuery": "unknown", 652 "org.hibernate.jpa.test.query.QueryWithInParamListAndNamedEntityGraphTest.testEntityGraph": "unknown", 653 "org.hibernate.jpa.test.query.QueryWithInParamListAndNamedEntityGraphTest.testEntityGraphAndInClause": "unknown", 654 "org.hibernate.jpa.test.query.QueryWithInParamListAndNamedEntityGraphTest.testInClause": "unknown", 655 "org.hibernate.jpa.test.query.QueryWithLiteralsInSelectExpressionTest.testSelectLiterals": "unknown", 656 "org.hibernate.jpa.test.query.QueryWithLiteralsInSelectExpressionTest.testSelectNonNullLiteralsCastToBoolean": "unknown", 657 "org.hibernate.jpa.test.query.QueryWithLiteralsInSelectExpressionTest.testSelectNullLiterals": "unknown", 658 "org.hibernate.jpa.test.query.TupleQueryTest.testGetAlias": "unknown", 659 "org.hibernate.jpa.test.query.TupleQueryTest.testGetAliasReturnNullIfNoAliasExist": "unknown", 660 "org.hibernate.jpa.test.query.TypedValueParametersTest.testJpa": "unknown", 661 "org.hibernate.jpa.test.query.TypedValueParametersTest.testNative": "unknown", 662 "org.hibernate.jpa.test.refresh.RefreshDetachedInstanceWhenIsAllowedTest.testRefreshDetachedInstance": "unknown", 663 "org.hibernate.jpa.test.refresh.RefreshDetachedInstanceWhenIsAllowedTest.testUnwrappedSessionRefreshDetachedInstance": "unknown", 664 "org.hibernate.jpa.test.refresh.RefreshDetachedInstanceWhenIsNotAllowedTest.testRefreshDetachedInstance": "unknown", 665 "org.hibernate.jpa.test.refresh.RefreshDetachedInstanceWhenIsNotAllowedTest.testUnwrappedSessionRefreshDetachedInstance": "unknown", 666 "org.hibernate.jpa.test.schemagen.SchemaCreateDropTest.testQueryWithoutTransaction": "unknown", 667 "org.hibernate.jpa.test.temporal.TemporalTypeTest.testTemporalType": "unknown", 668 "org.hibernate.jpa.test.transaction.CloseEntityManagerWithActiveTransactionTest.testCommitReleasesLogicalConnection": "unknown", 669 "org.hibernate.jpa.test.transaction.CloseEntityManagerWithActiveTransactionTest.testMergeThenCloseWithAnActiveTransaction": "unknown", 670 "org.hibernate.jpa.test.transaction.CloseEntityManagerWithActiveTransactionTest.testMergeWithDeletionOrphanRemovalThenCloseWithAnActiveTransaction": "unknown", 671 "org.hibernate.jpa.test.transaction.CloseEntityManagerWithActiveTransactionTest.testPersistThenCloseWithAnActiveTransaction": "unknown", 672 "org.hibernate.jpa.test.transaction.CloseEntityManagerWithActiveTransactionTest.testRemoveThenCloseWithAnActiveTransaction": "unknown", 673 "org.hibernate.jpa.test.transaction.CloseEntityManagerWithActiveTransactionTest.testUpdateThenCloseWithAnActiveTransaction": "unknown", 674 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testAlwaysTransactionalOperations": "6583", 675 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testMergeWhenExtended": "6583", 676 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testRollbackClearPC": "6583", 677 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testRollbackExceptionOnOptimisticLockException": "6583", 678 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testSetRollbackOnlyAndFlush": "6583", 679 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testTransactionAndContains": "6583", 680 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testTransactionCommitDoesNotFlush": "6583", 681 "org.hibernate.jpa.test.transaction.FlushAndTransactionTest.testTransactionalOperationsWhenExtended": "6583", 682 "org.hibernate.jpa.test.transaction.JtaReusingEntityTransactionTest.entityTransactionShouldBeReusableTest": "unknown", 683 "org.hibernate.jpa.test.transaction.TransactionRollbackTest.checkRollBackTransactionIsExecutedOnceWhenACommitFails": "unknown", 684 "org.hibernate.jpa.test.xml.JpaEntityNameTest.testUsingSimpleHbmInJpa": "unknown", 685 "org.hibernate.jpa.test.xml.XmlAttributeOverrideTest.testAttributeOverriding": "unknown", 686 "org.hibernate.jpa.test.xml.XmlAttributeOverrideTest.testDefaultEventListener": "unknown", 687 "org.hibernate.jpa.test.xml.sequences.XmlAttributeOverrideTest.testAttributeOverriding": "unknown", 688 "org.hibernate.jpa.userguide.util.GetIdentifierTest.testEmbeddedId": "unknown", 689 "org.hibernate.jpa.userguide.util.GetIdentifierTest.testIdClass": "unknown", 690 "org.hibernate.jpa.userguide.util.GetIdentifierTest.testProxyObject": "unknown", 691 "org.hibernate.jpa.userguide.util.GetIdentifierTest.testSimpleId": "unknown", 692 "org.hibernate.jpa.userguide.util.IsLoadedTest.testIsLoadedOnPrivateSuperclassProperty": "unknown", 693 "org.hibernate.jpa.version.JpaSpecVersionValueUpdatingTest.testVersionNotIncrementedOnModificationOfNonOwningCollectionCascaded": "unknown", 694 "org.hibernate.jpa.version.JpaSpecVersionValueUpdatingTest.testVersionNotIncrementedOnModificationOfNonOwningCollectionNonCascaded": "unknown", 695 "org.hibernate.persister.entity.CustomSqlSchemaResolvingTest.testSchemaNotReplacedInCustomSQL": "unknown", 696 "org.hibernate.property.DirectPropertyAccessorTest.testDirectIdPropertyAccess": "unknown", 697 "org.hibernate.property.GetAndIsVariantGetterWithTransientAnnotationTest.testBothGetterAndIsVariantAreIgnoredWhenMarkedTransient": "unknown", 698 "org.hibernate.property.GetAndIsVariantGetterWithTransientAnnotationTest.testGetAndIsVariantCanHaveDifferentReturnValueWhenOneHasATransientAnnotation": "unknown", 699 "org.hibernate.query.InClauseParameterPaddingTest.testInClauseParameterPadding": "unknown", 700 "org.hibernate.query.NativeQueryWithParenthesesTest.testParseParentheses": "unknown", 701 "org.hibernate.query.criteria.internal.expression.SearchedCaseExpressionTest.testEqualClause": "unknown", 702 "org.hibernate.query.hhh12076.AnnotationMappingJoinClassTest.testClassExpressionInOnClause": "unknown", 703 "org.hibernate.query.hhh12076.AnnotationMappingJoinClassTest.testClassExpressionInWhereClause": "unknown", 704 "org.hibernate.query.hhh12225.HQLTypeTest.test": "unknown", 705 "org.hibernate.secure.JaccIntegratorTest.testAllow": "unknown", 706 "org.hibernate.serialization.EntityProxySerializationTest.testInitializedProxySerializationIfTargetInPersistenceContext": "unknown", 707 "org.hibernate.serialization.EntityProxySerializationTest.testProxyInitializationWithoutTX": "unknown", 708 "org.hibernate.serialization.EntityProxySerializationTest.testProxyInitializationWithoutTXAfterDeserialization": "unknown", 709 "org.hibernate.serialization.EntityProxySerializationTest.testUninitializedProxySerializationIfTargetInPersistenceContext": "unknown", 710 "org.hibernate.serialization.MapProxySerializationTest.testInitializedProxySerializationIfTargetInPersistenceContext": "unknown", 711 "org.hibernate.serialization.MapProxySerializationTest.testProxyInitializationWithoutTX": "unknown", 712 "org.hibernate.serialization.MapProxySerializationTest.testProxyInitializationWithoutTXAfterDeserialization": "unknown", 713 "org.hibernate.serialization.MapProxySerializationTest.testUninitializedProxySerializationIfTargetInPersistenceContext": "unknown", 714 "org.hibernate.session.AssociateEntityWithTwoSessionsTest.test": "unknown", 715 "org.hibernate.sharedSession.SessionWithSharedConnectionTest.testChildSessionCallsAfterTransactionAction": "unknown", 716 "org.hibernate.sharedSession.SessionWithSharedConnectionTest.testSharedTransactionContextFlushBeforeCompletion": "unknown", 717 "org.hibernate.sharedSession.SessionWithSharedConnectionTest.testSharedTransactionContextSessionClosing": "unknown", 718 "org.hibernate.test.abstractembeddedcomponents.cid.AbstractCompositeIdTest.testEmbeddedCompositeIdentifierOnAbstractClass": "unknown", 719 "org.hibernate.test.abstractembeddedcomponents.propertyref.AbstractComponentPropertyRefTest.testPropertiesRefCascades": "unknown", 720 "org.hibernate.test.annotations.ConfigurationTest.testAnnReferencesHbm": "unknown", 721 "org.hibernate.test.annotations.ConfigurationTest.testDeclarativeMix": "unknown", 722 "org.hibernate.test.annotations.ConfigurationTest.testHbmWithSubclassExtends": "unknown", 723 "org.hibernate.test.annotations.ConfigurationTest.testIgnoringHbm": "unknown", 724 "org.hibernate.test.annotations.ConfigurationTest.testPrecedenceAnnotation": "unknown", 725 "org.hibernate.test.annotations.ConfigurationTest.testPrecedenceHbm": "unknown", 726 "org.hibernate.test.annotations.CreationTimestampTest.generatesCurrentTimestamp": "unknown", 727 "org.hibernate.test.annotations.EntityTest.testColumn": "unknown", 728 "org.hibernate.test.annotations.EntityTest.testColumnUnique": "unknown", 729 "org.hibernate.test.annotations.EntityTest.testEntityName": "unknown", 730 "org.hibernate.test.annotations.EntityTest.testFieldAccess": "unknown", 731 "org.hibernate.test.annotations.EntityTest.testLoad": "unknown", 732 "org.hibernate.test.annotations.EntityTest.testNonGetter": "unknown", 733 "org.hibernate.test.annotations.EntityTest.testTemporalType": "unknown", 734 "org.hibernate.test.annotations.EntityTest.testUniqueConstraint": "unknown", 735 "org.hibernate.test.annotations.EntityTest.testVersion": "unknown", 736 "org.hibernate.test.annotations.JoinedSubclassTest.testCompositePk": "unknown", 737 "org.hibernate.test.annotations.JoinedSubclassTest.testDeclaredValues": "unknown", 738 "org.hibernate.test.annotations.JoinedSubclassTest.testDefaultValues": "unknown", 739 "org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.replaceParentClassElementCollection": "unknown", 740 "org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.replaceSubClassElementCollection": "unknown", 741 "org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.updateDetachedEntity": "unknown", 742 "org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.updateParentClassOneToOneAssociation": "unknown", 743 "org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.updateParentClassProperty": "unknown", 744 "org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.updateSubClassOnrToOneAssociation": "unknown", 745 "org.hibernate.test.annotations.UpdateTimeStampInheritanceTest.updateSubClassProperty": "unknown", 746 "org.hibernate.test.annotations.UpdateTimestampTest.generatesCurrentTimestamp": "unknown", 747 "org.hibernate.test.annotations.access.AccessTest.testFieldsOverriding": "unknown", 748 "org.hibernate.test.annotations.access.AccessTest.testNonOverridenSubclass": "unknown", 749 "org.hibernate.test.annotations.access.AccessTest.testOverridenSubclass": "unknown", 750 "org.hibernate.test.annotations.access.AccessTest.testPropertyOverriding": "unknown", 751 "org.hibernate.test.annotations.access.AccessTest.testSuperclassNonOverriding": "unknown", 752 "org.hibernate.test.annotations.access.AccessTest.testSuperclassOverriding": "unknown", 753 "org.hibernate.test.annotations.access.jpa.AccessTest.testDefaultConfigurationModeIsInherited": "unknown", 754 "org.hibernate.test.annotations.access.jpa.AccessTest.testEmbeddableExplicitAccessStrategy": "unknown", 755 "org.hibernate.test.annotations.access.jpa.AccessTest.testEmbeddableUsesAccessStrategyOfContainingClass": "unknown", 756 "org.hibernate.test.annotations.access.jpa.AccessTest.testFieldsOverriding": "unknown", 757 "org.hibernate.test.annotations.access.jpa.AccessTest.testNonOverridenSubclass": "unknown", 758 "org.hibernate.test.annotations.access.jpa.AccessTest.testOverridenSubclass": "unknown", 759 "org.hibernate.test.annotations.access.jpa.AccessTest.testPropertyOverriding": "unknown", 760 "org.hibernate.test.annotations.access.jpa.AccessTest.testSuperclassNonOverriding": "unknown", 761 "org.hibernate.test.annotations.access.jpa.AccessTest.testSuperclassOverriding": "unknown", 762 "org.hibernate.test.annotations.any.AnyTest.testDefaultAnyAssociation": "unknown", 763 "org.hibernate.test.annotations.any.AnyTest.testManyToAnyWithMap": "unknown", 764 "org.hibernate.test.annotations.any.AnyTest.testMetaDataUseWithManyToAny": "unknown", 765 "org.hibernate.test.annotations.array.ArrayTest.testOneToMany": "unknown", 766 "org.hibernate.test.annotations.beanvalidation.BeanValidationAutoTest.testListeners": "unknown", 767 "org.hibernate.test.annotations.beanvalidation.BeanValidationDisabledTest.testListeners": "unknown", 768 "org.hibernate.test.annotations.beanvalidation.BeanValidationGroupsTest.testListeners": "unknown", 769 "org.hibernate.test.annotations.beanvalidation.BeanValidationProvidedFactoryTest.testListeners": "unknown", 770 "org.hibernate.test.annotations.beanvalidation.DDLWithoutCallbackTest.testMinAndMaxChecksGetApplied": "unknown", 771 "org.hibernate.test.annotations.beanvalidation.DDLWithoutCallbackTest.testRangeChecksGetApplied": "unknown", 772 "org.hibernate.test.annotations.beanvalidation.HibernateTraversableResolverTest.testAssocInEmbeddedNotValidated": "unknown", 773 "org.hibernate.test.annotations.beanvalidation.HibernateTraversableResolverTest.testCollectionAssocNotValidated": "unknown", 774 "org.hibernate.test.annotations.beanvalidation.HibernateTraversableResolverTest.testEmbedded": "unknown", 775 "org.hibernate.test.annotations.beanvalidation.HibernateTraversableResolverTest.testEmbeddedCollection": "unknown", 776 "org.hibernate.test.annotations.beanvalidation.HibernateTraversableResolverTest.testNonLazyAssocFieldWithConstraintsFailureExpected": "unknown", 777 "org.hibernate.test.annotations.beanvalidation.HibernateTraversableResolverTest.testToOneAssocNotValidated": "unknown", 778 "org.hibernate.test.annotations.beanvalidation.MergeNotNullCollectionTest.testOneToManyNotNullCollection": "unknown", 779 "org.hibernate.test.annotations.beanvalidation.MergeNotNullCollectionTest.testOneToManyNullCollection": "unknown", 780 "org.hibernate.test.annotations.bytecode.ProxyBreakingTest.testProxiedBridgeMethod": "unknown", 781 "org.hibernate.test.annotations.cascade.CascadeTest.testDetach": "unknown", 782 "org.hibernate.test.annotations.cascade.CascadeTest.testMerge": "unknown", 783 "org.hibernate.test.annotations.cascade.CascadeTest.testPersist": "unknown", 784 "org.hibernate.test.annotations.cascade.CascadeTest.testRemove": "unknown", 785 "org.hibernate.test.annotations.cascade.CascadeToEmbeddedManyToOneTest.testPersistCascadeToEmbedded": "unknown", 786 "org.hibernate.test.annotations.cascade.CascadeToEmbeddedManyToOneTest.testPersistCascadeToSetOfEmbedded": "unknown", 787 "org.hibernate.test.annotations.cascade.NonNullableCircularDependencyCascadeTest.testIdClassInSuperclass": "unknown", 788 "org.hibernate.test.annotations.cascade.circle.identity.CascadeCircleIdentityIdTest.testCascade": "unknown", 789 "org.hibernate.test.annotations.cascade.circle.sequence.CascadeCircleSequenceIdTest.testCascade": "unknown", 790 "org.hibernate.test.annotations.cascade.multicircle.jpa.identity.MultiCircleJpaCascadeIdentityTest.testMerge": "unknown", 791 "org.hibernate.test.annotations.cascade.multicircle.jpa.identity.MultiCircleJpaCascadeIdentityTest.testPersist": "unknown", 792 "org.hibernate.test.annotations.cascade.multicircle.jpa.sequence.MultiCircleJpaCascadeSequenceTest.testMerge": "unknown", 793 "org.hibernate.test.annotations.cascade.multicircle.jpa.sequence.MultiCircleJpaCascadeSequenceTest.testPersist": "unknown", 794 "org.hibernate.test.annotations.cascade.multicircle.nonjpa.identity.MultiCircleNonJpaCascadeIdentityTest.testMerge": "unknown", 795 "org.hibernate.test.annotations.cascade.multicircle.nonjpa.identity.MultiCircleNonJpaCascadeIdentityTest.testPersist": "unknown", 796 "org.hibernate.test.annotations.cascade.multicircle.nonjpa.identity.MultiCircleNonJpaCascadeIdentityTest.testSave": "unknown", 797 "org.hibernate.test.annotations.cascade.multicircle.nonjpa.identity.MultiCircleNonJpaCascadeIdentityTest.testSaveOrUpdate": "unknown", 798 "org.hibernate.test.annotations.cascade.multicircle.nonjpa.sequence.MultiCircleNonJpaCascadeSequenceTest.testMerge": "unknown", 799 "org.hibernate.test.annotations.cascade.multicircle.nonjpa.sequence.MultiCircleNonJpaCascadeSequenceTest.testPersist": "unknown", 800 "org.hibernate.test.annotations.cascade.multicircle.nonjpa.sequence.MultiCircleNonJpaCascadeSequenceTest.testSave": "unknown", 801 "org.hibernate.test.annotations.cascade.multicircle.nonjpa.sequence.MultiCircleNonJpaCascadeSequenceTest.testSaveOrUpdate": "unknown", 802 "org.hibernate.test.annotations.cid.CompositeIdTest.testGetWithDetachedEntityInCompositeIDWithManagedCopy": "unknown", 803 "org.hibernate.test.annotations.cid.CompositeIdTest.testGetWithUpdatedDetachedEntityInCompositeID": "unknown", 804 "org.hibernate.test.annotations.cid.CompositeIdTest.testManyToOneInCompositeId": "unknown", 805 "org.hibernate.test.annotations.cid.CompositeIdTest.testManyToOneInCompositeIdClass": "unknown", 806 "org.hibernate.test.annotations.cid.CompositeIdTest.testManyToOneInCompositeIdClassInPC": "unknown", 807 "org.hibernate.test.annotations.cid.CompositeIdTest.testManyToOneInCompositePk": "unknown", 808 "org.hibernate.test.annotations.cid.CompositeIdTest.testManyToOneInCompositePkAndSubclass": "unknown", 809 "org.hibernate.test.annotations.cid.CompositeIdTest.testManyToOneInCompositePkInPC": "unknown", 810 "org.hibernate.test.annotations.cid.CompositeIdTest.testOneToOneInCompositePk": "unknown", 811 "org.hibernate.test.annotations.cid.CompositeIdTest.testQueryInAndComposite": "unknown", 812 "org.hibernate.test.annotations.cid.CompositeIdTest.testQueryInAndCompositeWithHQL": "unknown", 813 "org.hibernate.test.annotations.cid.CompositeIdTest.testSecondaryTableWithCompositeId": "unknown", 814 "org.hibernate.test.annotations.cid.CompositeIdTest.testSecondaryTableWithIdClass": "unknown", 815 "org.hibernate.test.annotations.cid.keymanytoone.EagerKeyManyToOneTest.testLoadEntityWithEagerFetchingToKeyManyToOneReferenceBackToSelf": "unknown", 816 "org.hibernate.test.annotations.collectionelement.CustomImprovedNamingCollectionElementTest.testAttributedJoin": "unknown", 817 "org.hibernate.test.annotations.collectionelement.CustomImprovedNamingCollectionElementTest.testCompositeElement": "unknown", 818 "org.hibernate.test.annotations.collectionelement.CustomImprovedNamingCollectionElementTest.testFetchEagerAndFilter": "unknown", 819 "org.hibernate.test.annotations.collectionelement.CustomImprovedNamingCollectionElementTest.testLazyCollectionofElements": "unknown", 820 "org.hibernate.test.annotations.collectionelement.CustomImprovedNamingCollectionElementTest.testMapKeyType": "unknown", 821 "org.hibernate.test.annotations.collectionelement.CustomImprovedNamingCollectionElementTest.testSimpleElement": "unknown", 822 "org.hibernate.test.annotations.collectionelement.DefaultNamingCollectionElementTest.testAttributedJoin": "unknown", 823 "org.hibernate.test.annotations.collectionelement.DefaultNamingCollectionElementTest.testCompositeElement": "unknown", 824 "org.hibernate.test.annotations.collectionelement.DefaultNamingCollectionElementTest.testFetchEagerAndFilter": "unknown", 825 "org.hibernate.test.annotations.collectionelement.DefaultNamingCollectionElementTest.testLazyCollectionofElements": "unknown", 826 "org.hibernate.test.annotations.collectionelement.DefaultNamingCollectionElementTest.testMapKeyType": "unknown", 827 "org.hibernate.test.annotations.collectionelement.DefaultNamingCollectionElementTest.testSimpleElement": "unknown", 828 "org.hibernate.test.annotations.collectionelement.EmbeddableCollectionElementWithLazyManyToOneTest.testLazyBoth": "unknown", 829 "org.hibernate.test.annotations.collectionelement.EmbeddableCollectionElementWithLazyManyToOneTest.testLazyManyToOneInCollectionElementEmbeddable": "unknown", 830 "org.hibernate.test.annotations.collectionelement.EmbeddableCollectionElementWithLazyManyToOneTest.testLazyManyToOneInEmbeddable": "unknown", 831 "org.hibernate.test.annotations.collectionelement.ImprovedNamingCollectionElementTest.testAttributedJoin": "unknown", 832 "org.hibernate.test.annotations.collectionelement.ImprovedNamingCollectionElementTest.testCompositeElement": "unknown", 833 "org.hibernate.test.annotations.collectionelement.ImprovedNamingCollectionElementTest.testFetchEagerAndFilter": "unknown", 834 "org.hibernate.test.annotations.collectionelement.ImprovedNamingCollectionElementTest.testLazyCollectionofElements": "unknown", 835 "org.hibernate.test.annotations.collectionelement.ImprovedNamingCollectionElementTest.testMapKeyType": "unknown", 836 "org.hibernate.test.annotations.collectionelement.ImprovedNamingCollectionElementTest.testSimpleElement": "unknown", 837 "org.hibernate.test.annotations.collectionelement.OrderByTest.testOrderByName": "unknown", 838 "org.hibernate.test.annotations.collectionelement.OrderByTest.testOrderByWithDottedNotation": "unknown", 839 "org.hibernate.test.annotations.collectionelement.QueryTest.testMemberOfSyntax": "unknown", 840 "org.hibernate.test.annotations.collectionelement.embeddables.withcustomenumdef.TestBasicOps.testEmbeddableWithNullables": "unknown", 841 "org.hibernate.test.annotations.collectionelement.embeddables.withcustomenumdef.TestBasicOps.testLoadAndStore": "unknown", 842 "org.hibernate.test.annotations.collectionelement.indexedCollection.IndexedCollectionOfElementsTest.testIndexedCollectionOfElements": "unknown", 843 "org.hibernate.test.annotations.collectionelement.ordered.ElementCollectionSortingTest.testSortingElementCollectionSyntax": "unknown", 844 "org.hibernate.test.annotations.collectionelement.ordered.ElementCollectionSortingTest.testSortingEmbeddableCollectionOfPrimitives": "unknown", 845 "org.hibernate.test.annotations.collectionelement.recreate.RecreateCollectionTest.testUpdateCollectionOfElements": "unknown", 846 "org.hibernate.test.annotations.dataTypes.BasicOperationsTest.testCreateAndDelete": "unknown", 847 "org.hibernate.test.annotations.derivedidentities.bidirectional.CompositeDerivedIdentityTest.testBidirectonalKeyManyToOneId": "unknown", 848 "org.hibernate.test.annotations.derivedidentities.bidirectional.CompositeDerivedIdentityTest.testCreateProject": "unknown", 849 "org.hibernate.test.annotations.derivedidentities.bidirectional.CompositeIdDerivedIdWithIdClassTest.testBindTransientEntityWithCopiedKeyManyToOne": "unknown", 850 "org.hibernate.test.annotations.derivedidentities.bidirectional.CompositeIdDerivedIdWithIdClassTest.testBindTransientEntityWithDetachedKeyManyToOne": "unknown", 851 "org.hibernate.test.annotations.derivedidentities.bidirectional.CompositeIdDerivedIdWithIdClassTest.testBindTransientEntityWithPersistentKeyManyToOne": "unknown", 852 "org.hibernate.test.annotations.derivedidentities.bidirectional.CompositeIdDerivedIdWithIdClassTest.testBindTransientEntityWithTransientKeyManyToOne": "unknown", 853 "org.hibernate.test.annotations.derivedidentities.bidirectional.CompositeIdDerivedIdWithIdClassTest.testMergeDetachedIdManyToOne": "unknown", 854 "org.hibernate.test.annotations.derivedidentities.bidirectional.CompositeIdDerivedIdWithIdClassTest.testMergeTransientIdManyToOne": "unknown", 855 "org.hibernate.test.annotations.derivedidentities.bidirectional.OneToOneWithDerivedIdentityTest.testCase": "unknown", 856 "org.hibernate.test.annotations.derivedidentities.bidirectional.OneToOneWithDerivedIdentityTest.testInsertFooAndBarWithDerivedIdPC": "unknown", 857 "org.hibernate.test.annotations.derivedidentities.bidirectional.OneToOneWithDerivedIdentityTest.testSelectWithDerivedId": "unknown", 858 "org.hibernate.test.annotations.derivedidentities.e1.a.DerivedIdentitySimpleParentIdClassDepTest.testManyToOne": "unknown", 859 "org.hibernate.test.annotations.derivedidentities.e1.a.DerivedIdentitySimpleParentIdClassDepTest.testQueryNewEntityInPC": "unknown", 860 "org.hibernate.test.annotations.derivedidentities.e1.b.DerivedIdentitySimpleParentEmbeddedIdDepTest.testManyToOne": "unknown", 861 "org.hibernate.test.annotations.derivedidentities.e1.b.DerivedIdentitySimpleParentEmbeddedIdDepTest.testOneToOne": "unknown", 862 "org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.IdMapManyToOneSpecjTest.testComplexIdClass": "6583", 863 "org.hibernate.test.annotations.derivedidentities.e1.b.specjmapid.lazy.CompositeKeyDeleteTest.testRemove": "6583", 864 "org.hibernate.test.annotations.derivedidentities.e1.b2.IdClassGeneratedValueManyToOneTest.testComplexIdClass": "6583", 865 "org.hibernate.test.annotations.derivedidentities.e1.c.DerivedIdentitySimpleParentEmbeddedDepTest.testManyToOne": "unknown", 866 "org.hibernate.test.annotations.derivedidentities.e2.a.DerivedIdentityIdClassParentIdClassDepTest.testManytoOne": "unknown", 867 "org.hibernate.test.annotations.derivedidentities.e2.b.DerivedIdentityIdClassParentEmbeddedIdDepTest.testManyToOne": "unknown", 868 "org.hibernate.test.annotations.derivedidentities.e3.a.DerivedIdentityEmbeddedIdParentIdClassTest.testManyToOne": "unknown", 869 "org.hibernate.test.annotations.derivedidentities.e3.b.DerivedIdentityEmbeddedIdParentEmbeddedIdDepTest.testManyToOne": "unknown", 870 "org.hibernate.test.annotations.derivedidentities.e3.b2.DerivedIdentityEmbeddedIdParentEmbeddedIdGrandparentEmbeddedIdDepTest.testManyToOne": "unknown", 871 "org.hibernate.test.annotations.derivedidentities.e3.b3.DerivedIdentityEmbeddedIdParentEmbeddedIdGrandparentEmbeddedIdColumnOverridesDepTest.testManyToOne": "unknown", 872 "org.hibernate.test.annotations.derivedidentities.e4.a.DerivedIdentitySimpleParentSimpleDepTest.testManyToOneExplicitJoinColumn": "unknown", 873 "org.hibernate.test.annotations.derivedidentities.e4.a.DerivedIdentitySimpleParentSimpleDepTest.testOneToOneExplicitJoinColumn": "unknown", 874 "org.hibernate.test.annotations.derivedidentities.e4.a.DerivedIdentitySimpleParentSimpleDepTest.testSimplePkValueLoading": "unknown", 875 "org.hibernate.test.annotations.derivedidentities.e4.b.DerivedIdentitySimpleParentSimpleDepMapsIdTest.testExplicitlyAssignedDependentIdAttributeValue": "unknown", 876 "org.hibernate.test.annotations.derivedidentities.e4.b.DerivedIdentitySimpleParentSimpleDepMapsIdTest.testManyToOneExplicitJoinColumn": "unknown", 877 "org.hibernate.test.annotations.derivedidentities.e4.b.DerivedIdentitySimpleParentSimpleDepMapsIdTest.testOneToOneExplicitJoinColumn": "unknown", 878 "org.hibernate.test.annotations.derivedidentities.e5.a.DerivedIdentityIdClassParentSameIdTypeIdClassDepTest.testOneToOneExplicitJoinColumn": "unknown", 879 "org.hibernate.test.annotations.derivedidentities.e5.a.DerivedIdentityIdClassParentSameIdTypeIdClassDepTest.testTckLikeBehavior": "unknown", 880 "org.hibernate.test.annotations.derivedidentities.e5.b.DerivedIdentityIdClassParentSameIdTypeEmbeddedIdDepTest.testOneToOneExplicitJoinColumn": "unknown", 881 "org.hibernate.test.annotations.derivedidentities.e5.c.ForeignGeneratorViaMapsIdTest.testForeignGenerator": "unknown", 882 "org.hibernate.test.annotations.derivedidentities.e6.a.DerivedIdentityEmbeddedIdParentSameIdTypeIdClassDepTest.testOneToOneExplicitJoinColumn": "unknown", 883 "org.hibernate.test.annotations.derivedidentities.e6.b.DerivedIdentityEmbeddedIdParentSameIdTypeEmbeddedIdDepTest.testOneToOneExplicitJoinColumn": "unknown", 884 "org.hibernate.test.annotations.embeddables.attributeOverrides.AttributeOverrideEnhancedUserTypeTest.testIt": "unknown", 885 "org.hibernate.test.annotations.embedded.EmbeddedTest.testCompositeId": "unknown", 886 "org.hibernate.test.annotations.embedded.EmbeddedTest.testDefaultCollectionTable": "unknown", 887 "org.hibernate.test.annotations.embedded.EmbeddedTest.testDottedProperty": "unknown", 888 "org.hibernate.test.annotations.embedded.EmbeddedTest.testEmbeddableInsideEmbeddable": "unknown", 889 "org.hibernate.test.annotations.embedded.EmbeddedTest.testEmbeddedAndMultipleManyToOne": "unknown", 890 "org.hibernate.test.annotations.embedded.EmbeddedTest.testEmbeddedAndOneToMany": "unknown", 891 "org.hibernate.test.annotations.embedded.EmbeddedTest.testEmbeddedAndOneToManyHql": "unknown", 892 "org.hibernate.test.annotations.embedded.EmbeddedTest.testEmbeddedInSecondaryTable": "unknown", 893 "org.hibernate.test.annotations.embedded.EmbeddedTest.testEmbeddedSuperclass": "unknown", 894 "org.hibernate.test.annotations.embedded.EmbeddedTest.testManyToOneInsideComponent": "unknown", 895 "org.hibernate.test.annotations.embedded.EmbeddedTest.testParent": "unknown", 896 "org.hibernate.test.annotations.embedded.EmbeddedTest.testQueryWithEmbeddedIsNull": "unknown", 897 "org.hibernate.test.annotations.embedded.EmbeddedTest.testQueryWithEmbeddedWithNullUsingSubAttributes": "unknown", 898 "org.hibernate.test.annotations.embedded.EmbeddedTest.testSimple": "unknown", 899 "org.hibernate.test.annotations.embedded.EmbeddedTest.testTransientMergeComponentParent": "unknown", 900 "org.hibernate.test.annotations.embedded.many2one.EmbeddableWithMany2OneTest.testBasicOps": "unknown", 901 "org.hibernate.test.annotations.embedded.many2one.EmbeddableWithMany2OneTest.testJoinAcrossEmbedded": "unknown", 902 "org.hibernate.test.annotations.engine.collection.UnidirCollectionWithMultipleOwnerTest.testUnidirCollectionWithMultipleOwner": "unknown", 903 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testCache": "unknown", 904 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testCascadedDeleteOfChildEntitiesBug2": "unknown", 905 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testCascadedDeleteOfChildOneToOne": "unknown", 906 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testCompositeType": "unknown", 907 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testEntity": "unknown", 908 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testFilter": "unknown", 909 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testFilterOnCollection": "unknown", 910 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testFormula": "unknown", 911 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testImportTypeDefinitions": "unknown", 912 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testInheritFiltersFromMappedSuperclass": "unknown", 913 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testNonLazy": "unknown", 914 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testParameterizedType": "unknown", 915 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testPolymorphism": "unknown", 916 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testSerialized": "26725", 917 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testSetSimpleValueTypeNameInSecondPass": "unknown", 918 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testType": "unknown", 919 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testTypeDefNameAndDefaultForTypeAttributes": "unknown", 920 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testTypeDefWithoutNameAndDefaultForTypeAttributes": "unknown", 921 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testVersioning": "27274", 922 "org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest.testWhereClause": "unknown", 923 "org.hibernate.test.annotations.entity.Java5FeaturesTest.testEnums": "unknown", 924 "org.hibernate.test.annotations.entity.Java5FeaturesTest.testInterface": "unknown", 925 "org.hibernate.test.annotations.entity.PropertyDefaultMappingsTest.testSerializableObject": "unknown", 926 "org.hibernate.test.annotations.entity.PropertyDefaultMappingsTest.testTransientField": "unknown", 927 "org.hibernate.test.annotations.entitynonentity.EntityNonEntityTest.testMix": "unknown", 928 "org.hibernate.test.annotations.enumerated.EnumeratedTypeTest.testFormula": "unknown", 929 "org.hibernate.test.annotations.enumerated.EnumeratedTypeTest.testSet": "unknown", 930 "org.hibernate.test.annotations.enumerated.EnumeratedTypeTest.testTrimmedEnumChar": "unknown", 931 "org.hibernate.test.annotations.enumerated.EnumeratedTypeTest.testTypeCriteria": "unknown", 932 "org.hibernate.test.annotations.enumerated.EnumeratedTypeTest.testTypeQuery": "unknown", 933 "org.hibernate.test.annotations.enumerated.custom_mapkey.MapKeyCustomEnumTypeTest.testCriteria": "unknown", 934 "org.hibernate.test.annotations.enumerated.custom_mapkey.MapKeyCustomEnumTypeTest.testQuery": "unknown", 935 "org.hibernate.test.annotations.enumerated.mapkey.MapKeyEnumeratedTest.testMapKeyEnumerated": "unknown", 936 "org.hibernate.test.annotations.fetch.FetchingTest.testExtraLazy": "unknown", 937 "org.hibernate.test.annotations.fetch.FetchingTest.testHibernateFetchingLazy": "unknown", 938 "org.hibernate.test.annotations.fetch.FetchingTest.testLazy": "unknown", 939 "org.hibernate.test.annotations.fetch.FetchingTest.testOneToManyFetchEager": "unknown", 940 "org.hibernate.test.annotations.fetchprofile.MoreFetchProfileTest.testFetchWithTwoOverrides": "unknown", 941 "org.hibernate.test.annotations.filter.secondarytable.SecondaryTableTest.testFilter": "unknown", 942 "org.hibernate.test.annotations.filter.subclass.MappedSuperclass.FilterInheritanceTest.testSelectFromHuman": "unknown", 943 "org.hibernate.test.annotations.filter.subclass.joined.JoinedSubClassTest.testClub": "5807", 944 "org.hibernate.test.annotations.filter.subclass.joined.JoinedSubClassTest.testIqFilter": "5807", 945 "org.hibernate.test.annotations.filter.subclass.joined.JoinedSubClassTest.testNonHumanFilter": "5807", 946 "org.hibernate.test.annotations.filter.subclass.joined.JoinedSubClassTest.testPregnantFilter": "5807", 947 "org.hibernate.test.annotations.filter.subclass.singletable.SingleTableTest.testIqFilter": "unknown", 948 "org.hibernate.test.annotations.filter.subclass.singletable.SingleTableTest.testNonHumanFilter": "unknown", 949 "org.hibernate.test.annotations.filter.subclass.singletable.SingleTableTest.testPregnantFilter": "unknown", 950 "org.hibernate.test.annotations.filter.subclass.tableperclass.TablePerClassTest.testIqFilter": "unknown", 951 "org.hibernate.test.annotations.filter.subclass.tableperclass.TablePerClassTest.testNonHumanFilter": "unknown", 952 "org.hibernate.test.annotations.filter.subclass.tableperclass.TablePerClassTest.testPregnantFilter": "unknown", 953 "org.hibernate.test.annotations.formula.FormulaWithPartitionByTest.testFormulaAnnotationWithPartitionBy": "unknown", 954 "org.hibernate.test.annotations.generics.EmbeddedGenericsTest.testWorksWithGenericEmbedded": "unknown", 955 "org.hibernate.test.annotations.generics.GenericsTest.testManyToOneGenerics": "unknown", 956 "org.hibernate.test.annotations.generics.UnresolvedTypeTest.testAcceptsUnresolvedPropertyTypesIfATargetEntityIsExplicitlySet": "unknown", 957 "org.hibernate.test.annotations.generics.UnresolvedTypeTest.testAcceptsUnresolvedPropertyTypesIfATypeExplicitlySet": "unknown", 958 "org.hibernate.test.annotations.id.EnumIdTest.testEnumAsId": "unknown", 959 "org.hibernate.test.annotations.id.IdClassTest.testIdClassInSuperclass": "unknown", 960 "org.hibernate.test.annotations.id.IdTest.testClassLevelGenerator": "unknown", 961 "org.hibernate.test.annotations.id.IdTest.testDefaultSequence": "unknown", 962 "org.hibernate.test.annotations.id.IdTest.testGenericGenerator": "unknown", 963 "org.hibernate.test.annotations.id.IdTest.testGenericGenerators": "unknown", 964 "org.hibernate.test.annotations.id.IdTest.testIdClass": "unknown", 965 "org.hibernate.test.annotations.id.IdTest.testIdInEmbeddableSuperclass": "unknown", 966 "org.hibernate.test.annotations.id.IdTest.testLowAllocationSize": "6583", 967 "org.hibernate.test.annotations.id.IdTest.testMethodLevelGenerator": "unknown", 968 "org.hibernate.test.annotations.id.IdTest.testNoGenerator": "unknown", 969 "org.hibernate.test.annotations.id.IdTest.testParameterizedAuto": "unknown", 970 "org.hibernate.test.annotations.id.IdTest.testSequenceGenerator": "unknown", 971 "org.hibernate.test.annotations.id.IdTest.testTableGenerator": "6583", 972 "org.hibernate.test.annotations.id.sequences.EnumIdTest.testEnumAsId": "unknown", 973 "org.hibernate.test.annotations.id.sequences.IdClassTest.testIdClassInSuperclass": "unknown", 974 "org.hibernate.test.annotations.id.sequences.IdTest.testClassLevelGenerator": "unknown", 975 "org.hibernate.test.annotations.id.sequences.IdTest.testDefaultSequence": "unknown", 976 "org.hibernate.test.annotations.id.sequences.IdTest.testGenericGenerator": "unknown", 977 "org.hibernate.test.annotations.id.sequences.IdTest.testGenericGenerators": "unknown", 978 "org.hibernate.test.annotations.id.sequences.IdTest.testIdClass": "unknown", 979 "org.hibernate.test.annotations.id.sequences.IdTest.testIdInEmbeddableSuperclass": "unknown", 980 "org.hibernate.test.annotations.id.sequences.IdTest.testLowAllocationSize": "6583", 981 "org.hibernate.test.annotations.id.sequences.IdTest.testMethodLevelGenerator": "unknown", 982 "org.hibernate.test.annotations.id.sequences.IdTest.testParameterizedAuto": "unknown", 983 "org.hibernate.test.annotations.id.sequences.IdTest.testSequenceGenerator": "unknown", 984 "org.hibernate.test.annotations.id.sequences.IdTest.testSequencePerEntity": "unknown", 985 "org.hibernate.test.annotations.id.sequences.IdTest.testTableGenerator": "6583", 986 "org.hibernate.test.annotations.idclass.IdClassCompositePKTest.testEntityMappningPropertiesAreNotIgnored": "unknown", 987 "org.hibernate.test.annotations.idclass.IdClassMappedSuperclassTest.testIdClassWithMappedSuperclassAndId": "unknown", 988 "org.hibernate.test.annotations.idclassgeneratedvalue.IdClassGeneratedValueTest.testBaseLine": "unknown", 989 "org.hibernate.test.annotations.idclassgeneratedvalue.IdClassGeneratedValueTest.testMultipleGeneratedValue": "unknown", 990 "org.hibernate.test.annotations.idclassgeneratedvalue.IdClassGeneratedValueTest.testSingleGeneratedValue": "unknown", 991 "org.hibernate.test.annotations.identifiercollection.IdentifierCollectionTest.testIdBag": "6583", 992 "org.hibernate.test.annotations.idmanytoone.IdManyToOneTest.testCriteriaRestrictionOnIdManyToOne": "unknown", 993 "org.hibernate.test.annotations.idmanytoone.IdManyToOneTest.testIdClassManyToOne": "unknown", 994 "org.hibernate.test.annotations.immutable.ImmutableEntityUpdateQueryHandlingModeExceptionTest.testBulkUpdate": "unknown", 995 "org.hibernate.test.annotations.immutable.ImmutableEntityUpdateQueryHandlingModeWarningTest.testBulkUpdate": "unknown", 996 "org.hibernate.test.annotations.immutable.ImmutableTest.testChangeImmutableAttribute": "unknown", 997 "org.hibernate.test.annotations.immutable.ImmutableTest.testImmutableAttribute": "unknown", 998 "org.hibernate.test.annotations.immutable.ImmutableTest.testImmutableCollection": "unknown", 999 "org.hibernate.test.annotations.immutable.ImmutableTest.testImmutableEntity": "unknown", 1000 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testDefaultMapKey": "unknown", 1001 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testEmbeddableWithEntityKey": "unknown", 1002 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testEntityKeyElementTarget": "unknown", 1003 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testEnumKeyType": "unknown", 1004 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testFkList": "unknown", 1005 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testJoinedTableList": "unknown", 1006 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testMapKey": "unknown", 1007 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testMapKeyAndIdClass": "unknown", 1008 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testMapKeyEmbeddableWithEntityKey": "unknown", 1009 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testMapKeyEntityEntity": "unknown", 1010 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testMapKeyLoad": "unknown", 1011 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testMapKeyOnManyToMany": "unknown", 1012 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testMapKeyOnManyToManyOnId": "unknown", 1013 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testMapKeyToEntity": "unknown", 1014 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testRealMap": "unknown", 1015 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testSortedMap": "unknown", 1016 "org.hibernate.test.annotations.indexcoll.IndexedCollectionTest.testTemporalKeyMap": "unknown", 1017 "org.hibernate.test.annotations.indexcoll.MapKeyTest.testMapKeyOnEmbeddedId": "unknown", 1018 "org.hibernate.test.annotations.indexcoll.eager.EagerIndexedCollectionTest.testEntityKeyElementTarget": "unknown", 1019 "org.hibernate.test.annotations.indexcoll.eager.EagerIndexedCollectionTest.testEnumKeyType": "unknown", 1020 "org.hibernate.test.annotations.indexcoll.eager.EagerIndexedCollectionTest.testRealMap": "unknown", 1021 "org.hibernate.test.annotations.indexcoll.eager.EagerIndexedCollectionTest.testTemporalKeyMap": "unknown", 1022 "org.hibernate.test.annotations.inheritance.SubclassTest.test2ndLevelSubClass": "unknown", 1023 "org.hibernate.test.annotations.inheritance.SubclassTest.testEmbeddedSuperclass": "unknown", 1024 "org.hibernate.test.annotations.inheritance.SubclassTest.testFormula": "unknown", 1025 "org.hibernate.test.annotations.inheritance.SubclassTest.testPolymorphism": "unknown", 1026 "org.hibernate.test.annotations.inheritance.joined.JoinedSubclassAndSecondaryTable.testSecondaryTableAndJoined": "unknown", 1027 "org.hibernate.test.annotations.inheritance.joined.JoinedSubclassTest.testDefault": "unknown", 1028 "org.hibernate.test.annotations.inheritance.joined.JoinedSubclassTest.testInheritance": "unknown", 1029 "org.hibernate.test.annotations.inheritance.joined.JoinedSubclassTest.testJoinedAbstractClass": "unknown", 1030 "org.hibernate.test.annotations.inheritance.joined.JoinedSubclassTest.testManyToOneOnAbstract": "unknown", 1031 "org.hibernate.test.annotations.inheritance.joined.JoinedSubclassTest.testManyToOneWithJoinTable": "unknown", 1032 "org.hibernate.test.annotations.inheritance.joined.JoinedSubclassTest.testSecondaryTables": "unknown", 1033 "org.hibernate.test.annotations.inheritance.mixed.SubclassTest.testDefault": "unknown", 1034 "org.hibernate.test.annotations.inheritance.union.SubclassTest.testDefault": "unknown", 1035 "org.hibernate.test.annotations.join.JoinTest.testCompositePK": "unknown", 1036 "org.hibernate.test.annotations.join.JoinTest.testCustomSQL": "unknown", 1037 "org.hibernate.test.annotations.join.JoinTest.testDefaultValue": "unknown", 1038 "org.hibernate.test.annotations.join.JoinTest.testExplicitValue": "unknown", 1039 "org.hibernate.test.annotations.join.JoinTest.testFetchModeOnSecondaryTable": "unknown", 1040 "org.hibernate.test.annotations.join.JoinTest.testManyToOne": "unknown", 1041 "org.hibernate.test.annotations.join.JoinTest.testMappedSuperclassAndSecondaryTable": "unknown", 1042 "org.hibernate.test.annotations.join.JoinTest.testReferenceColumnWithBacktics": "unknown", 1043 "org.hibernate.test.annotations.join.JoinTest.testUniqueConstaintOnSecondaryTable": "unknown", 1044 "org.hibernate.test.annotations.join.namingstrategy.NamingStrategyJoinTest.testJoinToSecondaryTable": "unknown", 1045 "org.hibernate.test.annotations.loader.LoaderTest.testBasic": "unknown", 1046 "org.hibernate.test.annotations.loader.LoaderTest.testGetNotExisting": "unknown", 1047 "org.hibernate.test.annotations.lob.LobTest.testBinary": "unknown", 1048 "org.hibernate.test.annotations.lob.LobTest.testBlob": "26725", 1049 "org.hibernate.test.annotations.lob.LobTest.testClob": "26725", 1050 "org.hibernate.test.annotations.lob.LobTest.testSerializableToBlob": "26725", 1051 "org.hibernate.test.annotations.lob.MaterializedBlobTest.testSaving": "26725", 1052 "org.hibernate.test.annotations.lob.SerializableToBlobTypeTest.testPersist": "26725", 1053 "org.hibernate.test.annotations.lob.VersionedLobTest.testBinary": "unknown", 1054 "org.hibernate.test.annotations.lob.VersionedLobTest.testBlob": "26725", 1055 "org.hibernate.test.annotations.lob.VersionedLobTest.testClob": "26725", 1056 "org.hibernate.test.annotations.lob.VersionedLobTest.testSerializableToBlob": "26725", 1057 "org.hibernate.test.annotations.lob.VersionedLobTest.testVersionUnchangedByteArray": "26725", 1058 "org.hibernate.test.annotations.lob.VersionedLobTest.testVersionUnchangedCharArray": "26725", 1059 "org.hibernate.test.annotations.lob.VersionedLobTest.testVersionUnchangedPrimitiveByteArray": "26725", 1060 "org.hibernate.test.annotations.lob.VersionedLobTest.testVersionUnchangedPrimitiveCharArray": "26725", 1061 "org.hibernate.test.annotations.lob.VersionedLobTest.testVersionUnchangedString": "26725", 1062 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testAssociationTableAndOrderBy": "unknown", 1063 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testAssociationTableAndOrderByWithSet": "unknown", 1064 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testBasic": "unknown", 1065 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testCanUseCriteriaQuery": "unknown", 1066 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testCompositePk": "unknown", 1067 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testDefault": "unknown", 1068 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testDefaultCompositePk": "unknown", 1069 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testJoinedSubclassManyToMany": "unknown", 1070 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testJoinedSubclassManyToManyWithNonPkReference": "unknown", 1071 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testManyToManyEmbeddableBiDirectionalDotNotationInMappedBy": "unknown", 1072 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testMappedBy": "unknown", 1073 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testOneToManyEmbeddableBiDirectionalDotNotationInMappedBy": "unknown", 1074 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testOrderByContractor": "unknown", 1075 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testOrderByEmployee": "unknown", 1076 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testReferencedColumnNameToSuperclass": "unknown", 1077 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testRemoveInBetween": "unknown", 1078 "org.hibernate.test.annotations.manytomany.ManyToManyMaxFetchDepth0Test.testSelf": "unknown", 1079 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testAssociationTableAndOrderBy": "unknown", 1080 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testAssociationTableAndOrderByWithSet": "unknown", 1081 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testBasic": "unknown", 1082 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testCanUseCriteriaQuery": "unknown", 1083 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testCompositePk": "unknown", 1084 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testDefault": "unknown", 1085 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testDefaultCompositePk": "unknown", 1086 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testJoinedSubclassManyToMany": "unknown", 1087 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testJoinedSubclassManyToManyWithNonPkReference": "unknown", 1088 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testManyToManyEmbeddableBiDirectionalDotNotationInMappedBy": "unknown", 1089 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testMappedBy": "unknown", 1090 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testOneToManyEmbeddableBiDirectionalDotNotationInMappedBy": "unknown", 1091 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testOrderByContractor": "unknown", 1092 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testOrderByEmployee": "unknown", 1093 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testReferencedColumnNameToSuperclass": "unknown", 1094 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testRemoveInBetween": "unknown", 1095 "org.hibernate.test.annotations.manytomany.ManyToManyTest.testSelf": "unknown", 1096 "org.hibernate.test.annotations.manytoone.ManyToOneJoinTest.testManyToOneJoinTable": "unknown", 1097 "org.hibernate.test.annotations.manytoone.ManyToOneJoinTest.testOneToOneJoinTable": "unknown", 1098 "org.hibernate.test.annotations.manytoone.ManyToOneTest.testCascade": "unknown", 1099 "org.hibernate.test.annotations.manytoone.ManyToOneTest.testCompositeFK": "unknown", 1100 "org.hibernate.test.annotations.manytoone.ManyToOneTest.testCreate": "unknown", 1101 "org.hibernate.test.annotations.manytoone.ManyToOneTest.testDefaultMetadata": "unknown", 1102 "org.hibernate.test.annotations.manytoone.ManyToOneTest.testEager": "unknown", 1103 "org.hibernate.test.annotations.manytoone.ManyToOneTest.testFetch": "unknown", 1104 "org.hibernate.test.annotations.manytoone.ManyToOneTest.testFormulaOnOtherSide": "unknown", 1105 "org.hibernate.test.annotations.manytoone.ManyToOneTest.testImplicitCompositeFk": "unknown", 1106 "org.hibernate.test.annotations.manytoone.ManyToOneTest.testManyToOneNonPk": "unknown", 1107 "org.hibernate.test.annotations.manytoone.ManyToOneTest.testManyToOneNonPkSecondaryTable": "unknown", 1108 "org.hibernate.test.annotations.manytoone.ManyToOneTest.testTwoManyToOneNonPk": "unknown", 1109 "org.hibernate.test.annotations.manytoone.referencedcolumnname.ManyToOneReferencedColumnNameTest.testReoverableExceptionInFkOrdering": "24062", 1110 "org.hibernate.test.annotations.manytoonewithformula.ManyToOneWithFormulaTest.testManyToOneFromNonPk": "unknown", 1111 "org.hibernate.test.annotations.manytoonewithformula.ManyToOneWithFormulaTest.testManyToOneFromNonPkToNonPk": "unknown", 1112 "org.hibernate.test.annotations.manytoonewithformula.ManyToOneWithFormulaTest.testManyToOneFromPk": "unknown", 1113 "org.hibernate.test.annotations.manytoonewithformula.ManyToOneWithFormulaTest.testManyToOneToPkWithOnlyFormula": "unknown", 1114 "org.hibernate.test.annotations.manytoonewithformula.ManyToOneWithFormulaTest.testReferencedColumnNameBelongsToEmbeddedIdOfReferencedEntity": "unknown", 1115 "org.hibernate.test.annotations.mappedsuperclass.intermediate.IntermediateMappedSuperclassTest.testGetOnIntermediateMappedSuperclass": "unknown", 1116 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testCriteriaWithAliasOneToOneJoin": "6583", 1117 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testCriteriaWithFetchModeJoinCollection": "6583", 1118 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testCriteriaWithFetchModeJoinOnetoOne": "6583", 1119 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testNaturalKeyLookupWithConstraint": "6583", 1120 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testSimpleImmutableNaturalKeyLookup": "6583", 1121 "org.hibernate.test.annotations.naturalid.ImmutableNaturalKeyLookupTest.testSubCriteriaOneToOneJoin": "6583", 1122 "org.hibernate.test.annotations.naturalid.NaturalIdOnSingleManyToOneTest.testManyToOneNaturalIdCached": "unknown", 1123 "org.hibernate.test.annotations.naturalid.NaturalIdOnSingleManyToOneTest.testMappingProperties": "unknown", 1124 "org.hibernate.test.annotations.naturalid.NaturalIdTest.testMappingProperties": "unknown", 1125 "org.hibernate.test.annotations.naturalid.NaturalIdTest.testNaturalIdCached": "unknown", 1126 "org.hibernate.test.annotations.naturalid.NaturalIdTest.testNaturalIdLoaderCached": "unknown", 1127 "org.hibernate.test.annotations.naturalid.NaturalIdTest.testNaturalIdLoaderNotCached": "unknown", 1128 "org.hibernate.test.annotations.naturalid.NaturalIdTest.testNaturalIdUncached": "unknown", 1129 "org.hibernate.test.annotations.naturalid.cid.EmbeddedAndNaturalIdTest.testByNaturalId": "unknown", 1130 "org.hibernate.test.annotations.naturalid.cid.EmbeddedAndNaturalIdTest.testNaturalIdCriteria": "unknown", 1131 "org.hibernate.test.annotations.naturalid.cid.EmbeddedAndNaturalIdTest.testSave": "unknown", 1132 "org.hibernate.test.annotations.notfound.NotFoundLogicalOneToOneTest.testLogicalOneToOne": "unknown", 1133 "org.hibernate.test.annotations.notfound.NotFoundOneToOneNonInsertableNonUpdateableTest.testOneToOne": "unknown", 1134 "org.hibernate.test.annotations.notfound.NotFoundTest.testManyToOne": "unknown", 1135 "org.hibernate.test.annotations.notfound.OneToOneNotFoundTest.testOneToOne": "unknown", 1136 "org.hibernate.test.annotations.onetomany.OneToManyTest.testCascadeDelete": "unknown", 1137 "org.hibernate.test.annotations.onetomany.OneToManyTest.testCascadeDeleteOrphan": "unknown", 1138 "org.hibernate.test.annotations.onetomany.OneToManyTest.testCascadeDeleteWithUnidirectionalAssociation": "26738", 1139 "org.hibernate.test.annotations.onetomany.OneToManyTest.testColumnDefinitionPropagation": "unknown", 1140 "org.hibernate.test.annotations.onetomany.OneToManyTest.testFetching": "unknown", 1141 "org.hibernate.test.annotations.onetomany.OneToManyTest.testJoinColumns": "unknown", 1142 "org.hibernate.test.annotations.onetomany.OneToManyTest.testListWithBagSemanticAndOrderBy": "unknown", 1143 "org.hibernate.test.annotations.onetomany.OneToManyTest.testOrderByOnSuperclassProperty": "unknown", 1144 "org.hibernate.test.annotations.onetomany.OneToManyTest.testSimpleOneToManyCollection": "unknown", 1145 "org.hibernate.test.annotations.onetomany.OneToManyTest.testSimpleOneToManySet": "unknown", 1146 "org.hibernate.test.annotations.onetomany.OneToManyTest.testUnidirectionalDefault": "unknown", 1147 "org.hibernate.test.annotations.onetomany.OneToManyTest.testUnidirectionalExplicit": "unknown", 1148 "org.hibernate.test.annotations.onetomany.OrderByTest.testInverseIndex": "unknown", 1149 "org.hibernate.test.annotations.onetomany.OrderByTest.testInverseIndexCascaded": "unknown", 1150 "org.hibernate.test.annotations.onetomany.OrderByTest.testOrderByNoElement": "unknown", 1151 "org.hibernate.test.annotations.onetomany.OrderByTest.testOrderByOnIdClassProperties": "unknown", 1152 "org.hibernate.test.annotations.onetomany.OrderByTest.testOrderByOneToManyWithJoinTable": "unknown", 1153 "org.hibernate.test.annotations.onetoone.OneToOneJoinTableNonOptionalTest.testSavingEntitiesWithANullOneToOneAssociationValue": "unknown", 1154 "org.hibernate.test.annotations.onetoone.OneToOneJoinTableOptionalTest.testSavingEntitiesWithANullOneToOneAssociationValue": "unknown", 1155 "org.hibernate.test.annotations.onetoone.OneToOneMapsIdJoinColumnTest.testLifecycle": "unknown", 1156 "org.hibernate.test.annotations.onetoone.OneToOneMapsIdTest.testLifecycle": "unknown", 1157 "org.hibernate.test.annotations.onetoone.OneToOneTest.testBidirectionalFkOneToOne": "unknown", 1158 "org.hibernate.test.annotations.onetoone.OneToOneTest.testBidirectionalTrueOneToOne": "unknown", 1159 "org.hibernate.test.annotations.onetoone.OneToOneTest.testCompositePk": "unknown", 1160 "org.hibernate.test.annotations.onetoone.OneToOneTest.testDefaultOneToOne": "unknown", 1161 "org.hibernate.test.annotations.onetoone.OneToOneTest.testEagerFetching": "unknown", 1162 "org.hibernate.test.annotations.onetoone.OneToOneTest.testForeignGenerator": "unknown", 1163 "org.hibernate.test.annotations.onetoone.OneToOneTest.testHqlQuery": "unknown", 1164 "org.hibernate.test.annotations.onetoone.OneToOneTest.testOneToOneWithExplicitFk": "unknown", 1165 "org.hibernate.test.annotations.onetoone.OneToOneTest.testOneToOneWithExplicitSecondaryTableFk": "unknown", 1166 "org.hibernate.test.annotations.onetoone.OneToOneTest.testPkOneToOneSelectStatementDoesNotGenerateExtraJoin": "unknown", 1167 "org.hibernate.test.annotations.onetoone.OneToOneTest.testUnidirectionalTrueOneToOne": "unknown", 1168 "org.hibernate.test.annotations.onetoone.OptionalOneToOneMappedByTest.testBidirAssignedId": "unknown", 1169 "org.hibernate.test.annotations.onetoone.OptionalOneToOneMappedByTest.testBidirDefaultIdGenerator": "unknown", 1170 "org.hibernate.test.annotations.onetoone.OptionalOneToOneMappedByTest.testBidirQueryEntityProperty": "unknown", 1171 "org.hibernate.test.annotations.onetoone.OptionalOneToOnePKJCTest.testNotFoundBidirAssignedId": "unknown", 1172 "org.hibernate.test.annotations.onetoone.OptionalOneToOnePKJCTest.testNotFoundBidirDefaultIdGenerator": "unknown", 1173 "org.hibernate.test.annotations.onetoone.hhh4851.HHH4851Test.testHHH4851": "unknown", 1174 "org.hibernate.test.annotations.onetoone.hhh9798.OneToOneJoinTableTest.storeNonUniqueRelationship": "5807", 1175 "org.hibernate.test.annotations.override.AssociationOverrideTest.testDottedNotation": "unknown", 1176 "org.hibernate.test.annotations.override.inheritance.MappedSuperclassAttributeOverrideTest.test": "unknown", 1177 "org.hibernate.test.annotations.polymorphism.PolymorphismTest.testNonPkInheritedFk": "unknown", 1178 "org.hibernate.test.annotations.polymorphism.PolymorphismTest.testPolymorphism": "unknown", 1179 "org.hibernate.test.annotations.query.NamedQueryTest.testNamedQueriesOrdinalParametersAreOneBased": "unknown", 1180 "org.hibernate.test.annotations.query.NamedQueryTest.testNativeNamedQueriesOrdinalParametersAreOneBased": "unknown", 1181 "org.hibernate.test.annotations.query.QueryAndSQLTest.testClassQueries": "unknown", 1182 "org.hibernate.test.annotations.query.QueryAndSQLTest.testCollectionSQLOverriding": "unknown", 1183 "org.hibernate.test.annotations.query.QueryAndSQLTest.testDiscriminator": "unknown", 1184 "org.hibernate.test.annotations.query.QueryAndSQLTest.testEntitySQLOverriding": "unknown", 1185 "org.hibernate.test.annotations.query.QueryAndSQLTest.testImplicitNativeQuery": "unknown", 1186 "org.hibernate.test.annotations.query.QueryAndSQLTest.testImportQueryFromMappedSuperclass": "unknown", 1187 "org.hibernate.test.annotations.query.QueryAndSQLTest.testNativeQueryAndCompositePKAndComponents": "unknown", 1188 "org.hibernate.test.annotations.query.QueryAndSQLTest.testNativeQueryWithFormulaAttribute": "unknown", 1189 "org.hibernate.test.annotations.query.QueryAndSQLTest.testNativeQueryWithNullParameterTyped": "unknown", 1190 "org.hibernate.test.annotations.query.QueryAndSQLTest.testPackageQueries": "unknown", 1191 "org.hibernate.test.annotations.query.QueryAndSQLTest.testQueryWithNullParameterTyped": "unknown", 1192 "org.hibernate.test.annotations.query.QueryAndSQLTest.testSQLQuery": "unknown", 1193 "org.hibernate.test.annotations.query.QueryAndSQLTest.testSQLQueryWithManyToOne": "unknown", 1194 "org.hibernate.test.annotations.quote.resultsetmappings.ExplicitSqlResultSetMappingTest.testCompleteScalarAutoDiscovery": "unknown", 1195 "org.hibernate.test.annotations.quote.resultsetmappings.ExplicitSqlResultSetMappingTest.testPartialScalarAutoDiscovery": "unknown", 1196 "org.hibernate.test.annotations.referencedcolumnname.ReferencedColumnNameTest.testManyToMany": "unknown", 1197 "org.hibernate.test.annotations.referencedcolumnname.ReferencedColumnNameTest.testManyToOne": "unknown", 1198 "org.hibernate.test.annotations.referencedcolumnname.ReferencedColumnNameTest.testManyToOneInsideComponentReferencedColumn": "unknown", 1199 "org.hibernate.test.annotations.referencedcolumnname.ReferencedColumnNameTest.testManyToOneReferenceManyToOne": "unknown", 1200 "org.hibernate.test.annotations.referencedcolumnname.ReferencedColumnNameTest.testOneToMany": "unknown", 1201 "org.hibernate.test.annotations.referencedcolumnname.ReferencedColumnNameTest.testUnidirectionalOneToMany": "unknown", 1202 "org.hibernate.test.annotations.reflection.ElementCollectionConverterTest.testConverterIsAppliedToElementCollection": "unknown", 1203 "org.hibernate.test.annotations.selectbeforeupdate.UpdateDetachedTest.testUpdateDetachedChanged": "unknown", 1204 "org.hibernate.test.annotations.selectbeforeupdate.UpdateDetachedTest.testUpdateDetachedChangedAndUnchanged": "unknown", 1205 "org.hibernate.test.annotations.selectbeforeupdate.UpdateDetachedTest.testUpdateDetachedUnchanged": "unknown", 1206 "org.hibernate.test.annotations.selectbeforeupdate.UpdateDetachedTest.testUpdateDetachedUnchangedAndChanged": "unknown", 1207 "org.hibernate.test.annotations.strategy.StrategyTest.testComponentSafeStrategy": "unknown", 1208 "org.hibernate.test.annotations.subselect.SubselectTest.testSubselectWithSynchronize": "unknown", 1209 "org.hibernate.test.annotations.tableperclass.TablePerClassTest.testConstraintsOnSuperclassProperties": "unknown", 1210 "org.hibernate.test.annotations.tableperclass.TablePerClassTest.testUnionSubClass": "6583", 1211 "org.hibernate.test.annotations.target.TargetTest.testTargetOnEmbedded": "unknown", 1212 "org.hibernate.test.annotations.target.TargetTest.testTargetOnMapKey": "unknown", 1213 "org.hibernate.test.annotations.target.TargetTest.testTargetOnMapKeyManyToMany": "unknown", 1214 "org.hibernate.test.annotations.tuplizer.TuplizerTest.testEntityTuplizer": "unknown", 1215 "org.hibernate.test.annotations.tuplizer.bytebuddysubclass.TuplizerInstantiatesByteBuddySubclassTest.hhh11655Test": "unknown", 1216 "org.hibernate.test.annotations.type.TypeTest.testIdWithMulticolumns": "unknown", 1217 "org.hibernate.test.annotations.type.dynamicparameterized.DynamicParameterizedTypeTest.testParameterValues": "unknown", 1218 "org.hibernate.test.annotations.uniqueconstraint.UniqueConstraintTest.testUniquenessConstraintWithSuperclassProperty": "unknown", 1219 "org.hibernate.test.annotations.uniqueconstraint.UniqueConstraintThrowsConstraintViolationExceptionTest.testUniqueConstraintWithEmptyColumnName": "unknown", 1220 "org.hibernate.test.annotations.various.GeneratedTest.testGenerated": "unknown", 1221 "org.hibernate.test.annotations.various.IndexTest.testIndexAndJoined": "unknown", 1222 "org.hibernate.test.annotations.various.IndexTest.testIndexManyToOne": "unknown", 1223 "org.hibernate.test.annotations.various.OptimisticLockAnnotationTest.testOptimisticLockExcludeOnNameProperty": "unknown", 1224 "org.hibernate.test.annotations.xml.ejb3.Ejb3XmlTest.testMapXMLSupport": "unknown", 1225 "org.hibernate.test.annotations.xml.ejb3.Ejb3XmlTest.testXMLEntityHandled": "unknown", 1226 "org.hibernate.test.annotations.xml.ejb3.Ejb3XmlTest.testXmlDefaultOverriding": "unknown", 1227 "org.hibernate.test.annotations.xml.ejb3.OrmVersion1SupportedTest.testOrm1Support": "unknown", 1228 "org.hibernate.test.annotations.xml.hbm.HbmTest.testManyToMany": "unknown", 1229 "org.hibernate.test.annotations.xml.hbm.HbmTest.testManyToOne": "unknown", 1230 "org.hibernate.test.annotations.xml.hbm.HbmTest.testOneToMany": "unknown", 1231 "org.hibernate.test.annotations.xml.hbm.HbmWithIdentityTest.testManyToOneAndInterface": "24062", 1232 "org.hibernate.test.any.AnyTypeTest.testFlushProcessing": "unknown", 1233 "org.hibernate.test.array.ArrayTest.testArrayJoinFetch": "unknown", 1234 "org.hibernate.test.batch.BatchOptimisticLockingTest.testBatchAndOptimisticLocking": "6583", 1235 "org.hibernate.test.batch.BatchTest.testBatchInsertUpdate": "unknown", 1236 "org.hibernate.test.batch.BatchTest.testBatchInsertUpdateSizeEqJdbcBatchSize": "unknown", 1237 "org.hibernate.test.batch.BatchTest.testBatchInsertUpdateSizeGtJdbcBatchSize": "unknown", 1238 "org.hibernate.test.batch.BatchTest.testBatchInsertUpdateSizeLtJdbcBatchSize": "unknown", 1239 "org.hibernate.test.batch.BatchingInheritanceDeleteTest.testDelete": "unknown", 1240 "org.hibernate.test.batchfetch.BatchFetchNotFoundIgnoreDefaultStyleTest.testMostNotFoundFromQuery": "unknown", 1241 "org.hibernate.test.batchfetch.BatchFetchNotFoundIgnoreDefaultStyleTest.testNotFoundFromGet": "unknown", 1242 "org.hibernate.test.batchfetch.BatchFetchNotFoundIgnoreDefaultStyleTest.testSeveralNotFoundFromQuery": "unknown", 1243 "org.hibernate.test.batchfetch.BatchFetchNotFoundIgnoreDynamicStyleTest.testMostNotFoundFromQuery": "unknown", 1244 "org.hibernate.test.batchfetch.BatchFetchNotFoundIgnoreDynamicStyleTest.testNotFoundFromGet": "unknown", 1245 "org.hibernate.test.batchfetch.BatchFetchNotFoundIgnoreDynamicStyleTest.testSeveralNotFoundFromQuery": "unknown", 1246 "org.hibernate.test.batchfetch.BatchFetchNotFoundIgnorePaddedStyleTest.testMostNotFoundFromQuery": "unknown", 1247 "org.hibernate.test.batchfetch.BatchFetchNotFoundIgnorePaddedStyleTest.testNotFoundFromGet": "unknown", 1248 "org.hibernate.test.batchfetch.BatchFetchNotFoundIgnorePaddedStyleTest.testSeveralNotFoundFromQuery": "unknown", 1249 "org.hibernate.test.batchfetch.BatchFetchTest.testBatchFetch": "unknown", 1250 "org.hibernate.test.batchfetch.BatchFetchTest.testBatchFetch2": "unknown", 1251 "org.hibernate.test.batchfetch.BatchingEntityLoaderInitializationWithNoLockModeTest.testJoin": "unknown", 1252 "org.hibernate.test.batchfetch.DynamicBatchFetchTest.testDynamicBatchFetch": "unknown", 1253 "org.hibernate.test.batchfetch.PaddedBatchFetchTestCase.paddedBatchFetchTest": "unknown", 1254 "org.hibernate.test.bidi.AuctionTest2.testLazy": "unknown", 1255 "org.hibernate.test.bulkid.CteValuesListBulkCompositeIdTest.testDeleteFromEngineer": "unknown", 1256 "org.hibernate.test.bulkid.CteValuesListBulkCompositeIdTest.testDeleteFromPerson": "unknown", 1257 "org.hibernate.test.bulkid.CteValuesListBulkCompositeIdTest.testUpdate": "unknown", 1258 "org.hibernate.test.bulkid.CteValuesListBulkIdTest.testDeleteFromEngineer": "unknown", 1259 "org.hibernate.test.bulkid.CteValuesListBulkIdTest.testDeleteFromPerson": "unknown", 1260 "org.hibernate.test.bulkid.CteValuesListBulkIdTest.testUpdate": "unknown", 1261 "org.hibernate.test.bulkid.GlobalQuotedIdentifiersBulkIdTest.testBulkUpdate": "unknown", 1262 "org.hibernate.test.bulkid.GlobalTemporaryTableBulkCompositeIdTest.testDeleteFromEngineer": "5807", 1263 "org.hibernate.test.bulkid.GlobalTemporaryTableBulkCompositeIdTest.testDeleteFromPerson": "5807", 1264 "org.hibernate.test.bulkid.GlobalTemporaryTableBulkCompositeIdTest.testUpdate": "5807", 1265 "org.hibernate.test.bulkid.InlineIdsInClauseBulkCompositeIdTest.testDeleteFromEngineer": "unknown", 1266 "org.hibernate.test.bulkid.InlineIdsInClauseBulkCompositeIdTest.testDeleteFromPerson": "unknown", 1267 "org.hibernate.test.bulkid.InlineIdsInClauseBulkCompositeIdTest.testUpdate": "unknown", 1268 "org.hibernate.test.bulkid.InlineIdsInClauseBulkIdTest.testDeleteFromEngineer": "unknown", 1269 "org.hibernate.test.bulkid.InlineIdsInClauseBulkIdTest.testDeleteFromPerson": "unknown", 1270 "org.hibernate.test.bulkid.InlineIdsInClauseBulkIdTest.testUpdate": "unknown", 1271 "org.hibernate.test.bulkid.InlineIdsOrClauseBulkCompositeIdTest.testDeleteFromEngineer": "unknown", 1272 "org.hibernate.test.bulkid.InlineIdsOrClauseBulkCompositeIdTest.testDeleteFromPerson": "unknown", 1273 "org.hibernate.test.bulkid.InlineIdsOrClauseBulkCompositeIdTest.testUpdate": "unknown", 1274 "org.hibernate.test.bulkid.InlineIdsOrClauseBulkIdTest.testDeleteFromEngineer": "unknown", 1275 "org.hibernate.test.bulkid.InlineIdsOrClauseBulkIdTest.testDeleteFromPerson": "unknown", 1276 "org.hibernate.test.bulkid.InlineIdsOrClauseBulkIdTest.testUpdate": "unknown", 1277 "org.hibernate.test.bulkid.InlineIdsSubSelectValuesListBulkCompositeIdTest.testDeleteFromEngineer": "unknown", 1278 "org.hibernate.test.bulkid.InlineIdsSubSelectValuesListBulkCompositeIdTest.testDeleteFromPerson": "unknown", 1279 "org.hibernate.test.bulkid.InlineIdsSubSelectValuesListBulkCompositeIdTest.testUpdate": "unknown", 1280 "org.hibernate.test.bulkid.InlineIdsSubSelectValuesListBulkIdTest.testDeleteFromEngineer": "unknown", 1281 "org.hibernate.test.bulkid.InlineIdsSubSelectValuesListBulkIdTest.testDeleteFromPerson": "unknown", 1282 "org.hibernate.test.bulkid.InlineIdsSubSelectValuesListBulkIdTest.testUpdate": "unknown", 1283 "org.hibernate.test.bytecode.InvocationTargetExceptionTest.testProxiedInvocationException": "unknown", 1284 "org.hibernate.test.bytecode.enhancement.access.MixedAccessTest.test": "unknown", 1285 "org.hibernate.test.bytecode.enhancement.basic.BasicSessionTest.test": "unknown", 1286 "org.hibernate.test.bytecode.enhancement.cascade.CascadeDeleteTest.test": "unknown", 1287 "org.hibernate.test.bytecode.enhancement.cascade.CascadeDetachedTest.test": "unknown", 1288 "org.hibernate.test.bytecode.enhancement.cascade.CascadeWithFkConstraintTest.test": "unknown", 1289 "org.hibernate.test.bytecode.enhancement.detached.DetachedGetIdentifierTest.test": "unknown", 1290 "org.hibernate.test.bytecode.enhancement.dirty.DirtyTrackingCollectionTest.test": "unknown", 1291 "org.hibernate.test.bytecode.enhancement.dirty.DirtyTrackingNonUpdateableTest.test": "unknown", 1292 "org.hibernate.test.bytecode.enhancement.eviction.EvictionTest.test": "unknown", 1293 "org.hibernate.test.bytecode.enhancement.join.HHH3949Test.test1": "unknown", 1294 "org.hibernate.test.bytecode.enhancement.join.HHH3949Test.test2": "unknown", 1295 "org.hibernate.test.bytecode.enhancement.join.HHH3949Test.test3": "unknown", 1296 "org.hibernate.test.bytecode.enhancement.join.HHH3949Test.test4": "unknown", 1297 "org.hibernate.test.bytecode.enhancement.lazy.HHH_10708.UnexpectedDeleteTest1.test": "unknown", 1298 "org.hibernate.test.bytecode.enhancement.lazy.HHH_10708.UnexpectedDeleteTest2.test": "unknown", 1299 "org.hibernate.test.bytecode.enhancement.lazy.HHH_10708.UnexpectedDeleteTest3.test": "unknown", 1300 "org.hibernate.test.bytecode.enhancement.lazy.LazyBasicFieldMergeTest.test": "26725", 1301 "org.hibernate.test.bytecode.enhancement.lazy.LazyBasicFieldNotInitializedTest.test": "unknown", 1302 "org.hibernate.test.bytecode.enhancement.lazy.LazyCollectionDeletedTest.test": "unknown", 1303 "org.hibernate.test.bytecode.enhancement.lazy.LazyCollectionDetachTest.testDetach": "unknown", 1304 "org.hibernate.test.bytecode.enhancement.lazy.LazyCollectionDetachTest.testDetachProxy": "unknown", 1305 "org.hibernate.test.bytecode.enhancement.lazy.LazyCollectionDetachTest.testRefresh": "unknown", 1306 "org.hibernate.test.bytecode.enhancement.lazy.LazyCollectionLoadingTest.testNoTransaction": "unknown", 1307 "org.hibernate.test.bytecode.enhancement.lazy.LazyCollectionLoadingTest.testTransaction": "unknown", 1308 "org.hibernate.test.bytecode.enhancement.lazy.LazyInitializationWithoutInlineDirtyTrackingTest.test": "26725", 1309 "org.hibernate.test.bytecode.enhancement.lazy.LazyLoadingByEnhancerSetterTest.testField": "26725", 1310 "org.hibernate.test.bytecode.enhancement.lazy.proxy.BidirectionalProxyTest.testIt": "unknown", 1311 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testAbstractClassAssociation": "5807", 1312 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testFetchingScroll": "5807", 1313 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testGetAndDeleteDEntity": "5807", 1314 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testGetAndDeleteEEntity": "5807", 1315 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testLazyAssociationSameAsNonLazyInPC": "5807", 1316 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testLoadAndDeleteDEntity": "5807", 1317 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testLoadAndDeleteEEntity": "5807", 1318 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testLoadNonOwningOneToOne": "5807", 1319 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testLoadOwningOneToOne": "5807", 1320 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testNonAbstractAssociationWithSubclassValue": "5807", 1321 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testNullManyToOneHql": "5807", 1322 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testQueryAndDeleteDEntity": "5807", 1323 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testQueryAndDeleteEEntity": "5807", 1324 "org.hibernate.test.bytecode.enhancement.lazy.proxy.FetchGraphTest.testRandomAccess": "5807", 1325 "org.hibernate.test.bytecode.enhancement.lazy.proxy.ProxyDeletionTest.testGetAndDeleteEEntity": "unknown", 1326 "org.hibernate.test.bytecode.enhancement.lazy.LazyLoadingIntegrationTest.test": "unknown", 1327 "org.hibernate.test.bytecode.enhancement.lazy.LazyLoadingTest.test": "unknown", 1328 "org.hibernate.test.bytecode.enhancement.lazy.LazyProxyOnEnhancedEntityTest.test": "unknown", 1329 "org.hibernate.test.bytecode.enhancement.lazy.basic.LazyBasicFieldAccessTest.test": "unknown", 1330 "org.hibernate.test.bytecode.enhancement.lazy.basic.LazyBasicPropertyAccessTest.execute": "unknown", 1331 "org.hibernate.test.bytecode.enhancement.lazy.cache.LazyInCacheTest.test": "unknown", 1332 "org.hibernate.test.bytecode.enhancement.lazy.cache.UninitializedAssociationsInCacheTest.attributeLoadingFromCache": "unknown", 1333 "org.hibernate.test.bytecode.enhancement.lazy.cache.UninitializedLazyBasicCacheTest.test": "unknown", 1334 "org.hibernate.test.bytecode.enhancement.lazy.group.LazyGroupMappedByTest.test": "unknown", 1335 "org.hibernate.test.bytecode.enhancement.lazy.group.LazyGroupTest.testAccess": "unknown", 1336 "org.hibernate.test.bytecode.enhancement.lazy.group.LazyGroupTest.testUpdate": "unknown", 1337 "org.hibernate.test.bytecode.enhancement.lazy.group.SimpleLazyGroupUpdateTest.test": "unknown", 1338 "org.hibernate.test.bytecode.enhancement.lazy.notfound.LazyNotFoundManyToOneNonUpdatableNonInsertableTest.test": "unknown", 1339 "org.hibernate.test.bytecode.enhancement.lazy.notfound.LazyNotFoundOneToOneNonUpdatableNonInsertableTest.test": "unknown", 1340 "org.hibernate.test.bytecode.enhancement.lazy.notfound.LazyNotFoundOneToOneTest.test": "unknown", 1341 "org.hibernate.test.bytecode.enhancement.lazyCache.InitFromCacheTest.execute": "unknown", 1342 "org.hibernate.test.bytecode.enhancement.merge.CompositeMergeTest.test": "unknown", 1343 "org.hibernate.test.bytecode.enhancement.merge.MergeDetachedCascadedCollectionInEmbeddableTest.testMergeDetached": "unknown", 1344 "org.hibernate.test.bytecode.enhancement.merge.MergeDetachedNonCascadedCollectionInEmbeddableTest.testMergeDetached": "unknown", 1345 "org.hibernate.test.bytecode.enhancement.merge.MergeEnhancedDetachedOrphanRemovalTest.testMergeDetachedNonEmptyCollection": "unknown", 1346 "org.hibernate.test.bytecode.enhancement.merge.MergeEnhancedDetachedOrphanRemovalTest.testMergeDetachedOrphanRemoval": "unknown", 1347 "org.hibernate.test.bytecode.enhancement.merge.MergeEnhancedEntityTest.testMerge": "unknown", 1348 "org.hibernate.test.bytecode.enhancement.merge.MergeEnhancedEntityTest.testRefresh": "unknown", 1349 "org.hibernate.test.bytecode.enhancement.ondemandload.OnDemandLoadTest.testClearedSession": "unknown", 1350 "org.hibernate.test.bytecode.enhancement.ondemandload.OnDemandLoadTest.testClosedSession": "unknown", 1351 "org.hibernate.test.bytecode.enhancement.otherentityentrycontext.OtherEntityEntryContextTest.test": "unknown", 1352 "org.hibernate.test.bytecode.enhancement.pk.EmbeddedPKTest.test": "unknown", 1353 "org.hibernate.test.cache.ByteCodeEnhancedImmutableReferenceCacheTest.testAssociatedWithMultiplePersistenceContexts": "unknown", 1354 "org.hibernate.test.cache.ByteCodeEnhancedImmutableReferenceCacheTest.testUseOfDirectReferencesInCache": "unknown", 1355 "org.hibernate.test.cache.CacheAnnotationTests.testCacheReadConcurrencyStrategyNone": "unknown", 1356 "org.hibernate.test.cache.CacheAnnotationTests.testCacheWriteConcurrencyStrategyNone": "unknown", 1357 "org.hibernate.test.cache.CollectionCacheEvictionTest.testCachedValueAfterEviction": "unknown", 1358 "org.hibernate.test.cache.CollectionCacheEvictionTest.testCollectionCacheEvictionInsert": "unknown", 1359 "org.hibernate.test.cache.CollectionCacheEvictionTest.testCollectionCacheEvictionInsertWithEntityOutOfContext": "unknown", 1360 "org.hibernate.test.cache.CollectionCacheEvictionTest.testCollectionCacheEvictionRemove": "unknown", 1361 "org.hibernate.test.cache.CollectionCacheEvictionTest.testCollectionCacheEvictionRemoveWithEntityOutOfContext": "unknown", 1362 "org.hibernate.test.cache.CollectionCacheEvictionTest.testCollectionCacheEvictionUpdate": "unknown", 1363 "org.hibernate.test.cache.CollectionCacheEvictionTest.testCollectionCacheEvictionUpdateWhenChildIsSetToNull": "unknown", 1364 "org.hibernate.test.cache.CollectionCacheEvictionTest.testCollectionCacheEvictionUpdateWithEntityOutOfContext": "unknown", 1365 "org.hibernate.test.cache.CollectionCacheEvictionTest.testUpdateWithNullRelation": "unknown", 1366 "org.hibernate.test.cache.CollectionCacheEvictionWithoutMappedByTest.testCollectionCacheEvictionInsert": "unknown", 1367 "org.hibernate.test.cache.CollectionCacheEvictionWithoutMappedByTest.testCollectionCacheEvictionRemove": "unknown", 1368 "org.hibernate.test.cache.CollectionCacheEvictionWithoutMappedByTest.testCollectionCacheEvictionUpdate": "unknown", 1369 "org.hibernate.test.cache.EntityUpdateCacheModeIgnoreTest.testCachModeIgnore": "unknown", 1370 "org.hibernate.test.cache.InsertedDataTest.testInsert": "unknown", 1371 "org.hibernate.test.cache.InsertedDataTest.testInsertThenUpdate": "unknown", 1372 "org.hibernate.test.cache.InsertedDataTest.testInsertThenUpdateThenRollback": "unknown", 1373 "org.hibernate.test.cache.InsertedDataTest.testInsertWithClear": "unknown", 1374 "org.hibernate.test.cache.InsertedDataTest.testInsertWithClearThenRollback": "unknown", 1375 "org.hibernate.test.cache.InsertedDataTest.testInsertWithRefresh": "unknown", 1376 "org.hibernate.test.cache.InsertedDataTest.testInsertWithRefreshThenRollback": "unknown", 1377 "org.hibernate.test.cache.InsertedDataTest.testInsertWithRollback": "unknown", 1378 "org.hibernate.test.cache.LockModeTest.testDefaultLockModeOnCollectionInitialization": "unknown", 1379 "org.hibernate.test.cache.LockModeTest.testDefaultLockModeOnEntityLoad": "unknown", 1380 "org.hibernate.test.cache.LockModeTest.testReadLockModeOnEntityLoad": "unknown", 1381 "org.hibernate.test.cache.ManyToManyCollectionCacheEvictionTest.testManyToManyPersist": "unknown", 1382 "org.hibernate.test.cache.ReferenceCacheTest.testUseOfDirectReferencesInCache": "unknown", 1383 "org.hibernate.test.cache.RegionNameTest.testLegacyStatsSpi": "unknown", 1384 "org.hibernate.test.cache.SharedRegionTest.test": "unknown", 1385 "org.hibernate.test.cache.polymorphism.PolymorphicCacheTest.testPolymorphismAndCache": "unknown", 1386 "org.hibernate.test.cascade.BidirectionalOneToManyCascadeTest.testSaveChildWithParent": "unknown", 1387 "org.hibernate.test.cascade.BidirectionalOneToManyCascadeTest.testSaveOrphanDeleteChildWithParent": "unknown", 1388 "org.hibernate.test.cascade.BidirectionalOneToManyCascadeTest.testSaveParentWithChild": "unknown", 1389 "org.hibernate.test.cascade.BidirectionalOneToManyCascadeTest.testSaveParentWithOrphanDeleteChild": "unknown", 1390 "org.hibernate.test.cascade.CascadeTestWithAssignedParentIdTest.testSaveChildWithParent": "unknown", 1391 "org.hibernate.test.cascade.MergeTest.testMergeDetachedEntityWithNewOneToManyElements": "unknown", 1392 "org.hibernate.test.cascade.MergeTest.testMergeEntityWithNewOneToManyElements": "unknown", 1393 "org.hibernate.test.cascade.MultiPathCascadeTest.testMultiPathGetAndModify": "unknown", 1394 "org.hibernate.test.cascade.MultiPathCascadeTest.testMultiPathMergeModifiedDetached": "unknown", 1395 "org.hibernate.test.cascade.MultiPathCascadeTest.testMultiPathMergeModifiedDetachedIntoProxy": "unknown", 1396 "org.hibernate.test.cascade.MultiPathCascadeTest.testMultiPathMergeNonCascadedTransientEntityInCollection": "unknown", 1397 "org.hibernate.test.cascade.MultiPathCascadeTest.testMultiPathMergeNonCascadedTransientEntityInManyToOne": "unknown", 1398 "org.hibernate.test.cascade.MultiPathCascadeTest.testMultiPathMergeNonCascadedTransientEntityInOneToOne": "unknown", 1399 "org.hibernate.test.cascade.MultiPathCascadeTest.testMultiPathUpdateModifiedDetached": "unknown", 1400 "org.hibernate.test.cascade.RefreshTest.testRefreshCascade": "unknown", 1401 "org.hibernate.test.cascade.circle.CascadeManagedAndTransientTest.testAttachedChildInMerge": "unknown", 1402 "org.hibernate.test.cascade.circle.CascadeMergeToChildBeforeParentTest.testMerge": "unknown", 1403 "org.hibernate.test.cascade.circle.CascadeMergeToChildBeforeParentTest.testMergeData3Nodes": "unknown", 1404 "org.hibernate.test.cascade.circle.CascadeMergeToChildBeforeParentTest.testMergeTransientChildBeforeTransientParent": "unknown", 1405 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testMergeData3Nodes": "unknown", 1406 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testMergeDeliveryNode": "unknown", 1407 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testMergeEntityWithNonNullableEntityNull": "unknown", 1408 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testMergeEntityWithNonNullablePropSetToNull": "unknown", 1409 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testMergeEntityWithNonNullableTransientEntity": "unknown", 1410 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testMergePickupNode": "unknown", 1411 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testMergeRoute": "unknown", 1412 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testMergeTour": "unknown", 1413 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testMergeTransport": "unknown", 1414 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveData3Nodes": "unknown", 1415 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveDeliveryNode": "unknown", 1416 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveEntityWithNonNullableEntityNull": "unknown", 1417 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveEntityWithNonNullablePropSetToNull": "unknown", 1418 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveEntityWithNonNullableTransientEntity": "unknown", 1419 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSavePickupNode": "unknown", 1420 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveTour": "unknown", 1421 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveTransport": "unknown", 1422 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveUpdateData3Nodes": "unknown", 1423 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveUpdateDeliveryNode": "unknown", 1424 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveUpdateEntityWithNonNullableEntityNull": "unknown", 1425 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveUpdateEntityWithNonNullablePropSetToNull": "unknown", 1426 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveUpdateEntityWithNonNullableTransientEntity": "unknown", 1427 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveUpdatePickupNode": "unknown", 1428 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveUpdateRoute": "unknown", 1429 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveUpdateTour": "unknown", 1430 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.testSaveUpdateTransport": "unknown", 1431 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testMergeData3Nodes": "unknown", 1432 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testMergeDeliveryNode": "unknown", 1433 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testMergeEntityWithNonNullableEntityNull": "unknown", 1434 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testMergeEntityWithNonNullablePropSetToNull": "unknown", 1435 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testMergeEntityWithNonNullableTransientEntity": "unknown", 1436 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testMergePickupNode": "unknown", 1437 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testMergeRoute": "unknown", 1438 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testMergeTour": "unknown", 1439 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testMergeTransport": "unknown", 1440 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveData3Nodes": "unknown", 1441 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveDeliveryNode": "unknown", 1442 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveEntityWithNonNullableEntityNull": "unknown", 1443 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveEntityWithNonNullablePropSetToNull": "unknown", 1444 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveEntityWithNonNullableTransientEntity": "unknown", 1445 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSavePickupNode": "unknown", 1446 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveTour": "unknown", 1447 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveTransport": "unknown", 1448 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveUpdateData3Nodes": "unknown", 1449 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveUpdateDeliveryNode": "unknown", 1450 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveUpdateEntityWithNonNullableEntityNull": "unknown", 1451 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveUpdateEntityWithNonNullablePropSetToNull": "unknown", 1452 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveUpdateEntityWithNonNullableTransientEntity": "unknown", 1453 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveUpdatePickupNode": "unknown", 1454 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveUpdateRoute": "unknown", 1455 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveUpdateTour": "unknown", 1456 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.testSaveUpdateTransport": "unknown", 1457 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testMergeData3Nodes": "unknown", 1458 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testMergeDeliveryNode": "unknown", 1459 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testMergeEntityWithNonNullableEntityNull": "unknown", 1460 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testMergeEntityWithNonNullablePropSetToNull": "unknown", 1461 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testMergeEntityWithNonNullableTransientEntity": "unknown", 1462 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testMergePickupNode": "unknown", 1463 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testMergeRoute": "unknown", 1464 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testMergeTour": "unknown", 1465 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testMergeTransport": "unknown", 1466 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveData3Nodes": "unknown", 1467 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveDeliveryNode": "unknown", 1468 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveEntityWithNonNullableEntityNull": "unknown", 1469 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveEntityWithNonNullablePropSetToNull": "unknown", 1470 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveEntityWithNonNullableTransientEntity": "unknown", 1471 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSavePickupNode": "unknown", 1472 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveTour": "unknown", 1473 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveTransport": "unknown", 1474 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveUpdateData3Nodes": "unknown", 1475 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveUpdateDeliveryNode": "unknown", 1476 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveUpdateEntityWithNonNullableEntityNull": "unknown", 1477 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveUpdateEntityWithNonNullablePropSetToNull": "unknown", 1478 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveUpdateEntityWithNonNullableTransientEntity": "unknown", 1479 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveUpdatePickupNode": "unknown", 1480 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveUpdateRoute": "unknown", 1481 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveUpdateTour": "unknown", 1482 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityFalseTest.testSaveUpdateTransport": "unknown", 1483 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testMergeData3Nodes": "unknown", 1484 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testMergeDeliveryNode": "unknown", 1485 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testMergeEntityWithNonNullableEntityNull": "unknown", 1486 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testMergeEntityWithNonNullablePropSetToNull": "unknown", 1487 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testMergeEntityWithNonNullableTransientEntity": "unknown", 1488 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testMergePickupNode": "unknown", 1489 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testMergeRoute": "unknown", 1490 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testMergeTour": "unknown", 1491 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testMergeTransport": "unknown", 1492 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveData3Nodes": "unknown", 1493 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveDeliveryNode": "unknown", 1494 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveEntityWithNonNullableEntityNull": "unknown", 1495 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveEntityWithNonNullablePropSetToNull": "unknown", 1496 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveEntityWithNonNullableTransientEntity": "unknown", 1497 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSavePickupNode": "unknown", 1498 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveTour": "unknown", 1499 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveTransport": "unknown", 1500 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveUpdateData3Nodes": "unknown", 1501 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveUpdateDeliveryNode": "unknown", 1502 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveUpdateEntityWithNonNullableEntityNull": "unknown", 1503 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveUpdateEntityWithNonNullablePropSetToNull": "unknown", 1504 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveUpdateEntityWithNonNullableTransientEntity": "unknown", 1505 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveUpdatePickupNode": "unknown", 1506 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveUpdateRoute": "unknown", 1507 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveUpdateTour": "unknown", 1508 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeCheckNullibilityTrueTest.testSaveUpdateTransport": "unknown", 1509 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testMergeData3Nodes": "unknown", 1510 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testMergeDeliveryNode": "unknown", 1511 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testMergeEntityWithNonNullableEntityNull": "unknown", 1512 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testMergeEntityWithNonNullablePropSetToNull": "unknown", 1513 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testMergeEntityWithNonNullableTransientEntity": "unknown", 1514 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testMergePickupNode": "unknown", 1515 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testMergeRoute": "unknown", 1516 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testMergeTour": "unknown", 1517 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testMergeTransport": "unknown", 1518 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveData3Nodes": "unknown", 1519 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveDeliveryNode": "unknown", 1520 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveEntityWithNonNullableEntityNull": "unknown", 1521 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveEntityWithNonNullablePropSetToNull": "unknown", 1522 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveEntityWithNonNullableTransientEntity": "unknown", 1523 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSavePickupNode": "unknown", 1524 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveTour": "unknown", 1525 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveTransport": "unknown", 1526 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveUpdateData3Nodes": "unknown", 1527 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveUpdateDeliveryNode": "unknown", 1528 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveUpdateEntityWithNonNullableEntityNull": "unknown", 1529 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveUpdateEntityWithNonNullablePropSetToNull": "unknown", 1530 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveUpdateEntityWithNonNullableTransientEntity": "unknown", 1531 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveUpdatePickupNode": "unknown", 1532 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveUpdateRoute": "unknown", 1533 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveUpdateTour": "unknown", 1534 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeDelayedInsertTest.testSaveUpdateTransport": "unknown", 1535 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testMergeData3Nodes": "unknown", 1536 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testMergeDeliveryNode": "unknown", 1537 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testMergeEntityWithNonNullableEntityNull": "unknown", 1538 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testMergeEntityWithNonNullablePropSetToNull": "unknown", 1539 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testMergeEntityWithNonNullableTransientEntity": "unknown", 1540 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testMergePickupNode": "unknown", 1541 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testMergeRoute": "unknown", 1542 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testMergeTour": "unknown", 1543 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testMergeTransport": "unknown", 1544 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveData3Nodes": "unknown", 1545 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveDeliveryNode": "unknown", 1546 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveEntityWithNonNullableEntityNull": "unknown", 1547 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveEntityWithNonNullablePropSetToNull": "unknown", 1548 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveEntityWithNonNullableTransientEntity": "unknown", 1549 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSavePickupNode": "unknown", 1550 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveTour": "unknown", 1551 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveTransport": "unknown", 1552 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveUpdateData3Nodes": "unknown", 1553 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveUpdateDeliveryNode": "unknown", 1554 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveUpdateEntityWithNonNullableEntityNull": "unknown", 1555 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveUpdateEntityWithNonNullablePropSetToNull": "unknown", 1556 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveUpdateEntityWithNonNullableTransientEntity": "unknown", 1557 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveUpdatePickupNode": "unknown", 1558 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveUpdateRoute": "unknown", 1559 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveUpdateTour": "unknown", 1560 "org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest.testSaveUpdateTransport": "unknown", 1561 "org.hibernate.test.cdi.converters.delayed.DelayedCdiHostedConverterTest.testIt": "unknown", 1562 "org.hibernate.test.cdi.converters.legacy.ConversionAutoApplyTest.testConverterIsNotIncorrectlyApplied": "unknown", 1563 "org.hibernate.test.cdi.converters.legacy.ConvertBetweenTest.testBetweenLiteral": "unknown", 1564 "org.hibernate.test.cdi.converters.legacy.ConvertBetweenTest.testBetweenParameters": "unknown", 1565 "org.hibernate.test.cdi.converters.legacy.QueryTest.testCriteriaBetween": "unknown", 1566 "org.hibernate.test.cdi.converters.legacy.QueryTest.testJpqlLiteralBetween": "unknown", 1567 "org.hibernate.test.cdi.converters.legacy.QueryTest.testJpqlParametrizedBetween": "unknown", 1568 "org.hibernate.test.cdi.converters.standard.CdiHostedConverterTest.testIt": "unknown", 1569 "org.hibernate.test.cdi.events.delayed.DelayedCdiSupportTest.testIt": "unknown", 1570 "org.hibernate.test.cdi.events.extended.ValidExtendedCdiSupportTest.testIt": "unknown", 1571 "org.hibernate.test.cdi.events.nocdi.ValidNoCdiSupportTest.testIt": "unknown", 1572 "org.hibernate.test.cdi.events.standard.StandardCdiSupportTest.testIt": "unknown", 1573 "org.hibernate.test.cid.CompositeIdTest.testCompositeIds": "unknown", 1574 "org.hibernate.test.cid.CompositeIdTest.testDistinctCountOfEntityWithCompositeId": "unknown", 1575 "org.hibernate.test.cid.CompositeIdTest.testMultipleCollectionFetch": "unknown", 1576 "org.hibernate.test.cid.CompositeIdTest.testNonLazyFetch": "unknown", 1577 "org.hibernate.test.cid.CompositeIdTest.testQuery": "unknown", 1578 "org.hibernate.test.cid.CompositeIdWithGeneratorTest.testCompositeIdSimple": "unknown", 1579 "org.hibernate.test.cid.CompositeIdWithGeneratorTest.testDelete": "unknown", 1580 "org.hibernate.test.cid.CompositeIdWithGeneratorTest.testDetachedId": "unknown", 1581 "org.hibernate.test.cid.CompositeIdWithGeneratorTest.testDetachedProperty": "unknown", 1582 "org.hibernate.test.cid.CompositeIdWithGeneratorTest.testEvict": "unknown", 1583 "org.hibernate.test.cid.CompositeIdWithGeneratorTest.testGeneratedIdsWithChildren": "unknown", 1584 "org.hibernate.test.cid.CompositeIdWithGeneratorTest.testLoad": "unknown", 1585 "org.hibernate.test.cid.CompositeIdWithGeneratorTest.testMerge": "unknown", 1586 "org.hibernate.test.cid.CompositeIdWithGeneratorTest.testSaveOrUpdate": "unknown", 1587 "org.hibernate.test.classloader.ProxyInterfaceClassLoaderTest.testProxyClassLoader": "unknown", 1588 "org.hibernate.test.collection.backref.map.compkey.BackrefCompositeMapKeyTest.testOrphanDelete": "unknown", 1589 "org.hibernate.test.collection.backref.map.compkey.BackrefCompositeMapKeyTest.testOrphanDeleteAfterLock": "unknown", 1590 "org.hibernate.test.collection.backref.map.compkey.BackrefCompositeMapKeyTest.testOrphanDeleteAfterPersist": "unknown", 1591 "org.hibernate.test.collection.backref.map.compkey.BackrefCompositeMapKeyTest.testOrphanDeleteAfterPersistAndFlush": "unknown", 1592 "org.hibernate.test.collection.backref.map.compkey.BackrefCompositeMapKeyTest.testOrphanDeleteOnDelete": "unknown", 1593 "org.hibernate.test.collection.backref.map.compkey.BackrefCompositeMapKeyTest.testOrphanDeleteOnMerge": "unknown", 1594 "org.hibernate.test.collection.backref.map.compkey.BackrefCompositeMapKeyTest.testOrphanDeleteOnSaveOrUpdate": "unknown", 1595 "org.hibernate.test.collection.backref.map.compkey.BackrefCompositeMapKeyTest.testOrphanDeleteOnSaveOrUpdateAfterSerialization": "unknown", 1596 "org.hibernate.test.collection.bag.BagDuplicatesTest.HHH10385Test": "unknown", 1597 "org.hibernate.test.collection.bag.BagElementNullBasicTest.addNullValue": "unknown", 1598 "org.hibernate.test.collection.bag.BagElementNullBasicTest.testPersistNullValue": "unknown", 1599 "org.hibernate.test.collection.bag.BagElementNullBasicTest.testUpdateNonNullValueToNull": "unknown", 1600 "org.hibernate.test.collection.bag.BagElementNullBasicTest.testUpdateNonNullValueToNullWithExtraValue": "unknown", 1601 "org.hibernate.test.collection.bag.MultipleBagFetchHqlTest.testMultipleBagFetchHql": "unknown", 1602 "org.hibernate.test.collection.bag.PersistentBagContainsTest.testContains": "unknown", 1603 "org.hibernate.test.collection.bag.PersistentBagTest.testMergePersistentEntityWithNewOneToManyElements": "unknown", 1604 "org.hibernate.test.collection.bag.PersistentBagTest.testWriteMethodDirtying": "unknown", 1605 "org.hibernate.test.collection.basic.JoinFetchElementCollectionTest.testJoinFetchElementCollection": "unknown", 1606 "org.hibernate.test.collection.custom.basic.UserCollectionTypeAnnotationsVariantTest.testBasicOperation": "unknown", 1607 "org.hibernate.test.collection.custom.basic.UserCollectionTypeHbmVariantTest.testBasicOperation": "unknown", 1608 "org.hibernate.test.collection.custom.parameterized.ParameterizedUserCollectionTypeAnnotationsVariantTest.testBasicOperation": "unknown", 1609 "org.hibernate.test.collection.custom.parameterized.ParameterizedUserCollectionTypeHbmVariantTest.testBasicOperation": "unknown", 1610 "org.hibernate.test.collection.delayedOperation.BagDelayedOperationTest.testSimpleAddDetached": "unknown", 1611 "org.hibernate.test.collection.delayedOperation.BagDelayedOperationTest.testSimpleAddManaged": "unknown", 1612 "org.hibernate.test.collection.delayedOperation.BagDelayedOperationTest.testSimpleAddTransient": "unknown", 1613 "org.hibernate.test.collection.delayedOperation.ListAddTest.addQuestionToDetachedQuizz": "unknown", 1614 "org.hibernate.test.collection.delayedOperation.ListAddTest.addQuestionWithIndexAndInitializeTheListShouldAddQuestionAtSpecifiedIndex": "unknown", 1615 "org.hibernate.test.collection.delayedOperation.ListAddTest.addQuestionWithIndexShouldAddQuestionAtSpecifiedIndex": "unknown", 1616 "org.hibernate.test.collection.delayedOperation.ListAddTest.testAddQuestionAfterSessionIsClosed": "unknown", 1617 "org.hibernate.test.collection.delayedOperation.ListDelayedOperationTest.testSimpleAddDetached": "unknown", 1618 "org.hibernate.test.collection.delayedOperation.ListDelayedOperationTest.testSimpleAddManaged": "unknown", 1619 "org.hibernate.test.collection.delayedOperation.ListDelayedOperationTest.testSimpleAddTransient": "unknown", 1620 "org.hibernate.test.collection.delayedOperation.ListDelayedOperationTest.testSimpleRemoveDetached": "unknown", 1621 "org.hibernate.test.collection.delayedOperation.SetDelayedOperationTest.testSimpleAddDetached": "unknown", 1622 "org.hibernate.test.collection.delayedOperation.SetDelayedOperationTest.testSimpleAddManaged": "unknown", 1623 "org.hibernate.test.collection.delayedOperation.SetDelayedOperationTest.testSimpleAddTransient": "unknown", 1624 "org.hibernate.test.collection.delayedOperation.SetDelayedOperationTest.testSimpleRemoveDetached": "unknown", 1625 "org.hibernate.test.collection.delayedOperation.SetDelayedOperationTest.testSimpleRemoveManaged": "unknown", 1626 "org.hibernate.test.collection.dereferenced.UnversionedCascadeDereferencedCollectionTest.testGetAndNullifyCollection": "unknown", 1627 "org.hibernate.test.collection.dereferenced.UnversionedCascadeDereferencedCollectionTest.testGetAndReplaceCollection": "unknown", 1628 "org.hibernate.test.collection.dereferenced.UnversionedCascadeDereferencedCollectionTest.testMergeNullCollection": "unknown", 1629 "org.hibernate.test.collection.dereferenced.UnversionedCascadeDereferencedCollectionTest.testSaveOrUpdateNullCollection": "unknown", 1630 "org.hibernate.test.collection.dereferenced.UnversionedNoCascadeDereferencedCollectionTest.testGetAndNullifyCollection": "unknown", 1631 "org.hibernate.test.collection.dereferenced.UnversionedNoCascadeDereferencedCollectionTest.testGetAndReplaceCollection": "unknown", 1632 "org.hibernate.test.collection.dereferenced.UnversionedNoCascadeDereferencedCollectionTest.testMergeNullCollection": "unknown", 1633 "org.hibernate.test.collection.dereferenced.UnversionedNoCascadeDereferencedCollectionTest.testSaveOrUpdateNullCollection": "unknown", 1634 "org.hibernate.test.collection.dereferenced.VersionedCascadeDereferencedCollectionTest.testGetAndNullifyCollection": "unknown", 1635 "org.hibernate.test.collection.dereferenced.VersionedCascadeDereferencedCollectionTest.testGetAndReplaceCollection": "unknown", 1636 "org.hibernate.test.collection.dereferenced.VersionedCascadeDereferencedCollectionTest.testMergeNullCollection": "unknown", 1637 "org.hibernate.test.collection.dereferenced.VersionedCascadeDereferencedCollectionTest.testSaveOrUpdateNullCollection": "unknown", 1638 "org.hibernate.test.collection.dereferenced.VersionedNoCascadeDereferencedCollectionTest.testGetAndNullifyCollection": "unknown", 1639 "org.hibernate.test.collection.dereferenced.VersionedNoCascadeDereferencedCollectionTest.testGetAndReplaceCollection": "unknown", 1640 "org.hibernate.test.collection.dereferenced.VersionedNoCascadeDereferencedCollectionTest.testMergeNullCollection": "unknown", 1641 "org.hibernate.test.collection.dereferenced.VersionedNoCascadeDereferencedCollectionTest.testSaveOrUpdateNullCollection": "unknown", 1642 "org.hibernate.test.collection.idbag.IdBagElementNullBasicTest.addNullValue": "unknown", 1643 "org.hibernate.test.collection.idbag.IdBagElementNullBasicTest.testPersistNullValue": "unknown", 1644 "org.hibernate.test.collection.idbag.IdBagElementNullBasicTest.testUpdateNonNullValueToNull": "unknown", 1645 "org.hibernate.test.collection.idbag.IdBagElementNullBasicTest.testUpdateNonNullValueToNullWithExtraValue": "unknown", 1646 "org.hibernate.test.collection.idbag.PersistentIdBagTest.testWriteMethodDirtying": "unknown", 1647 "org.hibernate.test.collection.lazynocascade.LazyAssociationNoCascadeTest.testNoCascadeCache": "unknown", 1648 "org.hibernate.test.collection.list.ListElementNullBasicTest.addNullValue": "unknown", 1649 "org.hibernate.test.collection.list.ListElementNullBasicTest.testPersistNullValue": "unknown", 1650 "org.hibernate.test.collection.list.ListElementNullBasicTest.testUpdateNonNullValueToNull": "unknown", 1651 "org.hibernate.test.collection.list.ListElementNullBasicTest.testUpdateNonNullValueToNullToNonNull": "unknown", 1652 "org.hibernate.test.collection.list.ListIndexReferenceFromListElementTest.testIt": "unknown", 1653 "org.hibernate.test.collection.list.PersistentListTest.testInverseListIndex": "unknown", 1654 "org.hibernate.test.collection.list.PersistentListTest.testInverseListIndex2": "unknown", 1655 "org.hibernate.test.collection.list.PersistentListTest.testWriteMethodDirtying": "unknown", 1656 "org.hibernate.test.collection.map.MapElementNullBasicTest.addNullValue": "unknown", 1657 "org.hibernate.test.collection.map.MapElementNullBasicTest.testPersistNullValue": "unknown", 1658 "org.hibernate.test.collection.map.MapElementNullBasicTest.testUpdateNonNullValueToNull": "unknown", 1659 "org.hibernate.test.collection.map.MapElementNullBasicTest.testUpdateNonNullValueToNullToNonNull": "unknown", 1660 "org.hibernate.test.collection.map.PersistentMapTest.testClearMap": "unknown", 1661 "org.hibernate.test.collection.map.PersistentMapTest.testJoinFetchElementCollectionWithParentSelect": "unknown", 1662 "org.hibernate.test.collection.map.PersistentMapTest.testMapKeyColumnInEmbeddableElement": "unknown", 1663 "org.hibernate.test.collection.map.PersistentMapTest.testMapKeyColumnNonInsertableNonUpdatableBidirOneToMany": "unknown", 1664 "org.hibernate.test.collection.map.PersistentMapTest.testMapKeyColumnNonInsertableNonUpdatableUnidirOneToMany": "unknown", 1665 "org.hibernate.test.collection.map.PersistentMapTest.testPutAgainstUninitializedMap": "unknown", 1666 "org.hibernate.test.collection.map.PersistentMapTest.testRemoveAgainstUninitializedMap": "unknown", 1667 "org.hibernate.test.collection.map.PersistentMapTest.testWriteMethodDirtying": "unknown", 1668 "org.hibernate.test.collection.map.hhh7557.EntityMapTest.testInsertIntoMap": "unknown", 1669 "org.hibernate.test.collection.multisession.MultipleSessionCollectionTest.testCopyInitializedCollectionReferenceAfterGet": "unknown", 1670 "org.hibernate.test.collection.multisession.MultipleSessionCollectionTest.testCopyInitializedCollectionReferenceToNewEntityCollectionRoleAfterGet": "unknown", 1671 "org.hibernate.test.collection.multisession.MultipleSessionCollectionTest.testCopyPersistentCollectionReferenceAfterFlush": "unknown", 1672 "org.hibernate.test.collection.multisession.MultipleSessionCollectionTest.testCopyPersistentCollectionReferenceBeforeFlush": "unknown", 1673 "org.hibernate.test.collection.multisession.MultipleSessionCollectionTest.testCopyUninitializedCollectionReferenceAfterGet": "unknown", 1674 "org.hibernate.test.collection.multisession.MultipleSessionCollectionTest.testDeleteCommitCopyToNewOwnerInNewSession": "unknown", 1675 "org.hibernate.test.collection.multisession.MultipleSessionCollectionTest.testDeleteCommitCopyToNewOwnerNewCollectionRoleInNewSession": "unknown", 1676 "org.hibernate.test.collection.multisession.MultipleSessionCollectionTest.testDeleteCopyToNewOwnerInNewSessionBeforeFlush": "unknown", 1677 "org.hibernate.test.collection.multisession.MultipleSessionCollectionTest.testDeleteCopyToNewOwnerNewCollectionRoleInNewSessionBeforeFlush": "unknown", 1678 "org.hibernate.test.collection.multisession.MultipleSessionCollectionTest.testSaveOrUpdateOwnerWithCollectionInNewSessionAfterFlush": "unknown", 1679 "org.hibernate.test.collection.multisession.MultipleSessionCollectionTest.testSaveOrUpdateOwnerWithCollectionInNewSessionBeforeFlush": "unknown", 1680 "org.hibernate.test.collection.multisession.MultipleSessionCollectionTest.testSaveOrUpdateOwnerWithInitializedCollectionInNewSession": "unknown", 1681 "org.hibernate.test.collection.multisession.MultipleSessionCollectionTest.testSaveOrUpdateOwnerWithUninitializedCollectionInNewSession": "unknown", 1682 "org.hibernate.test.collection.multisession.MultipleSessionCollectionWarningTest.testSetCurrentSessionOverwritesNonConnectedSesssion": "unknown", 1683 "org.hibernate.test.collection.multisession.MultipleSessionCollectionWarningTest.testSetCurrentSessionOverwritesNonConnectedSesssionFlushed": "unknown", 1684 "org.hibernate.test.collection.multisession.MultipleSessionCollectionWarningTest.testUnsetSessionCannotOverwriteConnectedSesssion": "unknown", 1685 "org.hibernate.test.collection.multisession.MultipleSessionCollectionWarningTest.testUnsetSessionCannotOverwriteConnectedSesssionFlushed": "unknown", 1686 "org.hibernate.test.collection.multisession.MultipleSessionCollectionWarningTest.testUnsetSessionCannotOverwriteNonConnectedSesssion": "unknown", 1687 "org.hibernate.test.collection.ordered.joinedInheritence.OrderCollectionOfJoinedHierarchyTest.testOrdering": "unknown", 1688 "org.hibernate.test.collection.ordered.joinedInheritence.OrderCollectionOfJoinedHierarchyTest.testQuerySyntaxCheck": "unknown", 1689 "org.hibernate.test.collection.original.CollectionTest.testCollectionInheritance": "unknown", 1690 "org.hibernate.test.collection.original.CollectionTest.testExtraLazy": "unknown", 1691 "org.hibernate.test.collection.original.CollectionTest.testFetch": "unknown", 1692 "org.hibernate.test.collection.original.CollectionTest.testMerge": "unknown", 1693 "org.hibernate.test.collection.original.CollectionTest.testUpdateOrder": "unknown", 1694 "org.hibernate.test.collection.original.CollectionTest.testValueMap": "unknown", 1695 "org.hibernate.test.collection.set.PersistentSetNonLazyTest.testCollectionMerging": "unknown", 1696 "org.hibernate.test.collection.set.PersistentSetNonLazyTest.testCollectiondirtyChecking": "unknown", 1697 "org.hibernate.test.collection.set.PersistentSetNonLazyTest.testCompositeElementWriteMethodDirtying": "unknown", 1698 "org.hibernate.test.collection.set.PersistentSetNonLazyTest.testLoadChildCheckParentContainsChildNoCache": "unknown", 1699 "org.hibernate.test.collection.set.PersistentSetNonLazyTest.testWriteMethodDirtying": "unknown", 1700 "org.hibernate.test.collection.set.PersistentSetTest.testCollectionMerging": "unknown", 1701 "org.hibernate.test.collection.set.PersistentSetTest.testCollectiondirtyChecking": "unknown", 1702 "org.hibernate.test.collection.set.PersistentSetTest.testCompositeElementWriteMethodDirtying": "unknown", 1703 "org.hibernate.test.collection.set.PersistentSetTest.testLoadChildCheckParentContainsChildCache": "unknown", 1704 "org.hibernate.test.collection.set.PersistentSetTest.testLoadChildCheckParentContainsChildNoCache": "unknown", 1705 "org.hibernate.test.collection.set.PersistentSetTest.testWriteMethodDirtying": "unknown", 1706 "org.hibernate.test.collection.set.SetElementNullBasicTest.addNullValue": "unknown", 1707 "org.hibernate.test.collection.set.SetElementNullBasicTest.testPersistNullValue": "unknown", 1708 "org.hibernate.test.collection.set.SetElementNullBasicTest.testUpdateNonNullValueToNull": "unknown", 1709 "org.hibernate.test.collectionalias.CollectionAliasTest.test": "unknown", 1710 "org.hibernate.test.collectionalias.ReorderedMappingsCollectionAliasTest.test": "unknown", 1711 "org.hibernate.test.component.basic.ComponentTest.testComponent": "unknown", 1712 "org.hibernate.test.component.basic.ComponentTest.testComponentFormulaQuery": "unknown", 1713 "org.hibernate.test.component.basic.ComponentTest.testComponentQueries": "unknown", 1714 "org.hibernate.test.component.basic.ComponentTest.testComponentStateChangeAndDirtiness": "unknown", 1715 "org.hibernate.test.component.basic.ComponentTest.testCustomColumnReadAndWrite": "unknown", 1716 "org.hibernate.test.component.basic.ComponentTest.testMergeComponent": "unknown", 1717 "org.hibernate.test.component.basic.ComponentTest.testNamedQuery": "unknown", 1718 "org.hibernate.test.component.basic.ComponentTest.testUpdateFalse": "unknown", 1719 "org.hibernate.test.component.basic2.ComponentJoinsTest.testComponentJoins": "unknown", 1720 "org.hibernate.test.component.basic2.ComponentJoinsTest.testComponentJoinsHHH7849": "unknown", 1721 "org.hibernate.test.component.cascading.collection.CascadeToComponentCollectionTest.testMerging": "unknown", 1722 "org.hibernate.test.component.cascading.collection.CascadeToComponentCollectionTest.testMergingOriginallyNullComponent": "unknown", 1723 "org.hibernate.test.component.cascading.toone.CascadeToComponentAssociationTest.testMerging": "unknown", 1724 "org.hibernate.test.component.empty.EmptyCompositeCollectionKeyEagerTest.testGetEntityWithEmptyCollection": "unknown", 1725 "org.hibernate.test.component.empty.EmptyCompositeCollectionKeyEagerTest.testQueryEntityJoinFetchEmptyCollection": "unknown", 1726 "org.hibernate.test.component.empty.EmptyCompositeCollectionKeyEagerTest.testQueryEntityLeftJoinFetchEmptyCollection": "unknown", 1727 "org.hibernate.test.component.empty.EmptyCompositeCollectionKeyEagerTest.testQueryEntityWithEmptyCollection": "unknown", 1728 "org.hibernate.test.component.empty.EmptyCompositeCollectionKeyLazyTest.testGetEntityWithEmptyCollection": "unknown", 1729 "org.hibernate.test.component.empty.EmptyCompositeCollectionKeyLazyTest.testQueryEntityJoinFetchEmptyCollection": "unknown", 1730 "org.hibernate.test.component.empty.EmptyCompositeCollectionKeyLazyTest.testQueryEntityLeftJoinFetchEmptyCollection": "unknown", 1731 "org.hibernate.test.component.empty.EmptyCompositeCollectionKeyLazyTest.testQueryEntityWithEmptyCollection": "unknown", 1732 "org.hibernate.test.component.empty.EmptyCompositeEquivalentToNullTest.testNoPrimitiveNoParent": "unknown", 1733 "org.hibernate.test.component.empty.EmptyCompositeEquivalentToNullTest.testParent": "unknown", 1734 "org.hibernate.test.component.empty.EmptyCompositeManyToOneKeyCachedTest.testGetEntityWithNullManyToOne": "unknown", 1735 "org.hibernate.test.component.empty.EmptyCompositeManyToOneKeyCachedTest.testQueryEntityAndNullManyToOne": "unknown", 1736 "org.hibernate.test.component.empty.EmptyCompositeManyToOneKeyCachedTest.testQueryEntityJoinFetchNullManyToOne": "unknown", 1737 "org.hibernate.test.component.empty.EmptyCompositeManyToOneKeyCachedTest.testQueryEntityLeftJoinFetchNullManyToOne": "unknown", 1738 "org.hibernate.test.component.empty.EmptyCompositeManyToOneKeyCachedTest.testQueryEntityWithNullManyToOne": "unknown", 1739 "org.hibernate.test.component.empty.EmptyCompositeManyToOneKeyTest.testGetEntityWithNullManyToOne": "unknown", 1740 "org.hibernate.test.component.empty.EmptyCompositeManyToOneKeyTest.testQueryEntityAndNullManyToOne": "unknown", 1741 "org.hibernate.test.component.empty.EmptyCompositeManyToOneKeyTest.testQueryEntityJoinFetchNullManyToOne": "unknown", 1742 "org.hibernate.test.component.empty.EmptyCompositeManyToOneKeyTest.testQueryEntityLeftJoinFetchNullManyToOne": "unknown", 1743 "org.hibernate.test.component.empty.EmptyCompositeManyToOneKeyTest.testQueryEntityWithNullManyToOne": "unknown", 1744 "org.hibernate.test.component.empty.EmptyCompositesDirtynessTest.testCompositesEmpty": "unknown", 1745 "org.hibernate.test.component.empty.EmptyInitializedCompositesDirtynessTest.testInitializedCompositesEmpty": "unknown", 1746 "org.hibernate.test.component.empty.EmptyInitializedCompositesTest.testCompositesEmpty": "unknown", 1747 "org.hibernate.test.component.empty.SelectBeforeUpdateEmbeddedTest.testSelectBeforeUpdateUsingEmptyComposites": "unknown", 1748 "org.hibernate.test.component.empty.SelectBeforeUpdateEmbeddedTest.testSelectBeforeUpdateUsingNullComposites": "unknown", 1749 "org.hibernate.test.component.proxy.ComponentBasicProxyTest.testBasicProxyingWithProtectedMethodCalledInConstructor": "unknown", 1750 "org.hibernate.test.compositeelement.CompositeElementTest.testCustomColumnReadAndWrite": "unknown", 1751 "org.hibernate.test.compositeelement.CompositeElementTest.testHandSQL": "unknown", 1752 "org.hibernate.test.compositeusertype.CompositeUserTypeTest.testRemovalWithNullableFields": "unknown", 1753 "org.hibernate.test.compositeusertype.nested.NestedCompositeUserTypeTest.testIt": "unknown", 1754 "org.hibernate.test.converter.AttributeConverterTest.testBasicTimestampUsage": "unknown", 1755 "org.hibernate.test.converter.AttributeConverterTest.testBasicUsage": "unknown", 1756 "org.hibernate.test.converter.AttributeConverterTest.testEnumConverter": "unknown", 1757 "org.hibernate.test.converter.BasicJodaTimeConversionTest.testSimpleConvertUsage": "unknown", 1758 "org.hibernate.test.converter.ConverterTest.testJPQLUpperAttributeValueBindParameterType": "unknown", 1759 "org.hibernate.test.converter.ConverterTest.testJPQLUpperDbValueBindParameter": "unknown", 1760 "org.hibernate.test.converter.DirtyCheckingTest.dirtyCheckAgainstMutatedNameInstance": "unknown", 1761 "org.hibernate.test.converter.DirtyCheckingTest.dirtyCheckAgainstNewNameInstance": "unknown", 1762 "org.hibernate.test.converter.DirtyCheckingTest.dirtyCheckAgainstNewNumberInstance": "unknown", 1763 "org.hibernate.test.converter.ExplicitDateConvertersTest.testSimpleConvertUsage": "unknown", 1764 "org.hibernate.test.converter.ExplicitEnumConvertersTest.testSimpleConvertUsage": "unknown", 1765 "org.hibernate.test.converter.ExplicitJavaTypeDescriptorTest.testIt": "unknown", 1766 "org.hibernate.test.converter.ExplicitlyNamedConverterClassesTest.testNonAutoAppliedConvertIsNotApplied": "unknown", 1767 "org.hibernate.test.converter.LongToDateConversionTest.testSetParameter": "unknown", 1768 "org.hibernate.test.converter.NullHandlingTests.testNullReplacementOnBinding": "unknown", 1769 "org.hibernate.test.converter.NullHandlingTests.testNullReplacementOnExtraction": "unknown", 1770 "org.hibernate.test.converter.QueryTest.testJpqlBooleanLiteral": "unknown", 1771 "org.hibernate.test.converter.QueryTest.testJpqlFloatLiteral": "unknown", 1772 "org.hibernate.test.converter.SimpleConvertAnnotationTest.testSimpleConvertUsage": "unknown", 1773 "org.hibernate.test.converter.SimpleConvertsAnnotationTest.testSimpleConvertsUsage": "unknown", 1774 "org.hibernate.test.converter.XmlWithExplicitConvertAnnotationsTest.testSimpleConvertUsage": "unknown", 1775 "org.hibernate.test.converter.caching.BasicStructuredCachingOfConvertedValueTest.basicCacheStructureTest": "unknown", 1776 "org.hibernate.test.converter.caching.BasicUnstructuredCachingOfConvertedValueTest.basicCacheStructureTest": "unknown", 1777 "org.hibernate.test.converter.elementCollection.CollectionCompositeElementConversionTest.testElementCollectionConversion": "unknown", 1778 "org.hibernate.test.converter.elementCollection.CollectionElementConversionTest.testElementCollectionConversion": "unknown", 1779 "org.hibernate.test.converter.elementCollection.CollectionElementExplicitConversionTest.testElementCollectionConversion": "unknown", 1780 "org.hibernate.test.converter.elementCollection.ElementCollectionTests.testSimpleConvertUsage": "unknown", 1781 "org.hibernate.test.converter.literal.QueryLiteralTest.testEnumOrdinal": "unknown", 1782 "org.hibernate.test.converter.literal.QueryLiteralTest.testEnumString": "unknown", 1783 "org.hibernate.test.converter.literal.QueryLiteralTest.testIntegerWrapper": "unknown", 1784 "org.hibernate.test.converter.literal.QueryLiteralTest.testIntegerWrapperThrowsException": "unknown", 1785 "org.hibernate.test.converter.literal.QueryLiteralTest.testNumberImplicit": "unknown", 1786 "org.hibernate.test.converter.literal.QueryLiteralTest.testNumberImplicitOverrided": "unknown", 1787 "org.hibernate.test.converter.literal.QueryLiteralTest.testSameTypeConverter": "unknown", 1788 "org.hibernate.test.converter.literal.QueryLiteralTest.testStringWrapper": "unknown", 1789 "org.hibernate.test.converter.lob.ConverterAndLobTest.basicTest": "26725", 1790 "org.hibernate.test.converter.map.MapElementConversionTest.testElementCollectionConversion": "unknown", 1791 "org.hibernate.test.converter.map.MapKeyAttributeConverterTest.testEnumDefaultType": "unknown", 1792 "org.hibernate.test.converter.map.MapKeyAttributeConverterTest.testEnumExplicitOrdinalType": "unknown", 1793 "org.hibernate.test.converter.map.MapKeyAttributeConverterTest.testEnumExplicitStringType": "unknown", 1794 "org.hibernate.test.converter.map.MapKeyAttributeConverterTest.testEnumExplicitType": "unknown", 1795 "org.hibernate.test.converter.map.MapKeyAttributeConverterTest.testEnumImplicitOverrideOrdinalType": "unknown", 1796 "org.hibernate.test.converter.map.MapKeyAttributeConverterTest.testEnumImplicitOverrideStringType": "unknown", 1797 "org.hibernate.test.converter.map.MapKeyAttributeConverterTest.testEnumImplicitOverridedType": "unknown", 1798 "org.hibernate.test.converter.map.MapKeyAttributeConverterTest.testEnumImplicitType": "unknown", 1799 "org.hibernate.test.converter.map.MapKeyAttributeConverterTest.testExplicitType": "unknown", 1800 "org.hibernate.test.converter.map.MapKeyAttributeConverterTest.testImplicitType": "unknown", 1801 "org.hibernate.test.converter.map.MapKeyConversionTest.testElementCollectionConversion": "unknown", 1802 "org.hibernate.test.criteria.ComplexJoinAliasTest.testCriteriaThroughCompositeId": "unknown", 1803 "org.hibernate.test.criteria.CriteriaAliasFetchTest.testFetchWithAlias": "unknown", 1804 "org.hibernate.test.criteria.CriteriaAliasFetchTest.testFixForHHH7842DoesNotBreakOldBehavior": "unknown", 1805 "org.hibernate.test.criteria.CriteriaLockingTest.testSetLockModeDifferentFromNONELogAWarnMessageWhenTheDialectUseFollowOnLockingIsTrue": "unknown", 1806 "org.hibernate.test.criteria.CriteriaLockingTest.testSetLockModeNONEDoNotLogAWarnMessageWhenTheDialectUseFollowOnLockingIsTrue": "unknown", 1807 "org.hibernate.test.criteria.CriteriaOrderByTest.testCriteriaOrderBy": "unknown", 1808 "org.hibernate.test.criteria.CriteriaQueryTest.testAliasJoinCriterion": "unknown", 1809 "org.hibernate.test.criteria.CriteriaQueryTest.testClassProperty": "unknown", 1810 "org.hibernate.test.criteria.CriteriaQueryTest.testClassProperty2": "unknown", 1811 "org.hibernate.test.criteria.CriteriaQueryTest.testCriteriaCollectionOfComponent": "unknown", 1812 "org.hibernate.test.criteria.CriteriaQueryTest.testCriteriaCollectionOfValue": "unknown", 1813 "org.hibernate.test.criteria.CriteriaQueryTest.testCriteriaFetchMode": "unknown", 1814 "org.hibernate.test.criteria.CriteriaQueryTest.testDetachedCriteria": "unknown", 1815 "org.hibernate.test.criteria.CriteriaQueryTest.testDetachedCriteriaTimeout": "unknown", 1816 "org.hibernate.test.criteria.CriteriaQueryTest.testDistinctProjectionsOfComponents": "unknown", 1817 "org.hibernate.test.criteria.CriteriaQueryTest.testEscapeCharacter": "unknown", 1818 "org.hibernate.test.criteria.CriteriaQueryTest.testGroupByComponent": "unknown", 1819 "org.hibernate.test.criteria.CriteriaQueryTest.testMultiplePropertiesSubquery": "unknown", 1820 "org.hibernate.test.criteria.CriteriaQueryTest.testNestedCorrelatedSubquery": "unknown", 1821 "org.hibernate.test.criteria.CriteriaQueryTest.testNotNot": "unknown", 1822 "org.hibernate.test.criteria.CriteriaQueryTest.testNullCriteria": "unknown", 1823 "org.hibernate.test.criteria.CriteriaQueryTest.testProjectedComponent": "unknown", 1824 "org.hibernate.test.criteria.CriteriaQueryTest.testProjectedCompositeId": "unknown", 1825 "org.hibernate.test.criteria.CriteriaQueryTest.testProjectedCompositeIdWithAlias": "unknown", 1826 "org.hibernate.test.criteria.CriteriaQueryTest.testProjectedEmbeddedCompositeId": "unknown", 1827 "org.hibernate.test.criteria.CriteriaQueryTest.testProjectedId": "unknown", 1828 "org.hibernate.test.criteria.CriteriaQueryTest.testProjectedListIncludesComponent": "unknown", 1829 "org.hibernate.test.criteria.CriteriaQueryTest.testProjectedListIncludesEmbeddedCompositeId": "unknown", 1830 "org.hibernate.test.criteria.CriteriaQueryTest.testProjectionCache": "unknown", 1831 "org.hibernate.test.criteria.CriteriaQueryTest.testProjections": "unknown", 1832 "org.hibernate.test.criteria.CriteriaQueryTest.testProjectionsUsingProperty": "unknown", 1833 "org.hibernate.test.criteria.CriteriaQueryTest.testRestrictionOnSubclassCollection": "unknown", 1834 "org.hibernate.test.criteria.CriteriaQueryTest.testScrollCriteria": "unknown", 1835 "org.hibernate.test.criteria.CriteriaQueryTest.testSubcriteriaJoinTypes": "unknown", 1836 "org.hibernate.test.criteria.CriteriaQueryTest.testSubselect": "unknown", 1837 "org.hibernate.test.criteria.CriteriaQueryTest.testSubselectWithComponent": "unknown", 1838 "org.hibernate.test.criteria.CriteriaQueryTest.testVarargJunctionSyntax": "unknown", 1839 "org.hibernate.test.criteria.InTest.testIn": "unknown", 1840 "org.hibernate.test.criteria.LikeTest.testLike": "unknown", 1841 "org.hibernate.test.criteria.OuterJoinCriteriaTest.testAliasWithNonNullRestrictions": "unknown", 1842 "org.hibernate.test.criteria.OuterJoinCriteriaTest.testAliasWithNullOrNonNullRestrictions": "unknown", 1843 "org.hibernate.test.criteria.OuterJoinCriteriaTest.testMultipleRootCriteriaRestrictionsOnCollections": "unknown", 1844 "org.hibernate.test.criteria.OuterJoinCriteriaTest.testMultipleSubCriteriaRestrictionsOnCollections": "unknown", 1845 "org.hibernate.test.criteria.OuterJoinCriteriaTest.testNonNullSubcriteriaRestrictionsOnRootCriteria": "unknown", 1846 "org.hibernate.test.criteria.OuterJoinCriteriaTest.testRootAndSubCriteriaRestrictionsOnCollections": "unknown", 1847 "org.hibernate.test.criteria.OuterJoinCriteriaTest.testSubCriteriaRestrictionsOnCollectionsNestedInManyToOne": "unknown", 1848 "org.hibernate.test.criteria.OuterJoinCriteriaTest.testSubcriteriaWithClauseAliasToEntityMap": "unknown", 1849 "org.hibernate.test.criteria.OuterJoinCriteriaTest.testSubcriteriaWithNonNullRestrictions": "unknown", 1850 "org.hibernate.test.criteria.OuterJoinCriteriaTest.testSubcriteriaWithNonNullRestrictionsAliasToEntityMap": "unknown", 1851 "org.hibernate.test.criteria.OuterJoinCriteriaTest.testSubcriteriaWithNullOrNonNullRestrictions": "unknown", 1852 "org.hibernate.test.criteria.OuterJoinCriteriaTest.testSubcriteriaWithNullOrNonNullRestrictionsAliasToEntityMap": "unknown", 1853 "org.hibernate.test.criteria.SessionCreateQueryFromCriteriaTest.testScrollMethod": "unknown", 1854 "org.hibernate.test.criteria.SessionCreateQueryFromCriteriaTest.testStreamMethod": "unknown", 1855 "org.hibernate.test.criteria.SessionCreateQueryFromCriteriaTest.testUniqueResult": "unknown", 1856 "org.hibernate.test.criteria.limitexpression.LimitExpressionTest.testAnEmptyListIsReturnedWhenSetMaxResultsToZero": "unknown", 1857 "org.hibernate.test.criteria.limitexpression.LimitExpressionTest.testWithFetchJoin": "unknown", 1858 "org.hibernate.test.criteria.many_to_many.CriteriaManyToManyTest.testJoinTable": "unknown", 1859 "org.hibernate.test.criteria.many_to_many.CriteriaManyToManyTest.testMappedBy": "unknown", 1860 "org.hibernate.test.criteria.mapsid.MapsIdOneToOneSelectTest.findByParentId": "unknown", 1861 "org.hibernate.test.criteria.mapsid.MapsIdOneToOneSelectTest.selectByParent": "unknown", 1862 "org.hibernate.test.cuk.CompositePropertyRefTest.testOneToOnePropertyRef": "unknown", 1863 "org.hibernate.test.cut.CompositeUserTypeTest.testCompositeUserType": "unknown", 1864 "org.hibernate.test.cut.CompositeUserTypeTest.testCustomColumnReadAndWrite": "unknown", 1865 "org.hibernate.test.cut.CompositeUserTypeTest.testNotEqualOperator": "unknown", 1866 "org.hibernate.test.deletetransient.DeleteTransientEntityTest.testCascadeAllDeleteOrphanFromClearedPersistentAssnToTransientEntity": "unknown", 1867 "org.hibernate.test.deletetransient.DeleteTransientEntityTest.testCascadeAllFromClearedPersistentAssnToTransientEntity": "unknown", 1868 "org.hibernate.test.deletetransient.DeleteTransientEntityTest.testTransientEntityDeleteCascadingToCircularity": "unknown", 1869 "org.hibernate.test.deletetransient.DeleteTransientEntityTest.testTransientEntityDeletionCascadingToDetachedAssociation": "unknown", 1870 "org.hibernate.test.deletetransient.DeleteTransientEntityTest.testTransientEntityDeletionCascadingToPersistentAssociation": "unknown", 1871 "org.hibernate.test.deletetransient.DeleteTransientEntityTest.testTransientEntityDeletionCascadingToTransientAssociation": "unknown", 1872 "org.hibernate.test.deletetransient.DeleteTransientEntityTest.testTransientEntityDeletionNoCascades": "unknown", 1873 "org.hibernate.test.dirtiness.CustomDirtinessStrategyTest.testCustomStrategyWithFlushInterceptor": "unknown", 1874 "org.hibernate.test.dirtiness.CustomDirtinessStrategyTest.testOnlyCustomStrategy": "unknown", 1875 "org.hibernate.test.dirtiness.CustomDirtinessStrategyTest.testOnlyCustomStrategyConsultedOnNonDirty": "unknown", 1876 "org.hibernate.test.discriminator.DiscriminatorTest.testAccessAsIncorrectSubclass": "unknown", 1877 "org.hibernate.test.discriminator.DiscriminatorTest.testDiscriminatorSubclass": "unknown", 1878 "org.hibernate.test.discriminator.DiscriminatorTest.testLoadSuperclassProxyEvictPolymorphicAccess": "unknown", 1879 "org.hibernate.test.discriminator.DiscriminatorTest.testLoadSuperclassProxyPolymorphicAccess": "unknown", 1880 "org.hibernate.test.discriminator.DiscriminatorTest.testQuerySubclassAttribute": "unknown", 1881 "org.hibernate.test.discriminator.SimpleInheritanceTest.testAccessAsIncorrectSubclass": "unknown", 1882 "org.hibernate.test.discriminator.SimpleInheritanceTest.testDiscriminatorSubclass": "unknown", 1883 "org.hibernate.test.discriminator.SimpleInheritanceTest.testLoadSuperclassProxyEvictPolymorphicAccess": "unknown", 1884 "org.hibernate.test.discriminator.SimpleInheritanceTest.testLoadSuperclassProxyPolymorphicAccess": "unknown", 1885 "org.hibernate.test.discriminator.SimpleInheritanceTest.testQuerySubclassAttribute": "unknown", 1886 "org.hibernate.test.discriminator.joined.JoinedSubclassInheritanceTest.testConfiguredDiscriminatorValue": "unknown", 1887 "org.hibernate.test.distinct.SelectDistinctHqlTest.test": "unknown", 1888 "org.hibernate.test.distinct.SelectDistinctHqlTest.testDistinctPassThroughFalse": "unknown", 1889 "org.hibernate.test.distinct.SelectDistinctHqlTest.testDistinctPassThroughTrue": "unknown", 1890 "org.hibernate.test.dynamicentity.interceptor.InterceptorDynamicEntityTest.testIt": "unknown", 1891 "org.hibernate.test.dynamicentity.tuplizer.TuplizerDynamicEntityTest.testIt": "unknown", 1892 "org.hibernate.test.dynamicentity.tuplizer2.ImprovedTuplizerDynamicEntityTest.testIt": "unknown", 1893 "org.hibernate.test.dynamicmap.DynamicMapTest.bootstrappingTest": "unknown", 1894 "org.hibernate.test.ecid.EmbeddedCompositeIdTest.testMerge": "unknown", 1895 "org.hibernate.test.ecid.EmbeddedCompositeIdTest.testMerging": "unknown", 1896 "org.hibernate.test.ecid.EmbeddedCompositeIdTest.testPolymorphism": "unknown", 1897 "org.hibernate.test.entitymode.map.basic.DynamicClassTest.testLazyDynamicClass": "unknown", 1898 "org.hibernate.test.entitymode.map.subclass.SubclassDynamicMapTest.testConcreateSubclassDeterminationOnEmptyDynamicMap": "unknown", 1899 "org.hibernate.test.entityname.EntityNameFromSubClassTest.testEntityName": "unknown", 1900 "org.hibernate.test.enums.EnumExplicitTypeTest.hbmEnumWithExplicitTypeTest": "unknown", 1901 "org.hibernate.test.enums.EnumTypeTest.hbmEnumTypeTest": "unknown", 1902 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testDeleteParentAndChild": "unknown", 1903 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testDeleteParentButNotChild": "unknown", 1904 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testDeleteParentWithNoChildren": "unknown", 1905 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testDeleteParentWithNullChildren": "unknown", 1906 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testMoveAllChildrenToDifferentParent": "unknown", 1907 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testMoveChildToDifferentParent": "unknown", 1908 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testMoveCollectionToDifferentParent": "unknown", 1909 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testMoveCollectionToDifferentParentFlushMoveToDifferentParent": "unknown", 1910 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testSaveParentEmptyChildren": "unknown", 1911 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testSaveParentOneChild": "unknown", 1912 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testUpdateParentNoneToOneChild": "unknown", 1913 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testUpdateParentNoneToOneChildDiffCollection": "unknown", 1914 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testUpdateParentNullToOneChild": "unknown", 1915 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testUpdateParentNullToOneChildDiffCollection": "unknown", 1916 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testUpdateParentOneChildDiffCollectionDiffChild": "unknown", 1917 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testUpdateParentOneChildDiffCollectionSameChild": "unknown", 1918 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testUpdateParentOneChildToNoneByClear": "unknown", 1919 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testUpdateParentOneChildToNoneByRemove": "unknown", 1920 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testUpdateParentOneToTwoChildren": "unknown", 1921 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testUpdateParentOneToTwoSameChildren": "unknown", 1922 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManyBagToSetCollectionEventTest.testUpdateParentTwoChildrenToOne": "unknown", 1923 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testDeleteParentAndChild": "unknown", 1924 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testDeleteParentButNotChild": "unknown", 1925 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testDeleteParentWithNoChildren": "unknown", 1926 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testDeleteParentWithNullChildren": "unknown", 1927 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testMoveAllChildrenToDifferentParent": "unknown", 1928 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testMoveChildToDifferentParent": "unknown", 1929 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testMoveCollectionToDifferentParent": "unknown", 1930 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testMoveCollectionToDifferentParentFlushMoveToDifferentParent": "unknown", 1931 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testSaveParentEmptyChildren": "unknown", 1932 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testSaveParentOneChild": "unknown", 1933 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testUpdateParentNoneToOneChild": "unknown", 1934 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testUpdateParentNoneToOneChildDiffCollection": "unknown", 1935 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testUpdateParentNullToOneChild": "unknown", 1936 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testUpdateParentNullToOneChildDiffCollection": "unknown", 1937 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testUpdateParentOneChildDiffCollectionDiffChild": "unknown", 1938 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testUpdateParentOneChildDiffCollectionSameChild": "unknown", 1939 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testUpdateParentOneChildToNoneByClear": "unknown", 1940 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testUpdateParentOneChildToNoneByRemove": "unknown", 1941 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testUpdateParentOneToTwoChildren": "unknown", 1942 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testUpdateParentOneToTwoSameChildren": "unknown", 1943 "org.hibernate.test.event.collection.association.bidirectional.manytomany.BidirectionalManyToManySetToSetCollectionEventTest.testUpdateParentTwoChildrenToOne": "unknown", 1944 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testDeleteParentAndChild": "unknown", 1945 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testDeleteParentButNotChild": "unknown", 1946 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testDeleteParentWithNoChildren": "unknown", 1947 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testDeleteParentWithNullChildren": "unknown", 1948 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testMoveAllChildrenToDifferentParent": "unknown", 1949 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testMoveChildToDifferentParent": "unknown", 1950 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testMoveCollectionToDifferentParent": "unknown", 1951 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testMoveCollectionToDifferentParentFlushMoveToDifferentParent": "unknown", 1952 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testSaveParentEmptyChildren": "unknown", 1953 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testSaveParentOneChild": "unknown", 1954 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testUpdateParentNoneToOneChild": "unknown", 1955 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testUpdateParentNoneToOneChildDiffCollection": "unknown", 1956 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testUpdateParentNullToOneChild": "unknown", 1957 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testUpdateParentNullToOneChildDiffCollection": "unknown", 1958 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testUpdateParentOneChildDiffCollectionDiffChild": "unknown", 1959 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testUpdateParentOneChildDiffCollectionSameChild": "unknown", 1960 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testUpdateParentOneChildToNoneByClear": "unknown", 1961 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testUpdateParentOneChildToNoneByRemove": "unknown", 1962 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testUpdateParentOneToTwoChildren": "unknown", 1963 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testUpdateParentOneToTwoSameChildren": "unknown", 1964 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagCollectionEventTest.testUpdateParentTwoChildrenToOne": "unknown", 1965 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testDeleteParentAndChild": "unknown", 1966 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testDeleteParentButNotChild": "unknown", 1967 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testDeleteParentWithNoChildren": "unknown", 1968 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testDeleteParentWithNullChildren": "unknown", 1969 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testMoveAllChildrenToDifferentParent": "unknown", 1970 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testMoveChildToDifferentParent": "unknown", 1971 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testMoveCollectionToDifferentParent": "unknown", 1972 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testMoveCollectionToDifferentParentFlushMoveToDifferentParent": "unknown", 1973 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testSaveParentEmptyChildren": "unknown", 1974 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testSaveParentOneChild": "unknown", 1975 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testUpdateParentNoneToOneChild": "unknown", 1976 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testUpdateParentNoneToOneChildDiffCollection": "unknown", 1977 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testUpdateParentNullToOneChild": "unknown", 1978 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testUpdateParentNullToOneChildDiffCollection": "unknown", 1979 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testUpdateParentOneChildDiffCollectionDiffChild": "unknown", 1980 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testUpdateParentOneChildDiffCollectionSameChild": "unknown", 1981 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testUpdateParentOneChildToNoneByClear": "unknown", 1982 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testUpdateParentOneChildToNoneByRemove": "unknown", 1983 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testUpdateParentOneToTwoChildren": "unknown", 1984 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testUpdateParentOneToTwoSameChildren": "unknown", 1985 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManyBagSubclassCollectionEventTest.testUpdateParentTwoChildrenToOne": "unknown", 1986 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testDeleteParentAndChild": "unknown", 1987 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testDeleteParentButNotChild": "unknown", 1988 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testDeleteParentWithNoChildren": "unknown", 1989 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testDeleteParentWithNullChildren": "unknown", 1990 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testMoveAllChildrenToDifferentParent": "unknown", 1991 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testMoveChildToDifferentParent": "unknown", 1992 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testMoveCollectionToDifferentParent": "unknown", 1993 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testMoveCollectionToDifferentParentFlushMoveToDifferentParent": "unknown", 1994 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testSaveParentEmptyChildren": "unknown", 1995 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testSaveParentOneChild": "unknown", 1996 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testUpdateParentNoneToOneChild": "unknown", 1997 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testUpdateParentNoneToOneChildDiffCollection": "unknown", 1998 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testUpdateParentNullToOneChild": "unknown", 1999 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testUpdateParentNullToOneChildDiffCollection": "unknown", 2000 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testUpdateParentOneChildDiffCollectionDiffChild": "unknown", 2001 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testUpdateParentOneChildDiffCollectionSameChild": "unknown", 2002 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testUpdateParentOneChildToNoneByClear": "unknown", 2003 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testUpdateParentOneChildToNoneByRemove": "unknown", 2004 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testUpdateParentOneToTwoChildren": "unknown", 2005 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testUpdateParentOneToTwoSameChildren": "unknown", 2006 "org.hibernate.test.event.collection.association.bidirectional.onetomany.BidirectionalOneToManySetCollectionEventTest.testUpdateParentTwoChildrenToOne": "unknown", 2007 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testDeleteParentAndChild": "unknown", 2008 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testDeleteParentButNotChild": "unknown", 2009 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testDeleteParentWithNoChildren": "unknown", 2010 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testDeleteParentWithNullChildren": "unknown", 2011 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testMoveAllChildrenToDifferentParent": "unknown", 2012 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testMoveChildToDifferentParent": "unknown", 2013 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testMoveCollectionToDifferentParent": "unknown", 2014 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testMoveCollectionToDifferentParentFlushMoveToDifferentParent": "unknown", 2015 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testSaveParentEmptyChildren": "unknown", 2016 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testSaveParentOneChild": "unknown", 2017 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testUpdateParentNoneToOneChild": "unknown", 2018 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testUpdateParentNoneToOneChildDiffCollection": "unknown", 2019 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testUpdateParentNullToOneChild": "unknown", 2020 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testUpdateParentNullToOneChildDiffCollection": "unknown", 2021 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testUpdateParentOneChildDiffCollectionDiffChild": "unknown", 2022 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testUpdateParentOneChildDiffCollectionSameChild": "unknown", 2023 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testUpdateParentOneChildToNoneByClear": "unknown", 2024 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testUpdateParentOneChildToNoneByRemove": "unknown", 2025 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testUpdateParentOneToTwoChildren": "unknown", 2026 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testUpdateParentOneToTwoSameChildren": "unknown", 2027 "org.hibernate.test.event.collection.association.unidirectional.manytomany.UnidirectionalManyToManyBagCollectionEventTest.testUpdateParentTwoChildrenToOne": "unknown", 2028 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testDeleteParentAndChild": "unknown", 2029 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testDeleteParentButNotChild": "unknown", 2030 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testDeleteParentWithNoChildren": "unknown", 2031 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testDeleteParentWithNullChildren": "unknown", 2032 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testMoveAllChildrenToDifferentParent": "unknown", 2033 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testMoveChildToDifferentParent": "unknown", 2034 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testMoveCollectionToDifferentParent": "unknown", 2035 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testMoveCollectionToDifferentParentFlushMoveToDifferentParent": "unknown", 2036 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testSaveParentEmptyChildren": "unknown", 2037 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testSaveParentOneChild": "unknown", 2038 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testUpdateParentNoneToOneChild": "unknown", 2039 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testUpdateParentNoneToOneChildDiffCollection": "unknown", 2040 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testUpdateParentNullToOneChild": "unknown", 2041 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testUpdateParentNullToOneChildDiffCollection": "unknown", 2042 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testUpdateParentOneChildDiffCollectionDiffChild": "unknown", 2043 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testUpdateParentOneChildDiffCollectionSameChild": "unknown", 2044 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testUpdateParentOneChildToNoneByClear": "unknown", 2045 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testUpdateParentOneChildToNoneByRemove": "unknown", 2046 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testUpdateParentOneToTwoChildren": "unknown", 2047 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testUpdateParentOneToTwoSameChildren": "unknown", 2048 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManyBagCollectionEventTest.testUpdateParentTwoChildrenToOne": "unknown", 2049 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testDeleteParentAndChild": "unknown", 2050 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testDeleteParentButNotChild": "unknown", 2051 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testDeleteParentWithNoChildren": "unknown", 2052 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testDeleteParentWithNullChildren": "unknown", 2053 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testMoveAllChildrenToDifferentParent": "unknown", 2054 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testMoveChildToDifferentParent": "unknown", 2055 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testMoveCollectionToDifferentParent": "unknown", 2056 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testMoveCollectionToDifferentParentFlushMoveToDifferentParent": "unknown", 2057 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testSaveParentEmptyChildren": "unknown", 2058 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testSaveParentOneChild": "unknown", 2059 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testUpdateParentNoneToOneChild": "unknown", 2060 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testUpdateParentNoneToOneChildDiffCollection": "unknown", 2061 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testUpdateParentNullToOneChild": "unknown", 2062 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testUpdateParentNullToOneChildDiffCollection": "unknown", 2063 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testUpdateParentOneChildDiffCollectionDiffChild": "unknown", 2064 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testUpdateParentOneChildDiffCollectionSameChild": "unknown", 2065 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testUpdateParentOneChildToNoneByClear": "unknown", 2066 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testUpdateParentOneChildToNoneByRemove": "unknown", 2067 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testUpdateParentOneToTwoChildren": "unknown", 2068 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testUpdateParentOneToTwoSameChildren": "unknown", 2069 "org.hibernate.test.event.collection.association.unidirectional.onetomany.UnidirectionalOneToManySetCollectionEventTest.testUpdateParentTwoChildrenToOne": "unknown", 2070 "org.hibernate.test.event.collection.detached.BadMergeHandlingTest.testMergeAndHold": "unknown", 2071 "org.hibernate.test.event.collection.detached.DetachedMultipleCollectionChangeTest.testMergeMultipleCollectionChangeEvents": "unknown", 2072 "org.hibernate.test.event.collection.detached.MergeCollectionEventTest.testCollectionEventHandlingOnMerge": "unknown", 2073 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testDeleteParentAndChild": "unknown", 2074 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testDeleteParentWithNoChildren": "unknown", 2075 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testDeleteParentWithNullChildren": "unknown", 2076 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testMoveAllChildrenToDifferentParent": "unknown", 2077 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testMoveChildToDifferentParent": "unknown", 2078 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testMoveCollectionToDifferentParent": "unknown", 2079 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testMoveCollectionToDifferentParentFlushMoveToDifferentParent": "unknown", 2080 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testSaveParentEmptyChildren": "unknown", 2081 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testSaveParentOneChild": "unknown", 2082 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testUpdateParentNoneToOneChild": "unknown", 2083 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testUpdateParentNoneToOneChildDiffCollection": "unknown", 2084 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testUpdateParentNullToOneChild": "unknown", 2085 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testUpdateParentNullToOneChildDiffCollection": "unknown", 2086 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testUpdateParentOneChildDiffCollectionDiffChild": "unknown", 2087 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testUpdateParentOneChildDiffCollectionSameChild": "unknown", 2088 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testUpdateParentOneChildToNoneByClear": "unknown", 2089 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testUpdateParentOneChildToNoneByRemove": "unknown", 2090 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testUpdateParentOneToTwoChildren": "unknown", 2091 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testUpdateParentOneToTwoSameChildren": "unknown", 2092 "org.hibernate.test.event.collection.values.ValuesBagCollectionEventTest.testUpdateParentTwoChildrenToOne": "unknown", 2093 "org.hibernate.test.event.entity.MergeListPreAndPostPersistTest.testAllPropertiesCopied": "unknown", 2094 "org.hibernate.test.events.LegacyPostCommitListenerTest.testPostCommitDeleteListenerRollback": "unknown", 2095 "org.hibernate.test.events.LegacyPostCommitListenerTest.testPostCommitDeleteListenerSuccess": "unknown", 2096 "org.hibernate.test.events.LegacyPostCommitListenerTest.testPostCommitInsertListenerRollback": "unknown", 2097 "org.hibernate.test.events.LegacyPostCommitListenerTest.testPostCommitInsertListenerSuccess": "unknown", 2098 "org.hibernate.test.events.LegacyPostCommitListenerTest.testPostCommitUpdateListenerRollback": "unknown", 2099 "org.hibernate.test.events.LegacyPostCommitListenerTest.testPostCommitUpdateListenerSuccess": "unknown", 2100 "org.hibernate.test.events.PostCommitListenerTest.testPostCommitDeleteListenerRollback": "unknown", 2101 "org.hibernate.test.events.PostCommitListenerTest.testPostCommitDeleteListenerSuccess": "unknown", 2102 "org.hibernate.test.events.PostCommitListenerTest.testPostCommitInsertListenerRollback": "unknown", 2103 "org.hibernate.test.events.PostCommitListenerTest.testPostCommitInsertListenerSuccess": "unknown", 2104 "org.hibernate.test.events.PostCommitListenerTest.testPostCommitUpdateListenerRollback": "unknown", 2105 "org.hibernate.test.events.PostCommitListenerTest.testPostCommitUpdateListenerSuccess": "unknown", 2106 "org.hibernate.test.eviction.EvictionTest.testEvictingDetachedEntity": "unknown", 2107 "org.hibernate.test.eviction.EvictionTest.testNormalUsage": "unknown", 2108 "org.hibernate.test.exception.SQLExceptionConversionTest.testIntegrityViolation": "unknown", 2109 "org.hibernate.test.exception.SQLExceptionConversionTest.testNotNullConstraint": "unknown", 2110 "org.hibernate.test.extralazy.ExtraLazyCollectionConsistencyTest.testSetAdd": "unknown", 2111 "org.hibernate.test.extralazy.ExtraLazyCollectionConsistencyTest.testSetContains": "unknown", 2112 "org.hibernate.test.extralazy.ExtraLazyCollectionConsistencyTest.testSetIsEmpty": "unknown", 2113 "org.hibernate.test.extralazy.ExtraLazyCollectionConsistencyTest.testSetIterator": "unknown", 2114 "org.hibernate.test.extralazy.ExtraLazyCollectionConsistencyTest.testSetRemove": "unknown", 2115 "org.hibernate.test.extralazy.ExtraLazyCollectionConsistencyTest.testSetSize": "unknown", 2116 "org.hibernate.test.extralazy.ExtraLazyCollectionConsistencyTest.testSetToArray": "unknown", 2117 "org.hibernate.test.extralazy.ExtraLazyCollectionConsistencyTest.testSetToArrayTyped": "unknown", 2118 "org.hibernate.test.extralazy.ExtraLazyTest.testGet": "unknown", 2119 "org.hibernate.test.extralazy.ExtraLazyTest.testIndexFormulaMap": "unknown", 2120 "org.hibernate.test.extralazy.ExtraLazyTest.testMap": "unknown", 2121 "org.hibernate.test.extralazy.ExtraLazyTest.testOrphanDelete": "unknown", 2122 "org.hibernate.test.extralazy.ExtraLazyTest.testRemoveClear": "unknown", 2123 "org.hibernate.test.extralazy.ExtraLazyTest.testSQLQuery": "unknown", 2124 "org.hibernate.test.extralazy.ExtraLazyTest.testWhereClauseOnBidirectionalCollection": "unknown", 2125 "org.hibernate.test.fetchprofiles.CollectionLoadedInTwoPhaseLoadTest.testIfEverythingIsLoaded": "unknown", 2126 "org.hibernate.test.fetchprofiles.EntityLoadedInTwoPhaseLoadTest.testIfAllRelationsAreInitialized": "unknown", 2127 "org.hibernate.test.fetchprofiles.join.JoinFetchProfileTest.testCriteriaManyToOneFetchProfile": "unknown", 2128 "org.hibernate.test.fetchprofiles.join.JoinFetchProfileTest.testHQL": "unknown", 2129 "org.hibernate.test.fetchprofiles.join.JoinFetchProfileTest.testLoadComponentDerefFetchProfile": "unknown", 2130 "org.hibernate.test.fetchprofiles.join.JoinFetchProfileTest.testLoadDeepFetchProfile": "unknown", 2131 "org.hibernate.test.fetchprofiles.join.JoinFetchProfileTest.testLoadManyToOneFetchProfile": "unknown", 2132 "org.hibernate.test.fetchprofiles.join.JoinFetchProfileTest.testLoadOneToManyFetchProfile": "unknown", 2133 "org.hibernate.test.fetchprofiles.join.JoinFetchProfileTest.testNormalCriteria": "unknown", 2134 "org.hibernate.test.fetchprofiles.join.JoinFetchProfileTest.testNormalLoading": "unknown", 2135 "org.hibernate.test.fetchprofiles.join.selfReferencing.JoinSelfReferentialFetchProfileTest.testEnablingJoinFetchProfileAgainstSelfReferentialAssociation": "unknown", 2136 "org.hibernate.test.fileimport.SingleLineImportFileTest.testImportFile": "unknown", 2137 "org.hibernate.test.filter.CriteriaQueryWithAppliedFilterTest.testRestrictionsOnComponentTypes": "unknown", 2138 "org.hibernate.test.filter.CriteriaQueryWithAppliedFilterTest.testSubquery": "unknown", 2139 "org.hibernate.test.filter.CriteriaQueryWithAppliedFilterTest.testSubqueryWithRestrictionsOnComponentTypes": "unknown", 2140 "org.hibernate.test.filter.CriteriaQueryWithAppliedFilterTest.testSubqueryWithRestrictionsOnComponentTypes2": "unknown", 2141 "org.hibernate.test.filter.DynamicFilterTest.testCombinedClassAndCollectionFiltersEnabled": "unknown", 2142 "org.hibernate.test.filter.DynamicFilterTest.testCriteriaControl": "unknown", 2143 "org.hibernate.test.filter.DynamicFilterTest.testCriteriaQueryFilters": "unknown", 2144 "org.hibernate.test.filter.DynamicFilterTest.testCriteriaSubqueryWithFilters": "unknown", 2145 "org.hibernate.test.filter.DynamicFilterTest.testFilterApplicationOnHqlQueryWithImplicitSubqueryContainingNamedParameter": "unknown", 2146 "org.hibernate.test.filter.DynamicFilterTest.testFilterApplicationOnHqlQueryWithImplicitSubqueryContainingPositionalParameter": "unknown", 2147 "org.hibernate.test.filter.DynamicFilterTest.testFiltersOnMultiTableHqlDelete": "unknown", 2148 "org.hibernate.test.filter.DynamicFilterTest.testFiltersOnSimpleHqlDelete": "unknown", 2149 "org.hibernate.test.filter.DynamicFilterTest.testFiltersWithCustomerReadAndWrite": "unknown", 2150 "org.hibernate.test.filter.DynamicFilterTest.testGetFilters": "unknown", 2151 "org.hibernate.test.filter.DynamicFilterTest.testHQLSubqueryWithFilters": "unknown", 2152 "org.hibernate.test.filter.DynamicFilterTest.testHqlFilters": "unknown", 2153 "org.hibernate.test.filter.DynamicFilterTest.testHqlQueryWithColons": "unknown", 2154 "org.hibernate.test.filter.DynamicFilterTest.testInStyleFilterParameter": "unknown", 2155 "org.hibernate.test.filter.DynamicFilterTest.testManyToManyBase": "unknown", 2156 "org.hibernate.test.filter.DynamicFilterTest.testManyToManyBaseThruCriteria": "unknown", 2157 "org.hibernate.test.filter.DynamicFilterTest.testManyToManyFilterOnCriteria": "unknown", 2158 "org.hibernate.test.filter.DynamicFilterTest.testManyToManyFilterOnLoad": "unknown", 2159 "org.hibernate.test.filter.DynamicFilterTest.testManyToManyFilterOnQuery": "unknown", 2160 "org.hibernate.test.filter.DynamicFilterTest.testManyToManyOnCollectionLoadAfterHQL": "unknown", 2161 "org.hibernate.test.filter.DynamicFilterTest.testOneToManyFilters": "unknown", 2162 "org.hibernate.test.filter.DynamicFilterTest.testSecondLevelCachedCollectionsFiltering": "unknown", 2163 "org.hibernate.test.filter.DynamicFilterTest.testSqlSyntaxOfFiltersWithUnions": "unknown", 2164 "org.hibernate.test.filter.FilterDotNameTest.testCollectionFilterNameWithDots": "unknown", 2165 "org.hibernate.test.filter.FilterDotNameTest.testCollectionFilterNameWithoutDots": "unknown", 2166 "org.hibernate.test.filter.FilterDotNameTest.testEntityFilterNameWithDots": "unknown", 2167 "org.hibernate.test.filter.FilterDotNameTest.testEntityFilterNameWithoutDots": "unknown", 2168 "org.hibernate.test.filter.FilterWitSubSelectFetchModeTest.testFiltersAreApplied": "unknown", 2169 "org.hibernate.test.filter.ManyToManyWithDynamicFilterTest.testManyToManyCollectionWithActiveFilterOnJoin": "unknown", 2170 "org.hibernate.test.filter.ManyToManyWithDynamicFilterTest.testManyToManyCollectionWithNoFilterOnJoin": "unknown", 2171 "org.hibernate.test.filter.OneToManyWithDynamicFilterTest.testForIssue": "unknown", 2172 "org.hibernate.test.filter.hql.BasicFilteredBulkManipulationTest.testBasicFilteredHqlDelete": "unknown", 2173 "org.hibernate.test.filter.hql.BasicFilteredBulkManipulationTest.testBasicFilteredHqlUpdate": "unknown", 2174 "org.hibernate.test.filter.hql.JoinedFilteredBulkManipulationTest.testFilteredJoinedSubclassHqlDeleteLeaf": "5807", 2175 "org.hibernate.test.filter.hql.JoinedFilteredBulkManipulationTest.testFilteredJoinedSubclassHqlDeleteNonLeaf": "5807", 2176 "org.hibernate.test.filter.hql.JoinedFilteredBulkManipulationTest.testFilteredJoinedSubclassHqlDeleteRoot": "5807", 2177 "org.hibernate.test.filter.hql.JoinedFilteredBulkManipulationTest.testFilteredJoinedSubclassHqlUpdateLeaf": "5807", 2178 "org.hibernate.test.filter.hql.JoinedFilteredBulkManipulationTest.testFilteredJoinedSubclassHqlUpdateNonLeaf": "5807", 2179 "org.hibernate.test.filter.hql.JoinedFilteredBulkManipulationTest.testFilteredJoinedSubclassHqlUpdateRoot": "5807", 2180 "org.hibernate.test.flush.NativeCriteriaSyncTest.test": "unknown", 2181 "org.hibernate.test.flush.NonTransactionalDataAccessTest.testFlushAllowingOutOfTransactionUpdateOperations": "unknown", 2182 "org.hibernate.test.flush.NonTransactionalDataAccessTest.testFlushDisallowingOutOfTransactionUpdateOperations": "unknown", 2183 "org.hibernate.test.flush.NonTransactionalDataAccessTest.testFlushOutOfTransaction": "unknown", 2184 "org.hibernate.test.flush.TestAutoFlushBeforeQueryExecution.testAutoflushIsNotRequiredWithUnrelatedCollectionChange": "unknown", 2185 "org.hibernate.test.flush.TestAutoFlushBeforeQueryExecution.testAutoflushIsRequired": "unknown", 2186 "org.hibernate.test.flush.TestClearBatchFetchQueueAfterFlush.testClearBatchFetchQueueAfterFlush": "unknown", 2187 "org.hibernate.test.flush.TestCollectionInitializingDuringFlush.testInitializationDuringFlush": "unknown", 2188 "org.hibernate.test.foreignkeys.disabled.DisabledForeignKeyTest.expandedTests": "unknown", 2189 "org.hibernate.test.foreignkeys.disabled.InheritanceManyToManyForeignKeyTest.testForeignKeyNameUnicity": "unknown", 2190 "org.hibernate.test.formulajoin.FormulaJoinTest.testFormulaJoin": "unknown", 2191 "org.hibernate.test.generated.DefaultGeneratedValueIdentityTest.testGenerationWithIdentityInsert": "24062", 2192 "org.hibernate.test.generated.DefaultGeneratedValueTest.testGeneration": "unknown", 2193 "org.hibernate.test.generated.DefaultGeneratedValueTest.testUpdateTimestampGeneration": "unknown", 2194 "org.hibernate.test.generatedkeys.identity.IdentityGeneratedKeysTest.testIdentityColumnGeneratedIds": "unknown", 2195 "org.hibernate.test.generatedkeys.identity.IdentityGeneratedKeysTest.testPersistOutsideTransaction": "unknown", 2196 "org.hibernate.test.generatedkeys.identity.IdentityGeneratedKeysTest.testPersistOutsideTransactionCascadedFromManyToOne": "unknown", 2197 "org.hibernate.test.generatedkeys.identity.IdentityGeneratedKeysTest.testPersistOutsideTransactionCascadedToInverseCollection": "unknown", 2198 "org.hibernate.test.generatedkeys.identity.IdentityGeneratedKeysTest.testPersistOutsideTransactionCascadedToManyToOne": "unknown", 2199 "org.hibernate.test.generatedkeys.identity.IdentityGeneratedKeysTest.testPersistOutsideTransactionCascadedToNonInverseCollection": "unknown", 2200 "org.hibernate.test.hql.ASTParserLoadingOrderByTest.testOrderByAggregatedArgAliasRef": "unknown", 2201 "org.hibernate.test.hql.ASTParserLoadingOrderByTest.testOrderByEntityWithFetchJoinedCollection": "unknown", 2202 "org.hibernate.test.hql.ASTParserLoadingOrderByTest.testOrderByNoSelectAliasRef": "unknown", 2203 "org.hibernate.test.hql.ASTParserLoadingOrderByTest.testOrderByOnJoinedSubclassPropertyWhoseColumnIsNotInDrivingTable": "unknown", 2204 "org.hibernate.test.hql.ASTParserLoadingOrderByTest.testOrderBySelectAliasRef": "unknown", 2205 "org.hibernate.test.hql.ASTParserLoadingOrderByTest.testOrderBySelectNewArgAliasRef": "unknown", 2206 "org.hibernate.test.hql.ASTParserLoadingOrderByTest.testOrderBySelectNewMapArgAliasRef": "unknown", 2207 "org.hibernate.test.hql.ASTParserLoadingTest.testAggregatedJoinAlias": "unknown", 2208 "org.hibernate.test.hql.ASTParserLoadingTest.testAggregation": "unknown", 2209 "org.hibernate.test.hql.ASTParserLoadingTest.testAliases": "unknown", 2210 "org.hibernate.test.hql.ASTParserLoadingTest.testAnyMappingReference": "unknown", 2211 "org.hibernate.test.hql.ASTParserLoadingTest.testArithmetic": "unknown", 2212 "org.hibernate.test.hql.ASTParserLoadingTest.testCachedJoinedAndJoinFetchedManyToOne": "unknown", 2213 "org.hibernate.test.hql.ASTParserLoadingTest.testCachedJoinedAndJoinFetchedOneToMany": "unknown", 2214 "org.hibernate.test.hql.ASTParserLoadingTest.testCast": "unknown", 2215 "org.hibernate.test.hql.ASTParserLoadingTest.testCastInSelect": "unknown", 2216 "org.hibernate.test.hql.ASTParserLoadingTest.testCoalesce": "unknown", 2217 "org.hibernate.test.hql.ASTParserLoadingTest.testCollectionFetchWithDistinctionAndLimit": "5807", 2218 "org.hibernate.test.hql.ASTParserLoadingTest.testCollectionFetching": "unknown", 2219 "org.hibernate.test.hql.ASTParserLoadingTest.testCollectionJoinsInSubselect": "unknown", 2220 "org.hibernate.test.hql.ASTParserLoadingTest.testComponentJoins": "unknown", 2221 "org.hibernate.test.hql.ASTParserLoadingTest.testComponentNullnessChecks": "5807", 2222 "org.hibernate.test.hql.ASTParserLoadingTest.testComponentOrderBy": "unknown", 2223 "org.hibernate.test.hql.ASTParserLoadingTest.testComponentParameterBinding": "unknown", 2224 "org.hibernate.test.hql.ASTParserLoadingTest.testComponentQueries": "unknown", 2225 "org.hibernate.test.hql.ASTParserLoadingTest.testConcatenation": "unknown", 2226 "org.hibernate.test.hql.ASTParserLoadingTest.testCrazyIdFieldNames": "unknown", 2227 "org.hibernate.test.hql.ASTParserLoadingTest.testDecimalLiterals": "unknown", 2228 "org.hibernate.test.hql.ASTParserLoadingTest.testDynamicInstantiationQueries": "unknown", 2229 "org.hibernate.test.hql.ASTParserLoadingTest.testDynamicInstantiationWithToOneQueries": "unknown", 2230 "org.hibernate.test.hql.ASTParserLoadingTest.testEJBQLFunctions": "unknown", 2231 "org.hibernate.test.hql.ASTParserLoadingTest.testEntityAndOneToOneReturnedByQuery": "5807", 2232 "org.hibernate.test.hql.ASTParserLoadingTest.testEntityFetching": "unknown", 2233 "org.hibernate.test.hql.ASTParserLoadingTest.testEntityPropertySelect": "unknown", 2234 "org.hibernate.test.hql.ASTParserLoadingTest.testExpandListParameter": "unknown", 2235 "org.hibernate.test.hql.ASTParserLoadingTest.testExplicitEntityCasting": "unknown", 2236 "org.hibernate.test.hql.ASTParserLoadingTest.testExplicitToOneInnerJoin": "unknown", 2237 "org.hibernate.test.hql.ASTParserLoadingTest.testExplicitToOneInnerJoinAndImplicitToOne": "unknown", 2238 "org.hibernate.test.hql.ASTParserLoadingTest.testExplicitToOneOuterJoin": "unknown", 2239 "org.hibernate.test.hql.ASTParserLoadingTest.testExpressionWithParamInFunction": "26732", 2240 "org.hibernate.test.hql.ASTParserLoadingTest.testExtract": "unknown", 2241 "org.hibernate.test.hql.ASTParserLoadingTest.testFetchInSubqueryFails": "unknown", 2242 "org.hibernate.test.hql.ASTParserLoadingTest.testFilterWithCustomColumnReadAndWrite": "unknown", 2243 "org.hibernate.test.hql.ASTParserLoadingTest.testFromOnly": "unknown", 2244 "org.hibernate.test.hql.ASTParserLoadingTest.testHavingWithCustomColumnReadAndWrite": "unknown", 2245 "org.hibernate.test.hql.ASTParserLoadingTest.testIllegalMixedTransformerQueries": "unknown", 2246 "org.hibernate.test.hql.ASTParserLoadingTest.testImplicitJoin": "unknown", 2247 "org.hibernate.test.hql.ASTParserLoadingTest.testImplicitJoinsInDifferentClauses": "unknown", 2248 "org.hibernate.test.hql.ASTParserLoadingTest.testImplicitPolymorphism": "unknown", 2249 "org.hibernate.test.hql.ASTParserLoadingTest.testImplicitSelectEntityAssociationInShallowQuery": "unknown", 2250 "org.hibernate.test.hql.ASTParserLoadingTest.testIndexParams": "unknown", 2251 "org.hibernate.test.hql.ASTParserLoadingTest.testInitProxy": "unknown", 2252 "org.hibernate.test.hql.ASTParserLoadingTest.testIntegerLiterals": "unknown", 2253 "org.hibernate.test.hql.ASTParserLoadingTest.testInvalidCollectionDereferencesFail": "unknown", 2254 "org.hibernate.test.hql.ASTParserLoadingTest.testInvalidFetchSemantics": "unknown", 2255 "org.hibernate.test.hql.ASTParserLoadingTest.testJPAPositionalParameterList": "unknown", 2256 "org.hibernate.test.hql.ASTParserLoadingTest.testJPAQLMapEntryQualifier": "unknown", 2257 "org.hibernate.test.hql.ASTParserLoadingTest.testJPAQLMapKeyQualifier": "unknown", 2258 "org.hibernate.test.hql.ASTParserLoadingTest.testJPAQLMapValueQualifier": "3288", 2259 "org.hibernate.test.hql.ASTParserLoadingTest.testJPAQLQualifiedIdentificationVariablesControl": "unknown", 2260 "org.hibernate.test.hql.ASTParserLoadingTest.testJdkEnumStyleEnumConstant": "unknown", 2261 "org.hibernate.test.hql.ASTParserLoadingTest.testJoinFetchCollectionOfValues": "unknown", 2262 "org.hibernate.test.hql.ASTParserLoadingTest.testJoinFetchedCollectionOfJoinedSubclass": "unknown", 2263 "org.hibernate.test.hql.ASTParserLoadingTest.testJoinedCollectionOfJoinedSubclass": "unknown", 2264 "org.hibernate.test.hql.ASTParserLoadingTest.testJoinedCollectionOfJoinedSubclassProjection": "unknown", 2265 "org.hibernate.test.hql.ASTParserLoadingTest.testJpaTypeOperator": "unknown", 2266 "org.hibernate.test.hql.ASTParserLoadingTest.testLazyAssociationInComponent": "unknown", 2267 "org.hibernate.test.hql.ASTParserLoadingTest.testLoadSnapshotWithCustomColumnReadAndWrite": "unknown", 2268 "org.hibernate.test.hql.ASTParserLoadingTest.testManyToManyFilter": "unknown", 2269 "org.hibernate.test.hql.ASTParserLoadingTest.testMultipleBagFetchesFail": "unknown", 2270 "org.hibernate.test.hql.ASTParserLoadingTest.testMultipleRefsToSameParam": "5807", 2271 "org.hibernate.test.hql.ASTParserLoadingTest.testNakedComponentPropertyRef": "unknown", 2272 "org.hibernate.test.hql.ASTParserLoadingTest.testNakedEntityAssociationReference": "unknown", 2273 "org.hibernate.test.hql.ASTParserLoadingTest.testNakedImplicitJoins": "unknown", 2274 "org.hibernate.test.hql.ASTParserLoadingTest.testNakedMapIndex": "unknown", 2275 "org.hibernate.test.hql.ASTParserLoadingTest.testNakedPropertyRef": "unknown", 2276 "org.hibernate.test.hql.ASTParserLoadingTest.testNestedCollectionFetch": "unknown", 2277 "org.hibernate.test.hql.ASTParserLoadingTest.testNestedComponentIsNull": "unknown", 2278 "org.hibernate.test.hql.ASTParserLoadingTest.testNumericExpressionReturnTypes": "unknown", 2279 "org.hibernate.test.hql.ASTParserLoadingTest.testOneToManyFilter": "unknown", 2280 "org.hibernate.test.hql.ASTParserLoadingTest.testOrderByExtraParenthesis": "unknown", 2281 "org.hibernate.test.hql.ASTParserLoadingTest.testOrderedWithCustomColumnReadAndWrite": "unknown", 2282 "org.hibernate.test.hql.ASTParserLoadingTest.testOrdinalParameters": "unknown", 2283 "org.hibernate.test.hql.ASTParserLoadingTest.testPaginationWithPolymorphicQuery": "unknown", 2284 "org.hibernate.test.hql.ASTParserLoadingTest.testParameterMixing": "unknown", 2285 "org.hibernate.test.hql.ASTParserLoadingTest.testProjectionQueries": "unknown", 2286 "org.hibernate.test.hql.ASTParserLoadingTest.testQueryMetadataRetrievalWithFetching": "unknown", 2287 "org.hibernate.test.hql.ASTParserLoadingTest.testResultTransformerEntityQueries": "unknown", 2288 "org.hibernate.test.hql.ASTParserLoadingTest.testResultTransformerScalarQueries": "unknown", 2289 "org.hibernate.test.hql.ASTParserLoadingTest.testRowValueConstructorSyntaxInInList": "unknown", 2290 "org.hibernate.test.hql.ASTParserLoadingTest.testSelectClauseCase": "unknown", 2291 "org.hibernate.test.hql.ASTParserLoadingTest.testSelectClauseCaseWithCountDistinct": "unknown", 2292 "org.hibernate.test.hql.ASTParserLoadingTest.testSelectClauseCaseWithSum": "unknown", 2293 "org.hibernate.test.hql.ASTParserLoadingTest.testSelectClauseDistinctImplicitJoinOrderByJoinedProperty": "unknown", 2294 "org.hibernate.test.hql.ASTParserLoadingTest.testSelectClauseImplicitJoin": "unknown", 2295 "org.hibernate.test.hql.ASTParserLoadingTest.testSelectClauseImplicitJoinOrderByJoinedProperty": "unknown", 2296 "org.hibernate.test.hql.ASTParserLoadingTest.testSelectClauseImplicitJoinWithIterate": "unknown", 2297 "org.hibernate.test.hql.ASTParserLoadingTest.testSelectClauseSubselect": "unknown", 2298 "org.hibernate.test.hql.ASTParserLoadingTest.testSelectExpressions": "26732", 2299 "org.hibernate.test.hql.ASTParserLoadingTest.testSimpleSelect": "pass?", 2300 "org.hibernate.test.hql.ASTParserLoadingTest.testSimpleSelectWithLimitAndOffset": "unknown", 2301 "org.hibernate.test.hql.ASTParserLoadingTest.testSpecialClassPropertyReference": "unknown", 2302 "org.hibernate.test.hql.ASTParserLoadingTest.testSpecialClassPropertyReferenceFQN": "unknown", 2303 "org.hibernate.test.hql.ASTParserLoadingTest.testStandardFunctions": "31708", 2304 "org.hibernate.test.hql.ASTParserLoadingTest.testStr": "unknown", 2305 "org.hibernate.test.hql.ASTParserLoadingTest.testSubSelectAsArithmeticOperand": "unknown", 2306 "org.hibernate.test.hql.ASTParserLoadingTest.testSubclassOrSuperclassPropertyReferenceInJoinedSubclass": "unknown", 2307 "org.hibernate.test.hql.ASTParserLoadingTest.testSuperclassPropertyReferenceAfterCollectionIndexedAccess": "unknown", 2308 "org.hibernate.test.hql.ASTParserLoadingTest.testUnaryMinus": "unknown", 2309 "org.hibernate.test.hql.ASTParserLoadingTest.testWhere": "pass?", 2310 "org.hibernate.test.hql.BulkManipulationTest.testBooleanHandling": "5807", 2311 "org.hibernate.test.hql.BulkManipulationTest.testDeleteOnDiscriminatorSubclass": "5807", 2312 "org.hibernate.test.hql.BulkManipulationTest.testDeleteOnJoinedSubclass": "5807", 2313 "org.hibernate.test.hql.BulkManipulationTest.testDeleteOnMappedJoin": "5807", 2314 "org.hibernate.test.hql.BulkManipulationTest.testDeleteRestrictedOnManyToOne": "5807", 2315 "org.hibernate.test.hql.BulkManipulationTest.testDeleteSyntaxWithCompositeId": "unknown", 2316 "org.hibernate.test.hql.BulkManipulationTest.testDeleteUnionSubclassAbstractRoot": "5807", 2317 "org.hibernate.test.hql.BulkManipulationTest.testDeleteUnionSubclassConcreteSubclass": "5807", 2318 "org.hibernate.test.hql.BulkManipulationTest.testDeleteUnionSubclassLeafSubclass": "5807", 2319 "org.hibernate.test.hql.BulkManipulationTest.testDeleteWithMetadataWhereFragments": "5807", 2320 "org.hibernate.test.hql.BulkManipulationTest.testDeleteWithSubquery": "31670", 2321 "org.hibernate.test.hql.BulkManipulationTest.testIncrementCounterVersion": "unknown", 2322 "org.hibernate.test.hql.BulkManipulationTest.testIncrementTimestampVersion": "unknown", 2323 "org.hibernate.test.hql.BulkManipulationTest.testInsertAcrossMappedJoinFails": "5807", 2324 "org.hibernate.test.hql.BulkManipulationTest.testInsertIntoSuperclassPropertiesFails": "5807", 2325 "org.hibernate.test.hql.BulkManipulationTest.testInsertWithAssignedCompositeId": "unknown", 2326 "org.hibernate.test.hql.BulkManipulationTest.testInsertWithGeneratedId": "unknown", 2327 "org.hibernate.test.hql.BulkManipulationTest.testInsertWithGeneratedTimestampVersion": "unknown", 2328 "org.hibernate.test.hql.BulkManipulationTest.testInsertWithGeneratedVersionAndId": "unknown", 2329 "org.hibernate.test.hql.BulkManipulationTest.testInsertWithManyToOne": "5807", 2330 "org.hibernate.test.hql.BulkManipulationTest.testInsertWithMismatchedTypes": "5807", 2331 "org.hibernate.test.hql.BulkManipulationTest.testInsertWithMultipleNamedParams": "5807", 2332 "org.hibernate.test.hql.BulkManipulationTest.testInsertWithSelectListUsingJoins": "5807", 2333 "org.hibernate.test.hql.BulkManipulationTest.testInsertWithSubqueriesAndNamedParams": "5807", 2334 "org.hibernate.test.hql.BulkManipulationTest.testManyToManyBulkDelete": "unknown", 2335 "org.hibernate.test.hql.BulkManipulationTest.testManyToManyBulkDeleteMultiTable": "5807", 2336 "org.hibernate.test.hql.BulkManipulationTest.testSimpleInsert": "5807", 2337 "org.hibernate.test.hql.BulkManipulationTest.testSimpleInsertWithNamedParam": "5807", 2338 "org.hibernate.test.hql.BulkManipulationTest.testSimpleNativeSQLInsert": "5807", 2339 "org.hibernate.test.hql.BulkManipulationTest.testTempTableGenerationIsolation": "5807", 2340 "org.hibernate.test.hql.BulkManipulationTest.testUpdateOnAnimal": "5807", 2341 "org.hibernate.test.hql.BulkManipulationTest.testUpdateOnComponent": "5807", 2342 "org.hibernate.test.hql.BulkManipulationTest.testUpdateOnDiscriminatorSubclass": "5807", 2343 "org.hibernate.test.hql.BulkManipulationTest.testUpdateOnMammal": "5807", 2344 "org.hibernate.test.hql.BulkManipulationTest.testUpdateOnManyToOne": "5807", 2345 "org.hibernate.test.hql.BulkManipulationTest.testUpdateSetNullOnDiscriminatorSubclass": "5807", 2346 "org.hibernate.test.hql.BulkManipulationTest.testUpdateSetNullOnJoinedSubclass": "5807", 2347 "org.hibernate.test.hql.BulkManipulationTest.testUpdateSetNullUnionSubclass": "5807", 2348 "org.hibernate.test.hql.BulkManipulationTest.testUpdateWithSubquery": "5807", 2349 "org.hibernate.test.hql.BulkManipulationTest.testUpdateWithWhereExistsSubquery": "5807", 2350 "org.hibernate.test.hql.CaseStatementTest.testSearchedCaseStatementFixture": "unknown", 2351 "org.hibernate.test.hql.CaseStatementTest.testSearchedCaseStatementWithAllParamResults": "unknown", 2352 "org.hibernate.test.hql.CaseStatementTest.testSearchedCaseStatementWithParamResult": "unknown", 2353 "org.hibernate.test.hql.CaseStatementTest.testSimpleCaseStatementFixture": "unknown", 2354 "org.hibernate.test.hql.CaseStatementTest.testSimpleCaseStatementWithParamAllResults": "unknown", 2355 "org.hibernate.test.hql.CaseStatementTest.testSimpleCaseStatementWithParamResult": "unknown", 2356 "org.hibernate.test.hql.CastFunctionTest.testFloatCasting": "unknown", 2357 "org.hibernate.test.hql.CastFunctionTest.testIntegerCasting": "unknown", 2358 "org.hibernate.test.hql.CastFunctionTest.testLongCasting": "unknown", 2359 "org.hibernate.test.hql.CastFunctionTest.testStringCasting": "unknown", 2360 "org.hibernate.test.hql.CastNullSelectExpressionTest.testSelectCastNull": "unknown", 2361 "org.hibernate.test.hql.CastNullSelectExpressionTest.testSelectNewCastNull": "unknown", 2362 "org.hibernate.test.hql.ClassicTranslatorTest.testQueries": "unknown", 2363 "org.hibernate.test.hql.CoalesceTest.HHH_10463_NullInCoalesce_PostgreSQL_Workaround": "unknown", 2364 "org.hibernate.test.hql.CoalesceTest.HHH_10463_TestCoalesce": "unknown", 2365 "org.hibernate.test.hql.CollectionMapWithComponentValueTest.testLeftJoinMapAndUseKeyExpression": "unknown", 2366 "org.hibernate.test.hql.CollectionMapWithComponentValueTest.testMapEntryExpressionInSelect": "unknown", 2367 "org.hibernate.test.hql.CollectionMapWithComponentValueTest.testMapKeyExpressionDereferenceInSelect": "unknown", 2368 "org.hibernate.test.hql.CollectionMapWithComponentValueTest.testMapKeyExpressionInSelect": "unknown", 2369 "org.hibernate.test.hql.CollectionMapWithComponentValueTest.testMapKeyExpressionInWhere": "unknown", 2370 "org.hibernate.test.hql.CollectionMapWithComponentValueTest.testMapValueExpressionInSelect": "unknown", 2371 "org.hibernate.test.hql.CollectionMapWithComponentValueTest.testMapValueExpressionInWhere": "unknown", 2372 "org.hibernate.test.hql.CriteriaHQLAlignmentTest.testCountReturnValues": "5807", 2373 "org.hibernate.test.hql.CriteriaHQLAlignmentTest.testCriteriaAggregationReturnType": "unknown", 2374 "org.hibernate.test.hql.DeleteQuerySubqueryReferencingTargetPropertyTest.testSubQueryReferencingTargetProperty": "31670", 2375 "org.hibernate.test.hql.DeleteWithSubqueryTest.testDeleteMemberOf": "31670", 2376 "org.hibernate.test.hql.DeleteWithSubqueryTest.testDeleteMultipleWhereIns": "unknown", 2377 "org.hibernate.test.hql.EntityJoinTest.testInnerEntityJoins": "unknown", 2378 "org.hibernate.test.hql.EntityJoinTest.testJoinOnEntityJoinNode": "unknown", 2379 "org.hibernate.test.hql.EntityJoinTest.testLeftOuterEntityJoins": "unknown", 2380 "org.hibernate.test.hql.EntityJoinTest.testLeftOuterEntityJoinsWithImplicitInnerJoinInSelectClause": "unknown", 2381 "org.hibernate.test.hql.EntityJoinTest.testNoImpliedJoinGeneratedForEqualityComparison": "unknown", 2382 "org.hibernate.test.hql.EntityJoinTest.testRightOuterEntityJoins": "unknown", 2383 "org.hibernate.test.hql.EntityWithUnusualTableNameJoinTest.testInnerEntityJoins": "unknown", 2384 "org.hibernate.test.hql.EntityWithUnusualTableNameJoinTest.testInnerEntityJoinsWithVariable": "unknown", 2385 "org.hibernate.test.hql.EntityWithUnusualTableNameJoinTest.testInnerEntityJoinsWithVariableSingleQuoted": "unknown", 2386 "org.hibernate.test.hql.EntityWithUnusualTableNameJoinTest.testJoinOnEntityJoinNode": "unknown", 2387 "org.hibernate.test.hql.EntityWithUnusualTableNameJoinTest.testLeftOuterEntityJoins": "unknown", 2388 "org.hibernate.test.hql.EntityWithUnusualTableNameJoinTest.testLeftOuterEntityJoinsWithImplicitInnerJoinInSelectClause": "unknown", 2389 "org.hibernate.test.hql.EntityWithUnusualTableNameJoinTest.testNoImpliedJoinGeneratedForEqualityComparison": "unknown", 2390 "org.hibernate.test.hql.EntityWithUnusualTableNameJoinTest.testRightOuterEntityJoins": "unknown", 2391 "org.hibernate.test.hql.FunctionNameAsColumnTest.testGetMultiColumnSameNameAsArgFunctionCriteria": "unknown", 2392 "org.hibernate.test.hql.FunctionNameAsColumnTest.testGetMultiColumnSameNameAsArgFunctionHQL": "unknown", 2393 "org.hibernate.test.hql.FunctionNameAsColumnTest.testGetMultiColumnSameNameAsNoArgFunctionCriteria": "unknown", 2394 "org.hibernate.test.hql.FunctionNameAsColumnTest.testGetMultiColumnSameNameAsNoArgFunctionHQL": "unknown", 2395 "org.hibernate.test.hql.FunctionNameAsColumnTest.testGetOneColumnSameNameAsArgFunctionCriteria": "unknown", 2396 "org.hibernate.test.hql.FunctionNameAsColumnTest.testGetOneColumnSameNameAsArgFunctionHQL": "unknown", 2397 "org.hibernate.test.hql.FunctionNameAsColumnTest.testNoArgFcnAndColumnSameNameAsNoArgFunctionHQL": "unknown", 2398 "org.hibernate.test.hql.HibernateFirstResultMaxResultsTest.testPagination": "unknown", 2399 "org.hibernate.test.hql.InsertWithSubSelectTest.testInsert": "31721", 2400 "org.hibernate.test.hql.InsertWithSubSelectTest.testSelect": "unknown", 2401 "org.hibernate.test.hql.JoinOnClauseTest.testOnClauseUsesSuperclassAttribute": "unknown", 2402 "org.hibernate.test.hql.MapFunctionExpressionsTest.testMapEntryExpressionInSelect": "unknown", 2403 "org.hibernate.test.hql.MapFunctionExpressionsTest.testMapKeyExpressionInSelect": "unknown", 2404 "org.hibernate.test.hql.MapFunctionExpressionsTest.testMapKeyExpressionInWhere": "unknown", 2405 "org.hibernate.test.hql.MapFunctionExpressionsTest.testMapValueExpressionInSelect": "unknown", 2406 "org.hibernate.test.hql.ParameterCollectionTest.testReusingQueryWithNewParameterValues": "unknown", 2407 "org.hibernate.test.hql.ParameterTest.testClassAsParameter": "unknown", 2408 "org.hibernate.test.hql.ParameterTest.testObjectAsParameter": "unknown", 2409 "org.hibernate.test.hql.ParameterTest.testSetPropertiesMapNotContainingAllTheParameters": "unknown", 2410 "org.hibernate.test.hql.ParameterTest.testSetPropertiesMapWithNullValues": "unknown", 2411 "org.hibernate.test.hql.ScrollableCollectionFetchingTest.testScrollingJoinFetchesEmptyResultSet": "unknown", 2412 "org.hibernate.test.hql.ScrollableCollectionFetchingTest.testScrollingJoinFetchesForward": "5807", 2413 "org.hibernate.test.hql.ScrollableCollectionFetchingTest.testScrollingJoinFetchesPositioning": "5807", 2414 "org.hibernate.test.hql.ScrollableCollectionFetchingTest.testScrollingJoinFetchesReverse": "5807", 2415 "org.hibernate.test.hql.ScrollableCollectionFetchingTest.testScrollingJoinFetchesSingleRowResultSet": "5807", 2416 "org.hibernate.test.hql.ScrollableTest.testScrollableResults": "unknown", 2417 "org.hibernate.test.hql.ScrollableTest.testScrollableResults2": "unknown", 2418 "org.hibernate.test.hql.SelectNewEmbeddedIdTest.testSelectNewListEmbeddedIdValue": "unknown", 2419 "org.hibernate.test.hql.SelectNewEmbeddedIdTest.testSelectNewListEntity": "unknown", 2420 "org.hibernate.test.hql.SelectNewEmbeddedIdTest.testSelectNewMapEmbeddedIdValue": "unknown", 2421 "org.hibernate.test.hql.SelectNewEmbeddedIdTest.testSelectNewMapEntity": "unknown", 2422 "org.hibernate.test.hql.SelectNewEmbeddedIdTest.testSelectNewObjectEmbeddedIdValue": "unknown", 2423 "org.hibernate.test.hql.SelectNewEmbeddedIdTest.testSelectNewObjectEntity": "unknown", 2424 "org.hibernate.test.hql.SizeAttributeReferenceTest.controlGroup": "unknown", 2425 "org.hibernate.test.hql.SizeAttributeReferenceTest.testSizeAttributeReference": "unknown", 2426 "org.hibernate.test.hql.SubQueryTest.testCorrelatedJoin": "unknown", 2427 "org.hibernate.test.hql.SubQueryTest.testSubQueryAsCaseElseResultExpression": "unknown", 2428 "org.hibernate.test.hql.SubQueryTest.testSubQueryAsSearchedCaseExpression": "unknown", 2429 "org.hibernate.test.hql.SubQueryTest.testSubQueryAsSearchedCaseResultExpression": "unknown", 2430 "org.hibernate.test.hql.SubQueryTest.testSubQueryAsSimpleCaseTestExpression": "unknown", 2431 "org.hibernate.test.hql.SubQueryTest.testSubQueryAsSimpleCaseWhenExpression": "unknown", 2432 "org.hibernate.test.hql.TreatKeywordTest.memberOfTreatTest": "unknown", 2433 "org.hibernate.test.hql.UpdateEntitiesWithPackageNamesStartingWithKeywordsTest.testUpdateEntityWithPackageNameStartingWithFrom": "unknown", 2434 "org.hibernate.test.hql.UpdateEntitiesWithPackageNamesStartingWithKeywordsTest.testUpdateEntityWithPackageNameStartingWithIn": "unknown", 2435 "org.hibernate.test.hql.WithClauseJoinRewriteTest.testInheritanceReAliasing": "unknown", 2436 "org.hibernate.test.hql.WithClauseTest.testWithClause": "5807", 2437 "org.hibernate.test.hql.WithClauseTest.testWithClauseAsNonSubqueryWithKey": "5807", 2438 "org.hibernate.test.hql.WithClauseTest.testWithClauseAsSubquery": "5807", 2439 "org.hibernate.test.hql.WithClauseTest.testWithClauseAsSubqueryWithEqualOperator": "5807", 2440 "org.hibernate.test.hql.WithClauseTest.testWithClauseAsSubqueryWithKey": "5807", 2441 "org.hibernate.test.hql.WithClauseTest.testWithClauseAsSubqueryWithKeyAndOtherJoinReference": "5807", 2442 "org.hibernate.test.hql.WithClauseTest.testWithClauseFailsWithFetch": "5807", 2443 "org.hibernate.test.hql.WithClauseTest.testWithJoinRHS": "unknown", 2444 "org.hibernate.test.hql.fetchAndJoin.ToManyFetchAndJoinTest.testExplicitJoinAfterFetchJoins": "unknown", 2445 "org.hibernate.test.hql.fetchAndJoin.ToManyFetchAndJoinTest.testExplicitJoinBeforeFetchJoins": "unknown", 2446 "org.hibernate.test.hql.fetchAndJoin.ToManyFetchAndJoinTest.testExplicitJoinBetweenFetchJoins": "unknown", 2447 "org.hibernate.test.hql.fetchAndJoin.ToOneFetchAndJoinTest.testExplicitJoinAfterFetchJoins": "unknown", 2448 "org.hibernate.test.hql.fetchAndJoin.ToOneFetchAndJoinTest.testExplicitJoinBeforeFetchJoins": "unknown", 2449 "org.hibernate.test.hql.fetchAndJoin.ToOneFetchAndJoinTest.testExplicitJoinBetweenFetchJoins": "unknown", 2450 "org.hibernate.test.hql.fetchAndJoin.ToOneFetchAndJoinTest.testFetchJoinsWithImplicitJoinInRestriction": "unknown", 2451 "org.hibernate.test.hql.joinedSubclass.JoinedSubclassBulkManipTest.testHqlDeleteOnJoinedSubclass": "5807", 2452 "org.hibernate.test.hql.joinedSubclass.JoinedSubclassBulkManipTest.testHqlUpdateOnJoinedSubclass": "5807", 2453 "org.hibernate.test.hql.joinedSubclass.JoinedSubclassSubQueryTest.testSubQueryConstraintPropertyInEntityTable": "unknown", 2454 "org.hibernate.test.hql.joinedSubclass.JoinedSubclassSubQueryTest.testSubQueryConstraintPropertyInSuperclassTable": "unknown", 2455 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testIncompleteScroll": "unknown", 2456 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testIncompleteScrollFirstResult": "unknown", 2457 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testIncompleteScrollFirstResultInTransaction": "unknown", 2458 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testIncompleteScrollLast": "unknown", 2459 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testIncompleteScrollSecondResult": "unknown", 2460 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testIncompleteScrollSecondResultInTransaction": "unknown", 2461 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testListOrderChildrenDesc": "unknown", 2462 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testNoScroll": "unknown", 2463 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testScroll": "unknown", 2464 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testScrollOrderChildrenDesc": "unknown", 2465 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testScrollOrderParentAsc": "unknown", 2466 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testScrollOrderParentAscChildrenAsc": "unknown", 2467 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testScrollOrderParentAscChildrenDesc": "unknown", 2468 "org.hibernate.test.hqlfetchscroll.HQLScrollFetchTest.testScrollOrderParentDesc": "unknown", 2469 "org.hibernate.test.id.MultipleHiLoPerTableGeneratorTest.testAllParams": "6583", 2470 "org.hibernate.test.id.MultipleHiLoPerTableGeneratorTest.testDistinctId": "6583", 2471 "org.hibernate.test.id.MultipleHiLoPerTableGeneratorTest.testRollingBack": "6583", 2472 "org.hibernate.test.id.NonUniqueIdTest.testLoadEntityWithNonUniqueId": "12123", 2473 "org.hibernate.test.id.PooledHiLoSequenceIdentifierTest.testSequenceIdentifierGenerator": "unknown", 2474 "org.hibernate.test.id.SequenceGeneratorTest.testStartOfSequence": "unknown", 2475 "org.hibernate.test.id.UseIdentifierRollbackTest.testSimpleRollback": "unknown", 2476 "org.hibernate.test.id.array.ByteArrayIdTest.testMultipleDeletions": "unknown", 2477 "org.hibernate.test.id.array.ByteArrayIdTest.testMultipleUpdates": "unknown", 2478 "org.hibernate.test.id.array.CharacterArrayIdTest.testMultipleDeletions": "unknown", 2479 "org.hibernate.test.id.array.CharacterArrayIdTest.testMultipleUpdates": "unknown", 2480 "org.hibernate.test.id.array.PrimitiveByteArrayIdTest.testMultipleDeletions": "unknown", 2481 "org.hibernate.test.id.array.PrimitiveByteArrayIdTest.testMultipleUpdates": "unknown", 2482 "org.hibernate.test.id.array.PrimitiveCharacterArrayIdTest.testMultipleDeletions": "unknown", 2483 "org.hibernate.test.id.array.PrimitiveCharacterArrayIdTest.testMultipleUpdates": "unknown", 2484 "org.hibernate.test.id.sequence.NegativeValueSequenceTest.testNegativeOneAllocationSizeNoopOptimizer": "unknown", 2485 "org.hibernate.test.id.sequence.NegativeValueSequenceTest.testNegativeTwoAllocationSizeNoopOptimizer": "unknown", 2486 "org.hibernate.test.id.sequence.NegativeValueSequenceTest.testPositiveOneAllocationSizeNoopOptimizer": "unknown", 2487 "org.hibernate.test.id.sequence.NegativeValueSequenceTest.testPositiveTwoAllocationSizeNoopOptimizer": "unknown", 2488 "org.hibernate.test.id.sequence.NegativeValueSequenceTest.testPositiveTwoAllocationSizePooledOptimizer": "unknown", 2489 "org.hibernate.test.id.sequence.OptimizerTest.testGenerationPastBound": "unknown", 2490 "org.hibernate.test.id.usertype.UserTypeComparableIdTest.testUserTypeId": "unknown", 2491 "org.hibernate.test.id.usertype.UserTypeNonComparableIdTest.testUserTypeId": "unknown", 2492 "org.hibernate.test.id.uuid.sqlrep.sqlbinary.UUIDBinaryTest.testUsage": "unknown", 2493 "org.hibernate.test.id.uuid.sqlrep.sqlchar.UUIDCharTest.testUsage": "unknown", 2494 "org.hibernate.test.id.uuid.strategy.CustomStrategyTest.testUsage": "unknown", 2495 "org.hibernate.test.idbag.IdBagTest.testJoin": "unknown", 2496 "org.hibernate.test.idbag.IdBagTest.testUpdateIdBag": "unknown", 2497 "org.hibernate.test.idclass.IdClassTest.testIdClass": "unknown", 2498 "org.hibernate.test.idgen.biginteger.increment.BigIntegerIncrementGeneratorTest.testBasics": "unknown", 2499 "org.hibernate.test.idgen.biginteger.sequence.BigIntegerSequenceGeneratorTest.testBasics": "unknown", 2500 "org.hibernate.test.idgen.biginteger.sequence.BigIntegerSequenceGeneratorZeroScaleTest.testBasics": "unknown", 2501 "org.hibernate.test.idgen.enhanced.forcedtable.BasicForcedTableSequenceTest.testNormalBoundary": "6583", 2502 "org.hibernate.test.idgen.enhanced.forcedtable.HiLoForcedTableSequenceTest.testNormalBoundary": "6583", 2503 "org.hibernate.test.idgen.enhanced.forcedtable.PooledForcedTableSequenceTest.testNormalBoundary": "6583", 2504 "org.hibernate.test.idgen.enhanced.sequence.BasicSequenceTest.testNormalBoundary": "unknown", 2505 "org.hibernate.test.idgen.enhanced.sequence.BasicSequenceTest.testSequencePerEntity": "unknown", 2506 "org.hibernate.test.idgen.enhanced.sequence.HiLoSequenceTest.testNormalBoundary": "unknown", 2507 "org.hibernate.test.idgen.enhanced.sequence.PooledSequenceTest.testNormalBoundary": "unknown", 2508 "org.hibernate.test.idgen.enhanced.table.BasicTableTest.testNormalBoundary": "6583", 2509 "org.hibernate.test.idgen.enhanced.table.HiLoTableTest.testNormalBoundary": "6583", 2510 "org.hibernate.test.idgen.enhanced.table.PooledTableTest.testNormalBoundary": "6583", 2511 "org.hibernate.test.idgen.enhanced.table.concurrent.HiloOptimizerConcurrencyTest.testTwoSessionsParallelGeneration": "6583", 2512 "org.hibernate.test.idgen.enhanced.table.concurrent.HiloOptimizerConcurrencyTest.testTwoSessionsSerialGeneration": "6583", 2513 "org.hibernate.test.idgen.foreign.ForeignGeneratorJtaTest.addRelationExplicitFlush": "unknown", 2514 "org.hibernate.test.idgen.foreign.ForeignGeneratorJtaTest.addRelationImplicitFlush": "unknown", 2515 "org.hibernate.test.idgen.foreign.ForeignGeneratorJtaTest.addRelationImplicitFlushCloseEntityManager": "unknown", 2516 "org.hibernate.test.idgen.foreign.ForeignGeneratorJtaTest.addRelationImplicitFlushOneTx": "unknown", 2517 "org.hibernate.test.idgen.foreign.ForeignGeneratorResourceLocalTest.addRelationExplicitFlush": "unknown", 2518 "org.hibernate.test.idgen.foreign.ForeignGeneratorResourceLocalTest.addRelationImplicitFlush": "unknown", 2519 "org.hibernate.test.idgen.foreign.ForeignGeneratorResourceLocalTest.addRelationImplicitFlushCloseEntityManager": "unknown", 2520 "org.hibernate.test.idgen.foreign.ForeignGeneratorResourceLocalTest.addRelationImplicitFlushOneTx": "unknown", 2521 "org.hibernate.test.idgen.identity.hhh10429.IdentityGeneratorExtendsTest.testIdentifierGeneratorExtendsIdentityGenerator": "24062", 2522 "org.hibernate.test.idgen.identity.joinedSubClass.JoinedSubclassHierarchyWithIdentityGenerationTest.shouldPersistDebtorAccountWhenParentServiceAgreementPersisted": "5807", 2523 "org.hibernate.test.idgen.namescope.IdGeneratorNamesLocalScopeTest.testNoSequenceGenratorNameClash": "6583", 2524 "org.hibernate.test.idprops.IdentifierPropertyReferencesTest.testCriteriaIdPropertyReferences": "unknown", 2525 "org.hibernate.test.idprops.IdentifierPropertyReferencesTest.testHqlIdPropertyReferences": "unknown", 2526 "org.hibernate.test.immutable.ImmutableTest.testChangeImmutableEntityProxyToModifiable": "unknown", 2527 "org.hibernate.test.immutable.ImmutableTest.testChangeImmutableEntityToModifiable": "unknown", 2528 "org.hibernate.test.immutable.ImmutableTest.testDeleteDetachedImmutable": "unknown", 2529 "org.hibernate.test.immutable.ImmutableTest.testDeleteDetachedModifiedImmutable": "unknown", 2530 "org.hibernate.test.immutable.ImmutableTest.testGetAndDeleteManagedImmutable": "unknown", 2531 "org.hibernate.test.immutable.ImmutableTest.testImmutable": "unknown", 2532 "org.hibernate.test.immutable.ImmutableTest.testImmutableChildEntityWithMerge": "unknown", 2533 "org.hibernate.test.immutable.ImmutableTest.testImmutableChildEntityWithUpdate": "unknown", 2534 "org.hibernate.test.immutable.ImmutableTest.testImmutableCollectionWithMerge": "unknown", 2535 "org.hibernate.test.immutable.ImmutableTest.testImmutableCollectionWithUpdate": "unknown", 2536 "org.hibernate.test.immutable.ImmutableTest.testImmutableEntityAddImmutableToInverseMutableCollection": "unknown", 2537 "org.hibernate.test.immutable.ImmutableTest.testImmutableEntityRemoveImmutableFromInverseMutableCollection": "unknown", 2538 "org.hibernate.test.immutable.ImmutableTest.testImmutableEntityRemoveImmutableFromInverseMutableCollectionByDelete": "unknown", 2539 "org.hibernate.test.immutable.ImmutableTest.testImmutableEntityRemoveImmutableFromInverseMutableCollectionByDeref": "unknown", 2540 "org.hibernate.test.immutable.ImmutableTest.testImmutableParentEntityWithMerge": "unknown", 2541 "org.hibernate.test.immutable.ImmutableTest.testImmutableParentEntityWithUpdate": "unknown", 2542 "org.hibernate.test.immutable.ImmutableTest.testNewEntityViaImmutableEntityWithImmutableCollectionUsingMerge": "unknown", 2543 "org.hibernate.test.immutable.ImmutableTest.testNewEntityViaImmutableEntityWithImmutableCollectionUsingSaveOrUpdate": "unknown", 2544 "org.hibernate.test.immutable.ImmutableTest.testPersistAndUpdateImmutable": "unknown", 2545 "org.hibernate.test.immutable.ImmutableTest.testPersistImmutable": "unknown", 2546 "org.hibernate.test.immutable.ImmutableTest.testPersistUpdateImmutableInSameTransaction": "unknown", 2547 "org.hibernate.test.immutable.ImmutableTest.testRefreshImmutable": "unknown", 2548 "org.hibernate.test.immutable.ImmutableTest.testSaveImmutable": "unknown", 2549 "org.hibernate.test.immutable.ImmutableTest.testSaveOrUpdateImmutable": "unknown", 2550 "org.hibernate.test.immutable.ImmutableTest.testUnmodifiedImmutableParentEntityWithMerge": "unknown", 2551 "org.hibernate.test.immutable.ImmutableTest.testUpdateAndDeleteManagedImmutable": "unknown", 2552 "org.hibernate.test.immutable.ImmutableTest.testUpdatedEntityViaImmutableEntityWithImmutableCollectionUsingMerge": "unknown", 2553 "org.hibernate.test.immutable.ImmutableTest.testUpdatedEntityViaImmutableEntityWithImmutableCollectionUsingSaveOrUpdate": "unknown", 2554 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testAddExistingManyToManyElementToPersistentEntity": "unknown", 2555 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testAddNewManyToManyElementToPersistentEntity": "unknown", 2556 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testCreateWithEmptyManyToManyCollectionMergeWithExistingElement": "unknown", 2557 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testCreateWithEmptyManyToManyCollectionUpdateWithExistingElement": "unknown", 2558 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionMergeWithNewElement": "unknown", 2559 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionOfExisting": "unknown", 2560 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionOfNew": "unknown", 2561 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionUpdateWithNewElement": "unknown", 2562 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testDeleteManyToManyElement": "unknown", 2563 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testManyToManyCollectionOptimisticLockingWithMerge": "unknown", 2564 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testManyToManyCollectionOptimisticLockingWithUpdate": "unknown", 2565 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testMoveManyToManyElementToExistingEntityCollection": "unknown", 2566 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testMoveManyToManyElementToNewEntityCollection": "unknown", 2567 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testRemoveManyToManyElementByDelete": "unknown", 2568 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testRemoveManyToManyElementUsingMerge": "unknown", 2569 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testRemoveManyToManyElementUsingMergeBothSides": "unknown", 2570 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testRemoveManyToManyElementUsingUpdate": "unknown", 2571 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testRemoveManyToManyElementUsingUpdateBothSides": "unknown", 2572 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseManyToManyTest.testUpdateProperty": "unknown", 2573 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testAddExistingOneToManyElementToPersistentEntity": "unknown", 2574 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testAddNewOneToManyElementToPersistentEntity": "unknown", 2575 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testCreateWithEmptyOneToManyCollectionMergeWithExistingElement": "unknown", 2576 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testCreateWithEmptyOneToManyCollectionUpdateWithExistingElement": "unknown", 2577 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionMergeWithNewElement": "unknown", 2578 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionOfExisting": "unknown", 2579 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionOfNew": "unknown", 2580 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionUpdateWithNewElement": "unknown", 2581 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testDeleteOneToManyElement": "unknown", 2582 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testDeleteOneToManyOrphan": "unknown", 2583 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testMoveOneToManyElementToExistingEntityCollection": "unknown", 2584 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testMoveOneToManyElementToNewEntityCollection": "unknown", 2585 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithMerge": "unknown", 2586 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithUpdate": "5807", 2587 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testRemoveOneToManyElementByDelete": "unknown", 2588 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testRemoveOneToManyElementUsingMerge": "unknown", 2589 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testRemoveOneToManyElementUsingUpdate": "unknown", 2590 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testRemoveOneToManyOrphanUsingMerge": "unknown", 2591 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testRemoveOneToManyOrphanUsingUpdate": "unknown", 2592 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyJoinTest.testUpdateProperty": "unknown", 2593 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testAddExistingOneToManyElementToPersistentEntity": "unknown", 2594 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testAddNewOneToManyElementToPersistentEntity": "unknown", 2595 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testCreateWithEmptyOneToManyCollectionMergeWithExistingElement": "unknown", 2596 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testCreateWithEmptyOneToManyCollectionUpdateWithExistingElement": "unknown", 2597 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionMergeWithNewElement": "unknown", 2598 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionOfExisting": "unknown", 2599 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionOfNew": "unknown", 2600 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionUpdateWithNewElement": "unknown", 2601 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testDeleteOneToManyElement": "unknown", 2602 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testDeleteOneToManyOrphan": "unknown", 2603 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testMoveOneToManyElementToExistingEntityCollection": "unknown", 2604 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testMoveOneToManyElementToNewEntityCollection": "unknown", 2605 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testOneToManyCollectionOptimisticLockingWithMerge": "unknown", 2606 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testOneToManyCollectionOptimisticLockingWithUpdate": "unknown", 2607 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testRemoveOneToManyElementByDelete": "unknown", 2608 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testRemoveOneToManyElementUsingMerge": "unknown", 2609 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testRemoveOneToManyElementUsingUpdate": "unknown", 2610 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testRemoveOneToManyOrphanUsingMerge": "unknown", 2611 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testRemoveOneToManyOrphanUsingUpdate": "unknown", 2612 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.EntityWithInverseOneToManyTest.testUpdateProperty": "unknown", 2613 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testAddExistingManyToManyElementToPersistentEntity": "unknown", 2614 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testAddNewManyToManyElementToPersistentEntity": "unknown", 2615 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testCreateWithEmptyManyToManyCollectionMergeWithExistingElement": "unknown", 2616 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testCreateWithEmptyManyToManyCollectionUpdateWithExistingElement": "unknown", 2617 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionMergeWithNewElement": "unknown", 2618 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionOfExisting": "unknown", 2619 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionOfNew": "unknown", 2620 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionUpdateWithNewElement": "unknown", 2621 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testDeleteManyToManyElement": "unknown", 2622 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testManyToManyCollectionOptimisticLockingWithMerge": "unknown", 2623 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testManyToManyCollectionOptimisticLockingWithUpdate": "unknown", 2624 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testMoveManyToManyElementToExistingEntityCollection": "unknown", 2625 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testMoveManyToManyElementToNewEntityCollection": "unknown", 2626 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testRemoveManyToManyElementByDelete": "unknown", 2627 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testRemoveManyToManyElementUsingMerge": "unknown", 2628 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testRemoveManyToManyElementUsingMergeBothSides": "unknown", 2629 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testRemoveManyToManyElementUsingUpdate": "unknown", 2630 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testRemoveManyToManyElementUsingUpdateBothSides": "unknown", 2631 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseManyToManyTest.testUpdateProperty": "unknown", 2632 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testAddNewOneToManyElementToPersistentEntity": "unknown", 2633 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testCreateWithNonEmptyOneToManyCollectionMergeWithNewElement": "unknown", 2634 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testCreateWithNonEmptyOneToManyCollectionOfExisting": "unknown", 2635 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testCreateWithNonEmptyOneToManyCollectionOfNew": "unknown", 2636 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testCreateWithNonEmptyOneToManyCollectionUpdateWithNewElement": "unknown", 2637 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testDeleteOneToManyElement": "unknown", 2638 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testDeleteOneToManyOrphan": "unknown", 2639 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testMoveOneToManyElementToExistingEntityCollection": "unknown", 2640 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testMoveOneToManyElementToNewEntityCollection": "unknown", 2641 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testOneToManyCollectionOptimisticLockingWithMerge": "unknown", 2642 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testOneToManyCollectionOptimisticLockingWithUpdate": "unknown", 2643 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testRemoveOneToManyElementByDelete": "unknown", 2644 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testRemoveOneToManyOrphanUsingMerge": "unknown", 2645 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testRemoveOneToManyOrphanUsingUpdate": "unknown", 2646 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyFailureExpectedTest.testUpdateProperty": "unknown", 2647 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testAddNewOneToManyElementToPersistentEntity": "unknown", 2648 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testCreateWithNonEmptyOneToManyCollectionMergeWithNewElement": "unknown", 2649 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testCreateWithNonEmptyOneToManyCollectionOfExisting": "unknown", 2650 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testCreateWithNonEmptyOneToManyCollectionOfNew": "unknown", 2651 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testCreateWithNonEmptyOneToManyCollectionUpdateWithNewElement": "unknown", 2652 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testDeleteOneToManyElement": "unknown", 2653 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testDeleteOneToManyOrphan": "unknown", 2654 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testMoveOneToManyElementToExistingEntityCollection": "unknown", 2655 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testMoveOneToManyElementToNewEntityCollection": "unknown", 2656 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testOneToManyCollectionOptimisticLockingWithMerge": "unknown", 2657 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testOneToManyCollectionOptimisticLockingWithUpdate": "5807", 2658 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testRemoveOneToManyElementByDelete": "unknown", 2659 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testRemoveOneToManyOrphanUsingMerge": "unknown", 2660 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testRemoveOneToManyOrphanUsingUpdate": "unknown", 2661 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.testUpdateProperty": "unknown", 2662 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testAddExistingOneToManyElementToPersistentEntity": "unknown", 2663 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testAddNewOneToManyElementToPersistentEntity": "unknown", 2664 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testCreateWithEmptyOneToManyCollectionMergeWithExistingElement": "unknown", 2665 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testCreateWithEmptyOneToManyCollectionUpdateWithExistingElement": "unknown", 2666 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionMergeWithNewElement": "unknown", 2667 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionOfExisting": "unknown", 2668 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionOfNew": "unknown", 2669 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionUpdateWithNewElement": "unknown", 2670 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testDeleteOneToManyElement": "unknown", 2671 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testDeleteOneToManyOrphan": "unknown", 2672 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testMoveOneToManyElementToExistingEntityCollection": "unknown", 2673 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testMoveOneToManyElementToNewEntityCollection": "unknown", 2674 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithMerge": "unknown", 2675 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithUpdate": "5807", 2676 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testRemoveOneToManyElementByDelete": "unknown", 2677 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testRemoveOneToManyElementUsingMerge": "unknown", 2678 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testRemoveOneToManyElementUsingUpdate": "unknown", 2679 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testRemoveOneToManyOrphanUsingMerge": "unknown", 2680 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testRemoveOneToManyOrphanUsingUpdate": "unknown", 2681 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyJoinTest.testUpdateProperty": "unknown", 2682 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testAddExistingOneToManyElementToPersistentEntity": "unknown", 2683 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testAddNewOneToManyElementToPersistentEntity": "unknown", 2684 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testCreateWithEmptyOneToManyCollectionMergeWithExistingElement": "unknown", 2685 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testCreateWithEmptyOneToManyCollectionUpdateWithExistingElement": "unknown", 2686 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionMergeWithNewElement": "unknown", 2687 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionOfExisting": "unknown", 2688 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionOfNew": "unknown", 2689 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionUpdateWithNewElement": "unknown", 2690 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testDeleteOneToManyElement": "unknown", 2691 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testDeleteOneToManyOrphan": "unknown", 2692 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testMoveOneToManyElementToExistingEntityCollection": "unknown", 2693 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testMoveOneToManyElementToNewEntityCollection": "unknown", 2694 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testOneToManyCollectionOptimisticLockingWithMerge": "unknown", 2695 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testOneToManyCollectionOptimisticLockingWithUpdate": "unknown", 2696 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testRemoveOneToManyElementByDelete": "unknown", 2697 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testRemoveOneToManyElementUsingMerge": "unknown", 2698 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testRemoveOneToManyElementUsingUpdate": "unknown", 2699 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testRemoveOneToManyOrphanUsingMerge": "unknown", 2700 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testRemoveOneToManyOrphanUsingUpdate": "unknown", 2701 "org.hibernate.test.immutable.entitywithmutablecollection.inverse.VersionedEntityWithInverseOneToManyTest.testUpdateProperty": "unknown", 2702 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testAddExistingManyToManyElementToPersistentEntity": "unknown", 2703 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testAddNewManyToManyElementToPersistentEntity": "unknown", 2704 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testCreateWithEmptyManyToManyCollectionMergeWithExistingElement": "unknown", 2705 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testCreateWithEmptyManyToManyCollectionUpdateWithExistingElement": "unknown", 2706 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionMergeWithNewElement": "unknown", 2707 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionOfExisting": "unknown", 2708 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionOfNew": "unknown", 2709 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionUpdateWithNewElement": "unknown", 2710 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testDeleteManyToManyElement": "unknown", 2711 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testManyToManyCollectionOptimisticLockingWithMerge": "unknown", 2712 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testManyToManyCollectionOptimisticLockingWithUpdate": "unknown", 2713 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testMoveManyToManyElementToExistingEntityCollection": "unknown", 2714 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testMoveManyToManyElementToNewEntityCollection": "unknown", 2715 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testRemoveManyToManyElementByDelete": "unknown", 2716 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testRemoveManyToManyElementUsingMerge": "unknown", 2717 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testRemoveManyToManyElementUsingMergeBothSides": "unknown", 2718 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testRemoveManyToManyElementUsingUpdate": "unknown", 2719 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testRemoveManyToManyElementUsingUpdateBothSides": "unknown", 2720 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyTest.testUpdateProperty": "unknown", 2721 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testAddExistingManyToManyElementToPersistentEntity": "unknown", 2722 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testAddNewManyToManyElementToPersistentEntity": "unknown", 2723 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testCreateWithEmptyManyToManyCollectionMergeWithExistingElement": "unknown", 2724 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testCreateWithEmptyManyToManyCollectionUpdateWithExistingElement": "unknown", 2725 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testCreateWithNonEmptyManyToManyCollectionMergeWithNewElement": "unknown", 2726 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testCreateWithNonEmptyManyToManyCollectionOfExisting": "unknown", 2727 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testCreateWithNonEmptyManyToManyCollectionOfNew": "unknown", 2728 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testCreateWithNonEmptyManyToManyCollectionUpdateWithNewElement": "unknown", 2729 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testDeleteManyToManyElement": "unknown", 2730 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testManyToManyCollectionOptimisticLockingWithMerge": "unknown", 2731 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testManyToManyCollectionOptimisticLockingWithUpdate": "unknown", 2732 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testMoveManyToManyElementToExistingEntityCollection": "unknown", 2733 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testMoveManyToManyElementToNewEntityCollection": "unknown", 2734 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testRemoveManyToManyElementByDelete": "unknown", 2735 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testRemoveManyToManyElementUsingMerge": "unknown", 2736 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testRemoveManyToManyElementUsingMergeBothSides": "unknown", 2737 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testRemoveManyToManyElementUsingUpdate": "unknown", 2738 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testRemoveManyToManyElementUsingUpdateBothSides": "unknown", 2739 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseManyToManyUnidirTest.testUpdateProperty": "unknown", 2740 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testAddExistingOneToManyElementToPersistentEntity": "unknown", 2741 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testAddNewOneToManyElementToPersistentEntity": "unknown", 2742 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testCreateWithEmptyOneToManyCollectionMergeWithExistingElement": "unknown", 2743 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testCreateWithEmptyOneToManyCollectionUpdateWithExistingElement": "unknown", 2744 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionMergeWithNewElement": "unknown", 2745 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionOfExisting": "unknown", 2746 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionOfNew": "unknown", 2747 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionUpdateWithNewElement": "unknown", 2748 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testDeleteOneToManyElement": "unknown", 2749 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testDeleteOneToManyOrphan": "unknown", 2750 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testMoveOneToManyElementToExistingEntityCollection": "unknown", 2751 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testMoveOneToManyElementToNewEntityCollection": "unknown", 2752 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithMerge": "unknown", 2753 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithUpdate": "5807", 2754 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testRemoveOneToManyElementByDelete": "unknown", 2755 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testRemoveOneToManyElementUsingMerge": "unknown", 2756 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testRemoveOneToManyElementUsingUpdate": "unknown", 2757 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testRemoveOneToManyOrphanUsingMerge": "unknown", 2758 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testRemoveOneToManyOrphanUsingUpdate": "unknown", 2759 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyJoinTest.testUpdateProperty": "unknown", 2760 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testAddExistingOneToManyElementToPersistentEntity": "unknown", 2761 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testAddNewOneToManyElementToPersistentEntity": "unknown", 2762 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testCreateWithEmptyOneToManyCollectionMergeWithExistingElement": "unknown", 2763 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testCreateWithEmptyOneToManyCollectionUpdateWithExistingElement": "unknown", 2764 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionMergeWithNewElement": "unknown", 2765 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionOfExisting": "unknown", 2766 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionOfNew": "unknown", 2767 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionUpdateWithNewElement": "unknown", 2768 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testDeleteOneToManyElement": "unknown", 2769 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testDeleteOneToManyOrphan": "unknown", 2770 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testMoveOneToManyElementToExistingEntityCollection": "unknown", 2771 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testMoveOneToManyElementToNewEntityCollection": "unknown", 2772 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testOneToManyCollectionOptimisticLockingWithMerge": "unknown", 2773 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testOneToManyCollectionOptimisticLockingWithUpdate": "unknown", 2774 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testRemoveOneToManyElementByDelete": "unknown", 2775 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testRemoveOneToManyElementUsingMerge": "unknown", 2776 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testRemoveOneToManyElementUsingUpdate": "unknown", 2777 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testRemoveOneToManyOrphanUsingMerge": "unknown", 2778 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testRemoveOneToManyOrphanUsingUpdate": "unknown", 2779 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyTest.testUpdateProperty": "unknown", 2780 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testAddExistingOneToManyElementToPersistentEntity": "unknown", 2781 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testAddNewOneToManyElementToPersistentEntity": "unknown", 2782 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testCreateWithEmptyOneToManyCollectionMergeWithExistingElement": "unknown", 2783 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testCreateWithEmptyOneToManyCollectionUpdateWithExistingElement": "unknown", 2784 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testCreateWithNonEmptyOneToManyCollectionMergeWithNewElement": "unknown", 2785 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testCreateWithNonEmptyOneToManyCollectionOfExisting": "unknown", 2786 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testCreateWithNonEmptyOneToManyCollectionOfNew": "unknown", 2787 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testCreateWithNonEmptyOneToManyCollectionUpdateWithNewElement": "unknown", 2788 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testDeleteOneToManyElement": "unknown", 2789 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testDeleteOneToManyOrphan": "unknown", 2790 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testMoveOneToManyElementToExistingEntityCollection": "unknown", 2791 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testMoveOneToManyElementToNewEntityCollection": "unknown", 2792 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testOneToManyCollectionOptimisticLockingWithMerge": "unknown", 2793 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testOneToManyCollectionOptimisticLockingWithUpdate": "unknown", 2794 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testRemoveOneToManyElementByDelete": "unknown", 2795 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testRemoveOneToManyElementUsingMerge": "unknown", 2796 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testRemoveOneToManyElementUsingUpdate": "unknown", 2797 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testRemoveOneToManyOrphanUsingMerge": "unknown", 2798 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testRemoveOneToManyOrphanUsingUpdate": "unknown", 2799 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.EntityWithNonInverseOneToManyUnidirTest.testUpdateProperty": "unknown", 2800 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testAddExistingManyToManyElementToPersistentEntity": "unknown", 2801 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testAddNewManyToManyElementToPersistentEntity": "unknown", 2802 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testCreateWithEmptyManyToManyCollectionMergeWithExistingElement": "unknown", 2803 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testCreateWithEmptyManyToManyCollectionUpdateWithExistingElement": "unknown", 2804 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionMergeWithNewElement": "unknown", 2805 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionOfExisting": "unknown", 2806 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionOfNew": "unknown", 2807 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testCreateWithNonEmptyManyToManyCollectionUpdateWithNewElement": "unknown", 2808 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testDeleteManyToManyElement": "unknown", 2809 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testManyToManyCollectionOptimisticLockingWithMerge": "unknown", 2810 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testManyToManyCollectionOptimisticLockingWithUpdate": "unknown", 2811 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testMoveManyToManyElementToExistingEntityCollection": "unknown", 2812 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testMoveManyToManyElementToNewEntityCollection": "unknown", 2813 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testRemoveManyToManyElementByDelete": "unknown", 2814 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testRemoveManyToManyElementUsingMerge": "unknown", 2815 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testRemoveManyToManyElementUsingMergeBothSides": "unknown", 2816 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testRemoveManyToManyElementUsingUpdate": "unknown", 2817 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testRemoveManyToManyElementUsingUpdateBothSides": "unknown", 2818 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseManyToManyTest.testUpdateProperty": "unknown", 2819 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testAddExistingOneToManyElementToPersistentEntity": "unknown", 2820 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testAddNewOneToManyElementToPersistentEntity": "unknown", 2821 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testCreateWithEmptyOneToManyCollectionMergeWithExistingElement": "unknown", 2822 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testCreateWithEmptyOneToManyCollectionUpdateWithExistingElement": "unknown", 2823 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionMergeWithNewElement": "unknown", 2824 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionOfExisting": "unknown", 2825 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionOfNew": "unknown", 2826 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testCreateWithNonEmptyOneToManyCollectionUpdateWithNewElement": "unknown", 2827 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testDeleteOneToManyElement": "unknown", 2828 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testDeleteOneToManyOrphan": "unknown", 2829 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testMoveOneToManyElementToExistingEntityCollection": "unknown", 2830 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testMoveOneToManyElementToNewEntityCollection": "unknown", 2831 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithMerge": "unknown", 2832 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testOneToManyCollectionOptimisticLockingWithUpdate": "5807", 2833 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testRemoveOneToManyElementByDelete": "unknown", 2834 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testRemoveOneToManyElementUsingMerge": "unknown", 2835 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testRemoveOneToManyElementUsingUpdate": "unknown", 2836 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testRemoveOneToManyOrphanUsingMerge": "unknown", 2837 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testRemoveOneToManyOrphanUsingUpdate": "unknown", 2838 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyJoinTest.testUpdateProperty": "unknown", 2839 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testAddExistingOneToManyElementToPersistentEntity": "unknown", 2840 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testAddNewOneToManyElementToPersistentEntity": "unknown", 2841 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testCreateWithEmptyOneToManyCollectionMergeWithExistingElement": "unknown", 2842 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testCreateWithEmptyOneToManyCollectionUpdateWithExistingElement": "unknown", 2843 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionMergeWithNewElement": "unknown", 2844 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionOfExisting": "unknown", 2845 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionOfNew": "unknown", 2846 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testCreateWithNonEmptyOneToManyCollectionUpdateWithNewElement": "unknown", 2847 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testDeleteOneToManyElement": "unknown", 2848 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testDeleteOneToManyOrphan": "unknown", 2849 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testMoveOneToManyElementToExistingEntityCollection": "unknown", 2850 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testMoveOneToManyElementToNewEntityCollection": "unknown", 2851 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testOneToManyCollectionOptimisticLockingWithMerge": "unknown", 2852 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testOneToManyCollectionOptimisticLockingWithUpdate": "unknown", 2853 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testRemoveOneToManyElementByDelete": "unknown", 2854 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testRemoveOneToManyElementUsingMerge": "unknown", 2855 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testRemoveOneToManyElementUsingUpdate": "unknown", 2856 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testRemoveOneToManyOrphanUsingMerge": "unknown", 2857 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testRemoveOneToManyOrphanUsingUpdate": "unknown", 2858 "org.hibernate.test.immutable.entitywithmutablecollection.noninverse.VersionedEntityWithNonInverseOneToManyTest.testUpdateProperty": "unknown", 2859 "org.hibernate.test.inheritance.discriminator.JoinedInheritanceEagerTest.joinFindEntity": "unknown", 2860 "org.hibernate.test.inheritance.discriminator.JoinedInheritanceEagerTest.joinFindParenEntity": "unknown", 2861 "org.hibernate.test.inheritance.discriminator.JoinedInheritanceEagerTest.joinUnrelatedCollectionOnBaseType": "unknown", 2862 "org.hibernate.test.inheritance.discriminator.JoinedInheritanceEagerTest.selectBaseType": "unknown", 2863 "org.hibernate.test.inheritance.discriminator.JoinedInheritanceTest.selectWhereTypeEqual": "unknown", 2864 "org.hibernate.test.inheritance.discriminator.JoinedInheritanceTest.simpleSelectTest": "unknown", 2865 "org.hibernate.test.inheritance.discriminator.MappedSuperclassExtendsEntityTest.testQueryingSingle": "unknown", 2866 "org.hibernate.test.inheritance.discriminator.MultiInheritanceImplicitDowncastTest.testQueryingMultiple": "unknown", 2867 "org.hibernate.test.inheritance.discriminator.MultiInheritanceImplicitDowncastTest.testQueryingSingle": "unknown", 2868 "org.hibernate.test.inheritance.discriminator.MultiSingleTableLoadTest.testEagerLoadMultipleHoldersWithDifferentSubtypes": "unknown", 2869 "org.hibernate.test.inheritance.discriminator.MultiSingleTableLoadTest.testFetchJoinLoadMultipleHoldersWithDifferentSubtypes": "unknown", 2870 "org.hibernate.test.inheritance.discriminator.PersistChildEntitiesWithDiscriminatorTest.doIt": "unknown", 2871 "org.hibernate.test.inheritance.discriminator.SingleTableInheritancePersistTest.testPolymorphicAssociation": "31589", 2872 "org.hibernate.test.inheritance.discriminator.SingleTableRelationsTest.testJoinFetch": "unknown", 2873 "org.hibernate.test.inheritance.discriminator.SingleTableRelationsTest.testLazyInitialization": "unknown", 2874 "org.hibernate.test.inheritance.discriminator.TablePerClassInheritancePersistTest.testPolymorphicAssociation": "pass?", 2875 "org.hibernate.test.inheritance.discriminator.embeddable.JoinedSubclassWithEmbeddableTest.testSelectFromEmbeddedField": "unknown", 2876 "org.hibernate.test.inheritance.discriminator.embeddable.JoinedSubclassWithEmbeddableTest.testSelectFromParent": "unknown", 2877 "org.hibernate.test.inheritance.discriminator.embeddable.JoinedSubclassWithEmbeddableTest.testSelectFromSubclass": "unknown", 2878 "org.hibernate.test.inheritance.discriminator.embeddable.SingleTableWithEmbeddableTest.testSelectFromEmbeddedField": "unknown", 2879 "org.hibernate.test.inheritance.discriminator.embeddable.SingleTableWithEmbeddableTest.testSelectFromParent": "unknown", 2880 "org.hibernate.test.inheritance.discriminator.embeddable.SingleTableWithEmbeddableTest.testSelectFromSubclass": "unknown", 2881 "org.hibernate.test.inheritance.discriminator.embeddable.TablePerClassWithEmbeddableTest.testSelectFromEmbeddedField": "unknown", 2882 "org.hibernate.test.inheritance.discriminator.embeddable.TablePerClassWithEmbeddableTest.testSelectFromParent": "unknown", 2883 "org.hibernate.test.inheritance.discriminator.embeddable.TablePerClassWithEmbeddableTest.testSelectFromSubclass": "unknown", 2884 "org.hibernate.test.inheritance.discriminator.joinedsubclass.JoinedSubclassTest.shouldNotRetrieveSubSubSubEntityWithCriteria": "unknown", 2885 "org.hibernate.test.inheritance.discriminator.joinedsubclass.JoinedSubclassTest.shouldNotRetrieveSubSubSubEntityWithHQL": "unknown", 2886 "org.hibernate.test.inheritance.discriminator.joinedsubclass.JoinedSubclassTest.shouldRetrieveSubEntity": "unknown", 2887 "org.hibernate.test.inheritance.discriminator.joinedsubclass.JoinedSubclassTest.shouldRetrieveSubSubEntityWithCriteria": "unknown", 2888 "org.hibernate.test.inheritance.discriminator.joinedsubclass.JoinedSubclassTest.shouldRetrieveSubSubEntityWithHQL": "unknown", 2889 "org.hibernate.test.inheritance.discriminator.joinedsubclass.JoinedSubclassWithRootInterfaceTest.testIt": "unknown", 2890 "org.hibernate.test.inheritance.relationship.JoinedInheritanceWithOneToManyTest.test": "unknown", 2891 "org.hibernate.test.insertordering.ElementCollectionTest.testBatchOrdering": "unknown", 2892 "org.hibernate.test.insertordering.InsertOrderingDuplicateTest.testBatching": "unknown", 2893 "org.hibernate.test.insertordering.InsertOrderingHasParentTest.testInsert": "unknown", 2894 "org.hibernate.test.insertordering.InsertOrderingTest.testBatchOrdering": "unknown", 2895 "org.hibernate.test.insertordering.InsertOrderingWithBaseClassReferencingSubclass.testBatching": "unknown", 2896 "org.hibernate.test.insertordering.InsertOrderingWithBidirectionalManyToMany.testBatching": "unknown", 2897 "org.hibernate.test.insertordering.InsertOrderingWithBidirectionalMapsIdOneToOne.testBatching": "unknown", 2898 "org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToMany.testBatching": "unknown", 2899 "org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.testBatchingWithFlush": "unknown", 2900 "org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToManyFlushProblem.testBatchingWithFlush2": "unknown", 2901 "org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToOne.testBatching": "unknown", 2902 "org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToOneFlushProblem.testInsertSortingWithFlushPersistLeftBeforeRight": "unknown", 2903 "org.hibernate.test.insertordering.InsertOrderingWithBidirectionalOneToOneFlushProblem.testInsertSortingWithFlushPersistRightBeforeLeft": "unknown", 2904 "org.hibernate.test.insertordering.InsertOrderingWithCascadeOnPersist.testInsertOrderingAvoidingForeignKeyConstraintViolation": "6583", 2905 "org.hibernate.test.insertordering.InsertOrderingWithCompositeTypeAssociation.testOrderedInsertSupport": "unknown", 2906 "org.hibernate.test.insertordering.InsertOrderingWithJoinedTableInheritance.testBatchOrdering": "5807", 2907 "org.hibernate.test.insertordering.InsertOrderingWithJoinedTableInheritance.testBatchingAmongstSubClasses": "26738", 2908 "org.hibernate.test.insertordering.InsertOrderingWithJoinedTableMultiLevelInheritance.testBatchingAmongstSubClasses": "26738", 2909 "org.hibernate.test.insertordering.InsertOrderingWithManyToOne.testBatching": "unknown", 2910 "org.hibernate.test.insertordering.InsertOrderingWithMultipleManyToOne.testBatching": "unknown", 2911 "org.hibernate.test.insertordering.InsertOrderingWithSecondaryTable.testInheritanceWithSecondaryTable": "unknown", 2912 "org.hibernate.test.insertordering.InsertOrderingWithSingleTableInheritance.testBatchOrdering": "unknown", 2913 "org.hibernate.test.insertordering.InsertOrderingWithSingleTableInheritance.testBatchingAmongstSubClasses": "unknown", 2914 "org.hibernate.test.insertordering.InsertOrderingWithTablePerClassInheritance.testBatchOrdering": "5807", 2915 "org.hibernate.test.insertordering.InsertOrderingWithTablePerClassInheritance.testBatchingAmongstSubClasses": "5807", 2916 "org.hibernate.test.insertordering.InsertOrderingWithUnidirectionalOneToOne.testBatching": "unknown", 2917 "org.hibernate.test.insertordering.InsertOrderingWithUnidirectionalOneToOneJoinColumn.testBatchingWithEmbeddableId": "unknown", 2918 "org.hibernate.test.interceptor.InterceptorTest.testCollectionIntercept": "unknown", 2919 "org.hibernate.test.interceptor.InterceptorTest.testComponentInterceptor": "unknown", 2920 "org.hibernate.test.interceptor.InterceptorTest.testInitiateIntercept": "unknown", 2921 "org.hibernate.test.interceptor.InterceptorTest.testPrepareStatementIntercept": "unknown", 2922 "org.hibernate.test.interceptor.InterceptorTest.testPropertyIntercept": "unknown", 2923 "org.hibernate.test.interceptor.InterceptorTest.testPropertyIntercept2": "unknown", 2924 "org.hibernate.test.interceptor.InterceptorTest.testStatefulIntercept": "unknown", 2925 "org.hibernate.test.interfaceproxy.InterfaceProxyTest.testInterfaceProxies": "26725", 2926 "org.hibernate.test.iterate.IterateTest.testIterate": "unknown", 2927 "org.hibernate.test.iterate.IterateTest.testScroll": "unknown", 2928 "org.hibernate.test.jdbc.GeneralWorkTest.testGeneralReturningUsage": "unknown", 2929 "org.hibernate.test.jdbc.GeneralWorkTest.testGeneralUsage": "unknown", 2930 "org.hibernate.test.jdbc.internal.BasicConnectionTest.testBasicJdbcUsage": "unknown", 2931 "org.hibernate.test.jdbc.internal.BatchingTest.testBatchingUsage": "unknown", 2932 "org.hibernate.test.jdbc.internal.BatchingTest.testNonBatchingUsage": "unknown", 2933 "org.hibernate.test.jdbc.internal.BatchingTest.testSessionBatchingUsage": "unknown", 2934 "org.hibernate.test.jdbc.internal.SessionJdbcBatchTest.testSessionFactorySetting": "unknown", 2935 "org.hibernate.test.jdbc.internal.SessionJdbcBatchTest.testSessionSettingOverridesSessionFactorySetting": "unknown", 2936 "org.hibernate.test.join.JoinTest.testCustomColumnReadAndWrite": "unknown", 2937 "org.hibernate.test.join.JoinTest.testSequentialSelects": "unknown", 2938 "org.hibernate.test.join.JoinTest.testSequentialSelectsOptionalData": "unknown", 2939 "org.hibernate.test.join.OptionalJoinTest.testMergeNonNullOptionalJoinToDiffNonNullDetached": "unknown", 2940 "org.hibernate.test.join.OptionalJoinTest.testMergeNonNullOptionalJoinToNullDetached": "unknown", 2941 "org.hibernate.test.join.OptionalJoinTest.testMergeNullOptionalJoinToNonNullDetached": "unknown", 2942 "org.hibernate.test.join.OptionalJoinTest.testUpdateNonNullOptionalJoinToDiffNonNull": "unknown", 2943 "org.hibernate.test.join.OptionalJoinTest.testUpdateNonNullOptionalJoinToDiffNonNullDetached": "unknown", 2944 "org.hibernate.test.join.OptionalJoinTest.testUpdateNonNullOptionalJoinToNull": "unknown", 2945 "org.hibernate.test.join.OptionalJoinTest.testUpdateNonNullOptionalJoinToNullDetached": "unknown", 2946 "org.hibernate.test.join.OptionalJoinTest.testUpdateNullOptionalJoinToNonNull": "unknown", 2947 "org.hibernate.test.join.OptionalJoinTest.testUpdateNullOptionalJoinToNonNullDetached": "unknown", 2948 "org.hibernate.test.join.SubclassesWithSamePropertyNameTest.testCriteriaSubclass": "5807", 2949 "org.hibernate.test.join.SubclassesWithSamePropertyNameTest.testCriteriaSuperclass": "5807", 2950 "org.hibernate.test.join.SubclassesWithSamePropertyNameTest.testGetSuperclass": "5807", 2951 "org.hibernate.test.join.SubclassesWithSamePropertyNameTest.testQuerySubclass": "5807", 2952 "org.hibernate.test.join.SubclassesWithSamePropertyNameTest.testQuerySuperclass": "5807", 2953 "org.hibernate.test.joinedsubclass.JoinedSubclassTest.testAccessAsIncorrectSubclass": "unknown", 2954 "org.hibernate.test.joinedsubclass.JoinedSubclassTest.testCustomColumnReadAndWrite": "unknown", 2955 "org.hibernate.test.joinedsubclass.JoinedSubclassTest.testJoinedSubclass": "unknown", 2956 "org.hibernate.test.joinedsubclass.JoinedSubclassTest.testLockingJoinedSubclass": "6583", 2957 "org.hibernate.test.joinedsubclass.JoinedSubclassTest.testQuerySubclassAttribute": "unknown", 2958 "org.hibernate.test.joinedsubclass.JoinedSubclassWithEmbeddableTest.testEmbeddedFieldIsNotNull": "unknown", 2959 "org.hibernate.test.joinedsubclass.JoinedSubclassWithExplicitDiscriminatorTest.basicUsageTest": "unknown", 2960 "org.hibernate.test.joinedsubclass.JoinedSubclassWithIgnoredExplicitDiscriminatorTest.basicUsageTest": "unknown", 2961 "org.hibernate.test.joinedsubclass.JoinedSubclassWithImplicitDiscriminatorTest.basicUsageTest": "unknown", 2962 "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.doBatchInsertUpdateJoinedSubclassNrBiggerThenBatch": "24062", 2963 "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.doBatchInsertUpdateJoinedSubclassNrEqualWithBatch": "24062", 2964 "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.doBatchInsertUpdateJoinedSubclassNrLessThenBatch": "24062", 2965 "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.testBatchInsertUpdateSizeEqJdbcBatchSize": "24062", 2966 "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.testBatchInsertUpdateSizeGtJdbcBatchSize": "24062", 2967 "org.hibernate.test.joinedsubclassbatch.IdentityJoinedSubclassBatchingTest.testBatchInsertUpdateSizeLtJdbcBatchSize": "24062", 2968 "org.hibernate.test.joinedsubclassbatch.JoinedSubclassBatchingTest.doBatchInsertUpdateJoinedSubclassNrBiggerThenBatch": "unknown", 2969 "org.hibernate.test.joinedsubclassbatch.JoinedSubclassBatchingTest.doBatchInsertUpdateJoinedSubclassNrEqualWithBatch": "unknown", 2970 "org.hibernate.test.joinedsubclassbatch.JoinedSubclassBatchingTest.doBatchInsertUpdateJoinedSubclassNrLessThenBatch": "unknown", 2971 "org.hibernate.test.joinedsubclassbatch.JoinedSubclassBatchingTest.testBatchInsertUpdateSizeEqJdbcBatchSize": "unknown", 2972 "org.hibernate.test.joinedsubclassbatch.JoinedSubclassBatchingTest.testBatchInsertUpdateSizeGtJdbcBatchSize": "unknown", 2973 "org.hibernate.test.joinedsubclassbatch.JoinedSubclassBatchingTest.testBatchInsertUpdateSizeLtJdbcBatchSize": "unknown", 2974 "org.hibernate.test.joinfetch.JoinFetchTest.testCollectionFilter": "unknown", 2975 "org.hibernate.test.joinfetch.JoinFetchTest.testJoinFetch": "unknown", 2976 "org.hibernate.test.joinfetch.JoinFetchTest.testJoinFetchManyToMany": "unknown", 2977 "org.hibernate.test.joinfetch.JoinFetchTest.testProjection": "unknown", 2978 "org.hibernate.test.jpa.cascade.CascadeTest.testManyToOneGeneratedIdsOnSave": "unknown", 2979 "org.hibernate.test.jpa.compliance.tck2_2.QueryExecutionTest.testCollectionFetch": "unknown", 2980 "org.hibernate.test.jpa.compliance.tck2_2.TableGeneratorVisibilityTest.testGeneratorIsVisible": "6583", 2981 "org.hibernate.test.jpa.compliance.tck2_2.caching.CachingWithSecondaryTablesTests.testStrictUnversioned": "5807", 2982 "org.hibernate.test.jpa.compliance.tck2_2.caching.CachingWithSecondaryTablesTests.testUnstrictUnversioned": "5807", 2983 "org.hibernate.test.jpa.compliance.tck2_2.caching.CachingWithSecondaryTablesTests.testVersioned": "5807", 2984 "org.hibernate.test.jpa.compliance.tck2_2.caching.InheritedCacheableTest.testMapping": "unknown", 2985 "org.hibernate.test.jpa.compliance.tck2_2.caching.InheritedCacheableTest.testOnlySubclassIsCached": "unknown", 2986 "org.hibernate.test.jpa.compliance.tck2_2.caching.SubclassOnlyCachingTests.testMapping": "unknown", 2987 "org.hibernate.test.jpa.compliance.tck2_2.caching.SubclassOnlyCachingTests.testOnlySubclassIsCached": "unknown", 2988 "org.hibernate.test.jpa.compliance.tck2_2.mapkeycolumn.MapKeyColumnBiDiOneToManyFKTest.testReferenceToAlreadyMappedColumn": "unknown", 2989 "org.hibernate.test.jpa.compliance.tck2_2.mapkeycolumn.MapKeyColumnBiDiOneToManyFKTest.testReferenceToNonMappedColumn": "unknown", 2990 "org.hibernate.test.jpa.compliance.tck2_2.mapkeycolumn.MapKeyColumnElementCollectionTest.testReferenceToAlreadyMappedColumn": "unknown", 2991 "org.hibernate.test.jpa.compliance.tck2_2.mapkeycolumn.MapKeyColumnElementCollectionTest.testReferenceToNonMappedColumn": "unknown", 2992 "org.hibernate.test.jpa.compliance.tck2_2.mapkeycolumn.MapKeyColumnManyToManyTest.testReferenceToAlreadyMappedColumn": "unknown", 2993 "org.hibernate.test.jpa.compliance.tck2_2.mapkeycolumn.MapKeyColumnManyToManyTest.testReferenceToNonMappedColumn": "unknown", 2994 "org.hibernate.test.jpa.compliance.tck2_2.mapkeycolumn.MapKeyColumnOneToManyFKTest.testReferenceToAlreadyMappedColumn": "unknown", 2995 "org.hibernate.test.jpa.compliance.tck2_2.mapkeycolumn.MapKeyColumnOneToManyFKTest.testReferenceToNonMappedColumn": "unknown", 2996 "org.hibernate.test.jpa.compliance.tck2_2.mapkeycolumn.MapKeyColumnOneToManyJoinTableTest.testReferenceToAlreadyMappedColumn": "unknown", 2997 "org.hibernate.test.jpa.compliance.tck2_2.mapkeycolumn.MapKeyColumnOneToManyJoinTableTest.testReferenceToNonMappedColumn": "unknown", 2998 "org.hibernate.test.jpa.convert.JdbcSqlTypeDescriptorConverterTest.testJava8TimeObjectsUsingJdbcSqlTypeDescriptors": "unknown", 2999 "org.hibernate.test.jpa.fetch.FetchingTest.testHibernateFetchingLazy": "unknown", 3000 "org.hibernate.test.jpa.fetch.FetchingTest.testLazy": "unknown", 3001 "org.hibernate.test.jpa.lock.LockExceptionTests.testLockTimeoutFind": "unknown", 3002 "org.hibernate.test.jpa.lock.LockExceptionTests.testLockTimeoutLock": "6583", 3003 "org.hibernate.test.jpa.lock.LockExceptionTests.testLockTimeoutRefresh": "6583", 3004 "org.hibernate.test.jpa.lock.RepeatableReadTest.testStaleNonVersionedInstanceFoundInQueryResult": "unknown", 3005 "org.hibernate.test.jpa.lock.RepeatableReadTest.testStaleVersionedInstanceFoundInQueryResult": "unknown", 3006 "org.hibernate.test.jpa.naturalid.ImmutableNaturalIdTest.testNaturalIdCache": "unknown", 3007 "org.hibernate.test.jpa.naturalid.ImmutableNaturalIdTest.testNaturalIdCheck": "unknown", 3008 "org.hibernate.test.jpa.naturalid.ImmutableNaturalIdTest.testNaturalIdDeleteUsingCache": "unknown", 3009 "org.hibernate.test.jpa.naturalid.ImmutableNaturalIdTest.testNaturalIdLoadAccessCache": "unknown", 3010 "org.hibernate.test.jpa.naturalid.ImmutableNaturalIdTest.testNaturalIdRecreateUsingCache": "unknown", 3011 "org.hibernate.test.jpa.naturalid.ImmutableNaturalIdTest.testSimpleNaturalIdLoadAccessCache": "unknown", 3012 "org.hibernate.test.jpa.naturalid.ImmutableNaturalIdTest.testUpdate": "unknown", 3013 "org.hibernate.test.jpa.naturalid.MutableNaturalIdTest.testInLineSynchWithIdentityColumn": "unknown", 3014 "org.hibernate.test.jpa.naturalid.MutableNaturalIdTest.testSimpleNaturalIdLoadAccessCacheWithUpdate": "unknown", 3015 "org.hibernate.test.jpa.orphan.one2one.OneToOneEagerNonOptionalOrphanRemovalTest.testOneToOneLazyNonOptionalOrphanRemoval": "unknown", 3016 "org.hibernate.test.jpa.orphan.one2one.OneToOneEagerOrphanRemovalTest.testOneToOneEagerOrphanRemoval": "unknown", 3017 "org.hibernate.test.jpa.orphan.one2one.OneToOneLazyNonOptionalOrphanRemovalTest.testOneToOneLazyNonOptionalOrphanRemoval": "unknown", 3018 "org.hibernate.test.jpa.orphan.one2one.OneToOneLazyOrphanRemovalTest.testOneToOneLazyOrphanRemoval": "unknown", 3019 "org.hibernate.test.jpa.proxy.JPAProxyTest.testEjb3ProxyUsage": "unknown", 3020 "org.hibernate.test.jpa.proxy.JPAProxyTest.testGetSemantics": "unknown", 3021 "org.hibernate.test.jpa.ql.FunctionKeywordTest.basicFixture": "unknown", 3022 "org.hibernate.test.jpa.ql.FunctionKeywordTest.basicTest": "unknown", 3023 "org.hibernate.test.jpa.ql.IdentificationVariablesTest.testMixedTckUsage": "unknown", 3024 "org.hibernate.test.jpa.ql.IdentificationVariablesTest.testUsageInDistinct": "unknown", 3025 "org.hibernate.test.jpa.ql.IdentificationVariablesTest.testUsageInJpaInCollectionSyntax": "unknown", 3026 "org.hibernate.test.jpa.ql.IdentificationVariablesTest.testUsageInPath": "unknown", 3027 "org.hibernate.test.jpa.ql.IdentificationVariablesTest.testUsageInSelect": "unknown", 3028 "org.hibernate.test.jpa.ql.IdentificationVariablesTest.testUsageInSelectObject": "unknown", 3029 "org.hibernate.test.jpa.ql.JPAQLComplianceTest.testAliasNameSameAsUnqualifiedEntityName": "unknown", 3030 "org.hibernate.test.jpa.ql.JPAQLComplianceTest.testGeneratedSubquery": "unknown", 3031 "org.hibernate.test.jpa.ql.JPAQLComplianceTest.testIdentifierCaseSensitive": "unknown", 3032 "org.hibernate.test.jpa.ql.JPAQLComplianceTest.testOrderByAlias": "unknown", 3033 "org.hibernate.test.jpa.ql.JPAQLComplianceTest.testParameterCollectionParenthesesAndPositional": "unknown", 3034 "org.hibernate.test.jpa.ql.JPAQLComplianceTest.testReusedNamedCollectionParam": "unknown", 3035 "org.hibernate.test.jpa.ql.JPAQLComplianceTest.testReusedPositionalCollectionParam": "unknown", 3036 "org.hibernate.test.jpa.ql.NamedNativeQueryTest.testDeleteMultipleValues": "unknown", 3037 "org.hibernate.test.jpa.ql.NamedNativeQueryTest.testDeleteSingleValue": "unknown", 3038 "org.hibernate.test.jpa.ql.NamedNativeQueryTest.testInsertMultipleValues": "unknown", 3039 "org.hibernate.test.jpa.ql.NamedNativeQueryTest.testInsertSingleValue": "unknown", 3040 "org.hibernate.test.jpa.ql.NamedNativeQueryTest.testMultipleSelect": "unknown", 3041 "org.hibernate.test.jpa.ql.NamedNativeQueryTest.testSingleSelect": "unknown", 3042 "org.hibernate.test.jpa.ql.NamedNativeQueryTest.testUpdateMultipleValues": "unknown", 3043 "org.hibernate.test.jpa.ql.NamedNativeQueryTest.testUpdateSingleValue": "unknown", 3044 "org.hibernate.test.jpa.ql.NativeQueryTest.testJpaStylePositionalParametersInNativeSql": "unknown", 3045 "org.hibernate.test.jpa.ql.OnKeywordTest.basicTest": "unknown", 3046 "org.hibernate.test.jpa.ql.TreatKeywordTest.testBasicUsageInJoin": "unknown", 3047 "org.hibernate.test.jpa.ql.TreatKeywordTest.testFilteringDiscriminatorSubclasses": "unknown", 3048 "org.hibernate.test.jpa.ql.TreatKeywordTest.testFilteringJoinedSubclasses": "unknown", 3049 "org.hibernate.test.jpa.ql.TreatKeywordTest.testTreatWithRestrictionOnAbstractClass": "unknown", 3050 "org.hibernate.test.jpa.removed.RemovedEntityTest.testRemoveChildThenFlushWithCascadePersist": "unknown", 3051 "org.hibernate.test.jpa.removed.RemovedEntityTest.testRemoveThenContains": "unknown", 3052 "org.hibernate.test.jpa.removed.RemovedEntityTest.testRemoveThenGet": "unknown", 3053 "org.hibernate.test.jpa.removed.RemovedEntityTest.testRemoveThenSave": "unknown", 3054 "org.hibernate.test.jpa.removed.RemovedEntityTest.testRemoveThenSaveWithCascades": "unknown", 3055 "org.hibernate.test.keymanytoone.bidir.component.EagerCollectionLazyKeyManyToOneTest.testLoadingStrategies": "unknown", 3056 "org.hibernate.test.keymanytoone.bidir.component.EagerCollectionLazyKeyManyToOneTest.testQueryingOnMany2One": "unknown", 3057 "org.hibernate.test.keymanytoone.bidir.component.EagerCollectionLazyKeyManyToOneTest.testSaveCascadedToKeyManyToOne": "unknown", 3058 "org.hibernate.test.keymanytoone.bidir.component.EagerKeyManyToOneTest.testLoadEntityWithEagerFetchingToKeyManyToOneReferenceBackToSelf": "unknown", 3059 "org.hibernate.test.keymanytoone.bidir.component.EagerKeyManyToOneTest.testLoadingStrategies": "unknown", 3060 "org.hibernate.test.keymanytoone.bidir.component.EagerKeyManyToOneTest.testSaveCascadedToKeyManyToOne": "unknown", 3061 "org.hibernate.test.keymanytoone.bidir.component.LazyKeyManyToOneTest.testLoadingStrategies": "unknown", 3062 "org.hibernate.test.keymanytoone.bidir.component.LazyKeyManyToOneTest.testQueryingOnMany2One": "unknown", 3063 "org.hibernate.test.keymanytoone.bidir.component.LazyKeyManyToOneTest.testSaveCascadedToKeyManyToOne": "unknown", 3064 "org.hibernate.test.keymanytoone.bidir.embedded.KeyManyToOneTest.testCriteriaRestrictionOnKeyManyToOne": "unknown", 3065 "org.hibernate.test.keymanytoone.bidir.embedded.KeyManyToOneTest.testLoadingStrategies": "unknown", 3066 "org.hibernate.test.keymanytoone.bidir.embedded.KeyManyToOneTest.testQueryingOnMany2One": "unknown", 3067 "org.hibernate.test.keymanytoone.bidir.embedded.KeyManyToOneTest.testSaveCascadedToKeyManyToOne": "unknown", 3068 "org.hibernate.test.keymanytoone.bidir.ondelete.KeyManyToOneCascadeDeleteTest.testEmbeddedCascadeRemoval": "unknown", 3069 "org.hibernate.test.keymanytoone.unidir.ondelete.KeyManyToOneCascadeDeleteTest.testComponentCascadeRemoval": "unknown", 3070 "org.hibernate.test.lazydetachedpersist.LazyPersistWithDetachedAssociationTest.testDetachedAssociationOnPersisting": "unknown", 3071 "org.hibernate.test.lazyload.JtaLazyLoadingTest.testLazyCollectionLoadingAfterEndTransaction": "unknown", 3072 "org.hibernate.test.lazyload.LazyLoadingLoggingTest.classMethod": "unknown", 3073 "org.hibernate.test.lazyload.LazyLoadingTest.testGetIdManyToOne": "unknown", 3074 "org.hibernate.test.lazyload.LazyLoadingTest.testGetIdOneToOne": "unknown", 3075 "org.hibernate.test.lazyload.LazyLoadingTest.testLazyCollectionLoadingAfterEndTransaction": "unknown", 3076 "org.hibernate.test.legacy.ABCProxyTest.testDiscriminatorFiltering": "unknown", 3077 "org.hibernate.test.legacy.ABCProxyTest.testNarrow": "unknown", 3078 "org.hibernate.test.legacy.ABCProxyTest.testOneToOne": "unknown", 3079 "org.hibernate.test.legacy.ABCProxyTest.testSharedColumn": "unknown", 3080 "org.hibernate.test.legacy.ABCProxyTest.testSubclassMap": "unknown", 3081 "org.hibernate.test.legacy.ABCProxyTest.testSubclassing": "6583", 3082 "org.hibernate.test.legacy.ABCTest.testFormulaAssociation": "unknown", 3083 "org.hibernate.test.legacy.ABCTest.testGetSave": "unknown", 3084 "org.hibernate.test.legacy.ABCTest.testSubclassing": "unknown", 3085 "org.hibernate.test.legacy.ComponentNotNullTest.testComponentNotNull": "unknown", 3086 "org.hibernate.test.legacy.ComponentNotNullTest.testCompositeElement": "unknown", 3087 "org.hibernate.test.legacy.CustomSQLTest.testJoinedSubclass": "unknown", 3088 "org.hibernate.test.legacy.FooBarTest.loadFoo": "unknown", 3089 "org.hibernate.test.legacy.FooBarTest.testAfterDelete": "unknown", 3090 "org.hibernate.test.legacy.FooBarTest.testAny": "unknown", 3091 "org.hibernate.test.legacy.FooBarTest.testArraysOfTimes": "unknown", 3092 "org.hibernate.test.legacy.FooBarTest.testAutoFlush": "unknown", 3093 "org.hibernate.test.legacy.FooBarTest.testAutoFlushCollections": "unknown", 3094 "org.hibernate.test.legacy.FooBarTest.testAutosaveChildren": "unknown", 3095 "org.hibernate.test.legacy.FooBarTest.testBagMultipleElements": "unknown", 3096 "org.hibernate.test.legacy.FooBarTest.testBagOneToMany": "unknown", 3097 "org.hibernate.test.legacy.FooBarTest.testBatchLoad": "unknown", 3098 "org.hibernate.test.legacy.FooBarTest.testCache": "unknown", 3099 "org.hibernate.test.legacy.FooBarTest.testCachedCollection": "unknown", 3100 "org.hibernate.test.legacy.FooBarTest.testCallback": "unknown", 3101 "org.hibernate.test.legacy.FooBarTest.testCascadeDeleteDetached": "unknown", 3102 "org.hibernate.test.legacy.FooBarTest.testCascadeSave": "unknown", 3103 "org.hibernate.test.legacy.FooBarTest.testCollectionCache": "unknown", 3104 "org.hibernate.test.legacy.FooBarTest.testCollectionOfSelf": "unknown", 3105 "org.hibernate.test.legacy.FooBarTest.testCollectionWhere": "unknown", 3106 "org.hibernate.test.legacy.FooBarTest.testCollectionsInSelect": "31777", 3107 "org.hibernate.test.legacy.FooBarTest.testComplicatedQuery": "unknown", 3108 "org.hibernate.test.legacy.FooBarTest.testComponentParent": "unknown", 3109 "org.hibernate.test.legacy.FooBarTest.testComponents": "unknown", 3110 "org.hibernate.test.legacy.FooBarTest.testCreate": "unknown", 3111 "org.hibernate.test.legacy.FooBarTest.testCreateUpdate": "unknown", 3112 "org.hibernate.test.legacy.FooBarTest.testCriteriaCollection": "unknown", 3113 "org.hibernate.test.legacy.FooBarTest.testCustom": "unknown", 3114 "org.hibernate.test.legacy.FooBarTest.testDeleteRecursive": "unknown", 3115 "org.hibernate.test.legacy.FooBarTest.testDeleteTransient": "unknown", 3116 "org.hibernate.test.legacy.FooBarTest.testDeleteUpdatedTransient": "unknown", 3117 "org.hibernate.test.legacy.FooBarTest.testDereferenceLazyCollection": "unknown", 3118 "org.hibernate.test.legacy.FooBarTest.testDyna": "unknown", 3119 "org.hibernate.test.legacy.FooBarTest.testEmbeddedCompositeID": "unknown", 3120 "org.hibernate.test.legacy.FooBarTest.testEmptyCollection": "unknown", 3121 "org.hibernate.test.legacy.FooBarTest.testFetchInitializedCollection": "unknown", 3122 "org.hibernate.test.legacy.FooBarTest.testFetchInitializedCollectionDupe": "unknown", 3123 "org.hibernate.test.legacy.FooBarTest.testFetchList": "unknown", 3124 "org.hibernate.test.legacy.FooBarTest.testFind": "unknown", 3125 "org.hibernate.test.legacy.FooBarTest.testFindByCriteria": "unknown", 3126 "org.hibernate.test.legacy.FooBarTest.testFindLoad": "unknown", 3127 "org.hibernate.test.legacy.FooBarTest.testForCertain": "unknown", 3128 "org.hibernate.test.legacy.FooBarTest.testForceOuterJoin": "unknown", 3129 "org.hibernate.test.legacy.FooBarTest.testForeignKeys": "unknown", 3130 "org.hibernate.test.legacy.FooBarTest.testIdBag": "unknown", 3131 "org.hibernate.test.legacy.FooBarTest.testIterators": "unknown", 3132 "org.hibernate.test.legacy.FooBarTest.testJoin": "unknown", 3133 "org.hibernate.test.legacy.FooBarTest.testLateCollectionAdd": "unknown", 3134 "org.hibernate.test.legacy.FooBarTest.testLazyCollections": "unknown", 3135 "org.hibernate.test.legacy.FooBarTest.testLazyCollectionsTouchedDuringPreCommit": "unknown", 3136 "org.hibernate.test.legacy.FooBarTest.testLimit": "unknown", 3137 "org.hibernate.test.legacy.FooBarTest.testListRemove": "unknown", 3138 "org.hibernate.test.legacy.FooBarTest.testLoad": "unknown", 3139 "org.hibernate.test.legacy.FooBarTest.testLoadAfterDelete": "unknown", 3140 "org.hibernate.test.legacy.FooBarTest.testManyToManyBag": "unknown", 3141 "org.hibernate.test.legacy.FooBarTest.testManyToOne": "unknown", 3142 "org.hibernate.test.legacy.FooBarTest.testMoveLazyCollection": "unknown", 3143 "org.hibernate.test.legacy.FooBarTest.testMultiColumnQueries": "unknown", 3144 "org.hibernate.test.legacy.FooBarTest.testNamedParams": "unknown", 3145 "org.hibernate.test.legacy.FooBarTest.testNewFlushing": "unknown", 3146 "org.hibernate.test.legacy.FooBarTest.testNewSessionLifecycle": "unknown", 3147 "org.hibernate.test.legacy.FooBarTest.testNoForeignKeyViolations": "unknown", 3148 "org.hibernate.test.legacy.FooBarTest.testNonlazyCollection": "unknown", 3149 "org.hibernate.test.legacy.FooBarTest.testObjectType": "unknown", 3150 "org.hibernate.test.legacy.FooBarTest.testOnCascadeDelete": "unknown", 3151 "org.hibernate.test.legacy.FooBarTest.testOneToOneGenerator": "unknown", 3152 "org.hibernate.test.legacy.FooBarTest.testOrderBy": "unknown", 3153 "org.hibernate.test.legacy.FooBarTest.testOrphanDelete": "unknown", 3154 "org.hibernate.test.legacy.FooBarTest.testPSCache": "unknown", 3155 "org.hibernate.test.legacy.FooBarTest.testParameterCheck": "unknown", 3156 "org.hibernate.test.legacy.FooBarTest.testPersistCollections": "unknown", 3157 "org.hibernate.test.legacy.FooBarTest.testPersistentLifecycle": "unknown", 3158 "org.hibernate.test.legacy.FooBarTest.testPolymorphism": "unknown", 3159 "org.hibernate.test.legacy.FooBarTest.testPropertyRef": "unknown", 3160 "org.hibernate.test.legacy.FooBarTest.testProxyArray": "unknown", 3161 "org.hibernate.test.legacy.FooBarTest.testQuery": "unknown", 3162 "org.hibernate.test.legacy.FooBarTest.testQueryCollectionOfValues": "unknown", 3163 "org.hibernate.test.legacy.FooBarTest.testQueryLockMode": "unknown", 3164 "org.hibernate.test.legacy.FooBarTest.testReachability": "unknown", 3165 "org.hibernate.test.legacy.FooBarTest.testRecursiveLoad": "unknown", 3166 "org.hibernate.test.legacy.FooBarTest.testRefresh": "unknown", 3167 "org.hibernate.test.legacy.FooBarTest.testRefreshProxy": "unknown", 3168 "org.hibernate.test.legacy.FooBarTest.testRemoveContains": "unknown", 3169 "org.hibernate.test.legacy.FooBarTest.testRemoveFromIdbag": "unknown", 3170 "org.hibernate.test.legacy.FooBarTest.testReuseDeletedCollection": "unknown", 3171 "org.hibernate.test.legacy.FooBarTest.testSaveAddDelete": "unknown", 3172 "org.hibernate.test.legacy.FooBarTest.testSaveDelete": "unknown", 3173 "org.hibernate.test.legacy.FooBarTest.testSaveFlush": "unknown", 3174 "org.hibernate.test.legacy.FooBarTest.testSaveOrUpdateCopyAny": "unknown", 3175 "org.hibernate.test.legacy.FooBarTest.testSerializableType": "unknown", 3176 "org.hibernate.test.legacy.FooBarTest.testSortables": "unknown", 3177 "org.hibernate.test.legacy.FooBarTest.testTransientOrphanDelete": "unknown", 3178 "org.hibernate.test.legacy.FooBarTest.testUpdate": "unknown", 3179 "org.hibernate.test.legacy.FooBarTest.testUpdateCollections": "unknown", 3180 "org.hibernate.test.legacy.FooBarTest.testUpdateFromTransient": "unknown", 3181 "org.hibernate.test.legacy.FooBarTest.testUpdateOrder": "unknown", 3182 "org.hibernate.test.legacy.FooBarTest.testVersionedCollections": "unknown", 3183 "org.hibernate.test.legacy.FooBarTest.testVersioning": "6583", 3184 "org.hibernate.test.legacy.FooBarTest.testVeto": "unknown", 3185 "org.hibernate.test.legacy.FooBarTest.testWierdSession": "unknown", 3186 "org.hibernate.test.legacy.FumTest.testBeanResultTransformer": "unknown", 3187 "org.hibernate.test.legacy.FumTest.testCompositeID": "6583", 3188 "org.hibernate.test.legacy.FumTest.testCompositeIDCollections": "unknown", 3189 "org.hibernate.test.legacy.FumTest.testCompositeIDOneToOne": "unknown", 3190 "org.hibernate.test.legacy.FumTest.testCompositeIDQuery": "unknown", 3191 "org.hibernate.test.legacy.FumTest.testCompositeIDs": "unknown", 3192 "org.hibernate.test.legacy.FumTest.testCompositeKeyPathExpressions": "unknown", 3193 "org.hibernate.test.legacy.FumTest.testCriteria": "unknown", 3194 "org.hibernate.test.legacy.FumTest.testCriteriaCollection": "unknown", 3195 "org.hibernate.test.legacy.FumTest.testDeleteOwner": "6583", 3196 "org.hibernate.test.legacy.FumTest.testKeyManyToOne": "unknown", 3197 "org.hibernate.test.legacy.FumTest.testListIdentifiers": "unknown", 3198 "org.hibernate.test.legacy.FumTest.testQuery": "unknown", 3199 "org.hibernate.test.legacy.FumTest.testUnflushedSessionSerialization": "unknown", 3200 "org.hibernate.test.legacy.IJ2Test.testUnionSubclass": "6583", 3201 "org.hibernate.test.legacy.IJTest.testFormulaDiscriminator": "6583", 3202 "org.hibernate.test.legacy.LimitExpressionTest.testLimitZero": "unknown", 3203 "org.hibernate.test.legacy.MapTest.testMap": "unknown", 3204 "org.hibernate.test.legacy.MapTest.testMapOneToOne": "unknown", 3205 "org.hibernate.test.legacy.MapTest.testOneToOnePropertyRef": "unknown", 3206 "org.hibernate.test.legacy.MasterDetailTest.testCachedCollectionRefresh": "unknown", 3207 "org.hibernate.test.legacy.MasterDetailTest.testCascading": "unknown", 3208 "org.hibernate.test.legacy.MasterDetailTest.testCategories": "6583", 3209 "org.hibernate.test.legacy.MasterDetailTest.testCollectionQuery": "unknown", 3210 "org.hibernate.test.legacy.MasterDetailTest.testCollectionRefresh": "unknown", 3211 "org.hibernate.test.legacy.MasterDetailTest.testCollectionReplace": "6583", 3212 "org.hibernate.test.legacy.MasterDetailTest.testCollectionReplace2": "6583", 3213 "org.hibernate.test.legacy.MasterDetailTest.testCollectionReplaceOnUpdate": "6583", 3214 "org.hibernate.test.legacy.MasterDetailTest.testCopy": "unknown", 3215 "org.hibernate.test.legacy.MasterDetailTest.testExample": "unknown", 3216 "org.hibernate.test.legacy.MasterDetailTest.testIncomingOutgoing": "unknown", 3217 "org.hibernate.test.legacy.MasterDetailTest.testInterface": "unknown", 3218 "org.hibernate.test.legacy.MasterDetailTest.testMasterDetail": "unknown", 3219 "org.hibernate.test.legacy.MasterDetailTest.testMixNativeAssigned": "unknown", 3220 "org.hibernate.test.legacy.MasterDetailTest.testMultiLevelCascade": "unknown", 3221 "org.hibernate.test.legacy.MasterDetailTest.testNamedQuery": "unknown", 3222 "org.hibernate.test.legacy.MasterDetailTest.testNoUpdateManyToOne": "unknown", 3223 "org.hibernate.test.legacy.MasterDetailTest.testNonLazyBidirectional": "unknown", 3224 "org.hibernate.test.legacy.MasterDetailTest.testNotNullDiscriminator": "unknown", 3225 "org.hibernate.test.legacy.MasterDetailTest.testOuterJoin": "unknown", 3226 "org.hibernate.test.legacy.MasterDetailTest.testPolymorphicCriteria": "unknown", 3227 "org.hibernate.test.legacy.MasterDetailTest.testQueuedBagAdds": "unknown", 3228 "org.hibernate.test.legacy.MasterDetailTest.testSelfManyToOne": "unknown", 3229 "org.hibernate.test.legacy.MasterDetailTest.testUpdateLazyCollections": "unknown", 3230 "org.hibernate.test.legacy.MultiTableTest.testCollection": "unknown", 3231 "org.hibernate.test.legacy.MultiTableTest.testCollectionOnly": "unknown", 3232 "org.hibernate.test.legacy.MultiTableTest.testCollectionPointer": "unknown", 3233 "org.hibernate.test.legacy.MultiTableTest.testConstraints": "unknown", 3234 "org.hibernate.test.legacy.MultiTableTest.testCriteria": "unknown", 3235 "org.hibernate.test.legacy.MultiTableTest.testFetchOneToMany": "unknown", 3236 "org.hibernate.test.legacy.MultiTableTest.testJoins": "unknown", 3237 "org.hibernate.test.legacy.MultiTableTest.testMultiTable": "6583", 3238 "org.hibernate.test.legacy.MultiTableTest.testMultiTableCollections": "unknown", 3239 "org.hibernate.test.legacy.MultiTableTest.testMultiTableGeneratedId": "6583", 3240 "org.hibernate.test.legacy.MultiTableTest.testMultiTableManyToOne": "unknown", 3241 "org.hibernate.test.legacy.MultiTableTest.testMultiTableNativeId": "unknown", 3242 "org.hibernate.test.legacy.MultiTableTest.testNarrow": "unknown", 3243 "org.hibernate.test.legacy.MultiTableTest.testOneToOne": "unknown", 3244 "org.hibernate.test.legacy.MultiTableTest.testQueries": "unknown", 3245 "org.hibernate.test.legacy.MultiTableTest.testSubclassCollection": "unknown", 3246 "org.hibernate.test.legacy.OneToOneCacheTest.testOneToOneCache": "unknown", 3247 "org.hibernate.test.legacy.ParentChildTest.testArrayCriteria": "unknown", 3248 "org.hibernate.test.legacy.ParentChildTest.testArrayHQL": "unknown", 3249 "org.hibernate.test.legacy.ParentChildTest.testBag": "unknown", 3250 "org.hibernate.test.legacy.ParentChildTest.testCascadeCompositeElements": "unknown", 3251 "org.hibernate.test.legacy.ParentChildTest.testCircularCascade": "unknown", 3252 "org.hibernate.test.legacy.ParentChildTest.testClassWhere": "unknown", 3253 "org.hibernate.test.legacy.ParentChildTest.testClassWhereManyToMany": "unknown", 3254 "org.hibernate.test.legacy.ParentChildTest.testCollectionQuery": "unknown", 3255 "org.hibernate.test.legacy.ParentChildTest.testComplexCriteria": "6583", 3256 "org.hibernate.test.legacy.ParentChildTest.testContainer": "unknown", 3257 "org.hibernate.test.legacy.ParentChildTest.testDeleteEmpty": "unknown", 3258 "org.hibernate.test.legacy.ParentChildTest.testLazyManyToOneCriteria": "unknown", 3259 "org.hibernate.test.legacy.ParentChildTest.testLazyManyToOneGet": "unknown", 3260 "org.hibernate.test.legacy.ParentChildTest.testLazyManyToOneHQL": "unknown", 3261 "org.hibernate.test.legacy.ParentChildTest.testLoadAfterNonExists": "26738", 3262 "org.hibernate.test.legacy.ParentChildTest.testLocking": "6583", 3263 "org.hibernate.test.legacy.ParentChildTest.testManyToMany": "unknown", 3264 "org.hibernate.test.legacy.ParentChildTest.testObjectType": "unknown", 3265 "org.hibernate.test.legacy.ParentChildTest.testParentChild": "unknown", 3266 "org.hibernate.test.legacy.ParentChildTest.testParentNullChild": "unknown", 3267 "org.hibernate.test.legacy.ParentChildTest.testQueryOneToOne": "unknown", 3268 "org.hibernate.test.legacy.ParentChildTest.testReplicate": "unknown", 3269 "org.hibernate.test.legacy.QueryByExampleTest.testExcludingQBE": "unknown", 3270 "org.hibernate.test.legacy.QueryByExampleTest.testJunctionNotExpressionQBE": "unknown", 3271 "org.hibernate.test.legacy.QueryByExampleTest.testSimpleQBE": "unknown", 3272 "org.hibernate.test.legacy.SQLFunctionsTest.testBlobClob": "26725", 3273 "org.hibernate.test.legacy.SQLFunctionsTest.testBroken": "unknown", 3274 "org.hibernate.test.legacy.SQLFunctionsTest.testCachedQuery": "unknown", 3275 "org.hibernate.test.legacy.SQLFunctionsTest.testCachedQueryOnInsert": "unknown", 3276 "org.hibernate.test.legacy.SQLFunctionsTest.testCachedQueryRegion": "unknown", 3277 "org.hibernate.test.legacy.SQLFunctionsTest.testDialectSQLFunctions": "unknown", 3278 "org.hibernate.test.legacy.SQLFunctionsTest.testNothinToUpdate": "unknown", 3279 "org.hibernate.test.legacy.SQLFunctionsTest.testSQLFunctions": "unknown", 3280 "org.hibernate.test.legacy.SQLFunctionsTest.testSetProperties": "unknown", 3281 "org.hibernate.test.legacy.SQLFunctionsTest.testSetPropertiesMap": "unknown", 3282 "org.hibernate.test.legacy.SQLFunctionsTest.testSqlFunctionAsAlias": "unknown", 3283 "org.hibernate.test.legacy.SQLLoaderTest.testComponentNoStar": "unknown", 3284 "org.hibernate.test.legacy.SQLLoaderTest.testComponentStar": "unknown", 3285 "org.hibernate.test.legacy.SQLLoaderTest.testCompositeIdId": "unknown", 3286 "org.hibernate.test.legacy.SQLLoaderTest.testDoubleAliasing": "unknown", 3287 "org.hibernate.test.legacy.SQLLoaderTest.testEmbeddedCompositeProperties": "unknown", 3288 "org.hibernate.test.legacy.SQLLoaderTest.testFindBySQLAssociatedObjects": "unknown", 3289 "org.hibernate.test.legacy.SQLLoaderTest.testFindBySQLDiscriminatedDiffSession": "unknown", 3290 "org.hibernate.test.legacy.SQLLoaderTest.testFindBySQLDiscriminatedSameSession": "unknown", 3291 "org.hibernate.test.legacy.SQLLoaderTest.testFindBySQLMultipleObject": "unknown", 3292 "org.hibernate.test.legacy.SQLLoaderTest.testFindBySQLParameters": "unknown", 3293 "org.hibernate.test.legacy.SQLLoaderTest.testFindBySQLProperties": "unknown", 3294 "org.hibernate.test.legacy.SQLLoaderTest.testFindBySQLSimpleByDiffSessions": "unknown", 3295 "org.hibernate.test.legacy.SQLLoaderTest.testFindBySQLStar": "unknown", 3296 "org.hibernate.test.legacy.SQLLoaderTest.testFindSimpleBySQL": "unknown", 3297 "org.hibernate.test.legacy.SQLLoaderTest.testPropertyResultSQL": "unknown", 3298 "org.hibernate.test.legacy.SQLLoaderTest.testTS": "unknown", 3299 "org.hibernate.test.legacy.StatisticsTest.testSessionStats": "unknown", 3300 "org.hibernate.test.loadplans.process.EncapsulatedCompositeAttributeResultSetProcessorTest.testNestedCompositeElementCollectionProcessing": "unknown", 3301 "org.hibernate.test.loadplans.process.EncapsulatedCompositeAttributeResultSetProcessorTest.testSimpleNestedCompositeAttributeProcessing": "unknown", 3302 "org.hibernate.test.loadplans.process.EncapsulatedCompositeIdResultSetProcessorTest.testCompositeIdWithKeyManyToOne": "unknown", 3303 "org.hibernate.test.loadplans.process.EncapsulatedCompositeIdResultSetProcessorTest.testSimpleCompositeId": "unknown", 3304 "org.hibernate.test.loadplans.process.EntityAssociationResultSetProcessorTest.testManyToOneEntityProcessing": "unknown", 3305 "org.hibernate.test.loadplans.process.EntityAssociationResultSetProcessorTest.testNestedManyToOneEntityProcessing": "unknown", 3306 "org.hibernate.test.loadplans.process.EntityWithNonLazyCollectionResultSetProcessorTest.testEntityWithSet": "unknown", 3307 "org.hibernate.test.loadplans.process.EntityWithNonLazyOneToManyListResultSetProcessorTest.testEntityWithList": "unknown", 3308 "org.hibernate.test.loadplans.process.EntityWithNonLazyOneToManySetResultSetProcessorTest.testEntityWithSet": "unknown", 3309 "org.hibernate.test.loadplans.process.NonEncapsulatedCompositeIdResultSetProcessorTest.testCompositeIdWithKeyManyToOne": "unknown", 3310 "org.hibernate.test.loadplans.process.SimpleResultSetProcessorTest.testSimpleEntityProcessing": "unknown", 3311 "org.hibernate.test.loadplans.process.inheritance.Test.basicTest": "5807", 3312 "org.hibernate.test.lob.BlobLocatorTest.testBoundedBlobLocatorAccess": "26725", 3313 "org.hibernate.test.lob.ClobLocatorTest.testBoundedClobLocatorAccess": "26725", 3314 "org.hibernate.test.lob.ImageTest.testBoundedLongByteArrayAccess": "unknown", 3315 "org.hibernate.test.lob.ImageTest.testSaving": "unknown", 3316 "org.hibernate.test.lob.LobStringTest.testHqlQuery": "26725", 3317 "org.hibernate.test.lob.LobStringTest.testSelectClobPropertyInNativeQuery": "26725", 3318 "org.hibernate.test.lob.LobStringTest.testSelectStringLobAnnotatedInNativeQuery": "26725", 3319 "org.hibernate.test.lob.LobStringTest.testUsingLobPropertyInNativeQuery": "26725", 3320 "org.hibernate.test.lob.LobStringTest.testUsingStringLobAnnotatedPropertyInNativeQuery": "26725", 3321 "org.hibernate.test.lob.MaterializedBlobTest.testBoundedLongByteArrayAccess": "26725", 3322 "org.hibernate.test.lob.MaterializedBlobTest.testSaving": "26725", 3323 "org.hibernate.test.lob.MaterializedClobTest.testBoundedLongStringAccess": "26725", 3324 "org.hibernate.test.lob.PostgreSqlLobStringTest.testBadClobDataSavedAsStringFails": "unknown", 3325 "org.hibernate.test.lob.PostgreSqlLobStringTest.testBadClobDataSavedAsStringworksAfterUpdate": "26725", 3326 "org.hibernate.test.lob.SerializableTypeTest.testNewSerializableType": "unknown", 3327 "org.hibernate.test.lob.TextTest.testBoundedLongStringAccess": "unknown", 3328 "org.hibernate.test.locale.LocaleTest.testMetadataWithLocale": "unknown", 3329 "org.hibernate.test.locking.JoinedInheritanceOptimisticForceIncrementTest.testForceIncrement": "unknown", 3330 "org.hibernate.test.locking.LockModeTest.testLegacyCriteria": "6583", 3331 "org.hibernate.test.locking.LockModeTest.testLegacyCriteriaAliasSpecific": "6583", 3332 "org.hibernate.test.locking.LockModeTest.testLoading": "6583", 3333 "org.hibernate.test.locking.LockModeTest.testQuery": "6583", 3334 "org.hibernate.test.locking.LockModeTest.testQueryLockModeNoneWithAlias": "unknown", 3335 "org.hibernate.test.locking.LockModeTest.testQueryLockModePessimisticWriteWithAlias": "unknown", 3336 "org.hibernate.test.locking.LockModeTest.testQueryUsingLockOptions": "6583", 3337 "org.hibernate.test.locking.LockModeTest.testRefreshAfterUpdate": "unknown", 3338 "org.hibernate.test.locking.LockModeTest.testRefreshLockedEntity": "6583", 3339 "org.hibernate.test.locking.LockModeTest.testRefreshWithExplicitHigherLevelLockMode": "6583", 3340 "org.hibernate.test.locking.LockModeTest.testRefreshWithExplicitLowerLevelLockMode": "6583", 3341 "org.hibernate.test.locking.PessimisticReadSkipLockedTest.testPostgreSQLSkipLocked": "6583", 3342 "org.hibernate.test.locking.PessimisticWriteLockTimeoutTest.testNoWait": "6583", 3343 "org.hibernate.test.locking.PessimisticWriteLockTimeoutTest.testSkipLocked": "6583", 3344 "org.hibernate.test.locking.PessimisticWriteSkipLockedTest.testPostgreSQLSkipLocked": "6583", 3345 "org.hibernate.test.locking.UpgradeSkipLockedTest.testPostgreSQLSkipLocked": "6583", 3346 "org.hibernate.test.locking.paging.PagingAndLockingTest.testCriteria": "6583", 3347 "org.hibernate.test.locking.paging.PagingAndLockingTest.testHql": "6583", 3348 "org.hibernate.test.locking.paging.PagingAndLockingTest.testNativeSql": "6583", 3349 "org.hibernate.test.locking.warning.LockNoneWarmingTest.testQuerySetLockModeNONEDoNotLogAWarnMessageWhenTheDialectUseFollowOnLockingIsTrue": "unknown", 3350 "org.hibernate.test.manytomany.ManyToManyBidirectionalTest.testRemoveOwnerSide": "unknown", 3351 "org.hibernate.test.manytomany.ManyToManyTest.testManyToManyWithFormula": "unknown", 3352 "org.hibernate.test.manytomany.ManyToManyWhereTest.testManyToManyWithWhereConditional": "unknown", 3353 "org.hibernate.test.manytomany.batchload.BatchedManyToManyTest.testLoadingNonInverseSide": "unknown", 3354 "org.hibernate.test.manytomany.ordered.OrderedManyToManyTest.testManyToManyOrdering": "unknown", 3355 "org.hibernate.test.manytomanyassociationclass.compositeid.ManyToManyAssociationClassCompositeIdTest.testDeleteDetached": "unknown", 3356 "org.hibernate.test.manytomanyassociationclass.compositeid.ManyToManyAssociationClassCompositeIdTest.testRemoveAndAddEqualCollection": "unknown", 3357 "org.hibernate.test.manytomanyassociationclass.compositeid.ManyToManyAssociationClassCompositeIdTest.testRemoveAndAddEqualElement": "unknown", 3358 "org.hibernate.test.manytomanyassociationclass.compositeid.ManyToManyAssociationClassCompositeIdTest.testRemoveAndAddEqualElementNonKeyModified": "unknown", 3359 "org.hibernate.test.manytomanyassociationclass.compositeid.ManyToManyAssociationClassCompositeIdTest.testRemoveAndAddSameElement": "unknown", 3360 "org.hibernate.test.manytomanyassociationclass.compositeid.ManyToManyAssociationClassCompositeIdTest.testRemoveAndAddSameElementNonKeyModified": "unknown", 3361 "org.hibernate.test.manytomanyassociationclass.surrogateid.assigned.ManyToManyAssociationClassAssignedIdTest.testDeleteDetached": "unknown", 3362 "org.hibernate.test.manytomanyassociationclass.surrogateid.assigned.ManyToManyAssociationClassAssignedIdTest.testRemoveAndAddEqualCollection": "unknown", 3363 "org.hibernate.test.manytomanyassociationclass.surrogateid.assigned.ManyToManyAssociationClassAssignedIdTest.testRemoveAndAddEqualElement": "unknown", 3364 "org.hibernate.test.manytomanyassociationclass.surrogateid.assigned.ManyToManyAssociationClassAssignedIdTest.testRemoveAndAddEqualElementNonKeyModified": "unknown", 3365 "org.hibernate.test.manytomanyassociationclass.surrogateid.assigned.ManyToManyAssociationClassAssignedIdTest.testRemoveAndAddSameElement": "unknown", 3366 "org.hibernate.test.manytomanyassociationclass.surrogateid.assigned.ManyToManyAssociationClassAssignedIdTest.testRemoveAndAddSameElementNonKeyModified": "unknown", 3367 "org.hibernate.test.manytomanyassociationclass.surrogateid.generated.ManyToManyAssociationClassGeneratedIdTest.testDeleteDetached": "unknown", 3368 "org.hibernate.test.manytomanyassociationclass.surrogateid.generated.ManyToManyAssociationClassGeneratedIdTest.testRemoveAndAddEqualCollection": "unknown", 3369 "org.hibernate.test.manytomanyassociationclass.surrogateid.generated.ManyToManyAssociationClassGeneratedIdTest.testRemoveAndAddEqualElement": "unknown", 3370 "org.hibernate.test.manytomanyassociationclass.surrogateid.generated.ManyToManyAssociationClassGeneratedIdTest.testRemoveAndAddEqualElementNonKeyModified": "unknown", 3371 "org.hibernate.test.manytomanyassociationclass.surrogateid.generated.ManyToManyAssociationClassGeneratedIdTest.testRemoveAndAddSameElement": "unknown", 3372 "org.hibernate.test.manytomanyassociationclass.surrogateid.generated.ManyToManyAssociationClassGeneratedIdTest.testRemoveAndAddSameElementNonKeyModified": "unknown", 3373 "org.hibernate.test.map.MapIndexFormulaTest.testIndexFormulaMap": "unknown", 3374 "org.hibernate.test.map.MapIndexFormulaTest.testIndexFunctionOnManyToManyMap": "unknown", 3375 "org.hibernate.test.map.MapIndexFormulaTest.testSQLQuery": "unknown", 3376 "org.hibernate.test.mapcompelem.MapCompositeElementTest.testMapCompositeElementWithFormula": "unknown", 3377 "org.hibernate.test.mapcompelem.MapCompositeElementTest.testQueryMapCompositeElement": "unknown", 3378 "org.hibernate.test.mapelemformula.MapElementFormulaTest.testManyToManyFormula": "unknown", 3379 "org.hibernate.test.mapping.AliasTest.testUnderscoreInColumnName": "unknown", 3380 "org.hibernate.test.mapping.MappingReorderedAliasTest.testUnderscoreInColumnName": "unknown", 3381 "org.hibernate.test.mapping.cascade.PersistOnLazyCollectionTest.testPersistOnAlreadyPersistentEntityWithUninitializedLazyCollection": "unknown", 3382 "org.hibernate.test.mapping.cascade.PersistOnLazyCollectionTest.testPersistOnNewEntityRelatedToAlreadyPersistentEntityWithUninitializedLazyCollection": "unknown", 3383 "org.hibernate.test.mixed.MixedTest.testMixedInheritance": "26725", 3384 "org.hibernate.test.nationalized.StringNationalizedTest.testSaveEntityWithNationalizedProperty": "unknown", 3385 "org.hibernate.test.naturalid.cid.CompositeIdAndNaturalIdTest.testByNaturalId": "unknown", 3386 "org.hibernate.test.naturalid.cid.CompositeIdAndNaturalIdTest.testNaturalIdCriteria": "unknown", 3387 "org.hibernate.test.naturalid.cid.CompositeIdAndNaturalIdTest.testSave": "unknown", 3388 "org.hibernate.test.naturalid.composite.EmbeddedNaturalIdTest.test": "unknown", 3389 "org.hibernate.test.naturalid.immutable.IdentifierGeneratorWithNaturalIdCacheTest.testNaturalIdCacheEntry": "unknown", 3390 "org.hibernate.test.naturalid.immutable.ImmutableEntityNaturalIdTest.testNaturalIdCheck": "unknown", 3391 "org.hibernate.test.naturalid.immutable.ImmutableEntityNaturalIdTest.testSaveParentWithDetachedChildren": "unknown", 3392 "org.hibernate.test.naturalid.immutable.ImmutableNaturalIdTest.testNaturalIdCache": "unknown", 3393 "org.hibernate.test.naturalid.immutable.ImmutableNaturalIdTest.testNaturalIdCheck": "unknown", 3394 "org.hibernate.test.naturalid.immutable.ImmutableNaturalIdTest.testNaturalIdDeleteUsingCache": "unknown", 3395 "org.hibernate.test.naturalid.immutable.ImmutableNaturalIdTest.testNaturalIdRecreateUsingCache": "unknown", 3396 "org.hibernate.test.naturalid.immutable.ImmutableNaturalIdTest.testUpdate": "unknown", 3397 "org.hibernate.test.naturalid.immutableentity.ImmutableEntityNaturalIdTest.testImmutableNaturalIdLifecycle": "unknown", 3398 "org.hibernate.test.naturalid.immutableentity.ImmutableEntityNaturalIdTest.testImmutableNaturalIdLifecycle2": "unknown", 3399 "org.hibernate.test.naturalid.inheritance.InheritedNaturalIdTest.testIt": "unknown", 3400 "org.hibernate.test.naturalid.inheritance.InheritedNaturalIdTest.testSubclassDeleteNaturalId": "unknown", 3401 "org.hibernate.test.naturalid.inheritance.InheritedNaturalIdTest.testSubclassModifieablNaturalId": "unknown", 3402 "org.hibernate.test.naturalid.inheritance.cache.InheritedNaturalIdCacheTest.testLoadingInheritedEntitiesByNaturalId": "unknown", 3403 "org.hibernate.test.naturalid.inheritance.cache.InheritedNaturalIdNoCacheTest.testLoadExtendedByNormal": "unknown", 3404 "org.hibernate.test.naturalid.mutable.MutableNaturalIdTest.testCacheSynchronizationOnMutation": "unknown", 3405 "org.hibernate.test.naturalid.mutable.MutableNaturalIdTest.testClear": "unknown", 3406 "org.hibernate.test.naturalid.mutable.MutableNaturalIdTest.testEviction": "unknown", 3407 "org.hibernate.test.naturalid.mutable.MutableNaturalIdTest.testNaturalIdCache": "unknown", 3408 "org.hibernate.test.naturalid.mutable.MutableNaturalIdTest.testNaturalIdDeleteUsingCache": "unknown", 3409 "org.hibernate.test.naturalid.mutable.MutableNaturalIdTest.testNaturalIdRecreateUsingCache": "unknown", 3410 "org.hibernate.test.naturalid.mutable.MutableNaturalIdTest.testNonexistentNaturalIdCache": "unknown", 3411 "org.hibernate.test.naturalid.mutable.MutableNaturalIdTest.testQuerying": "unknown", 3412 "org.hibernate.test.naturalid.mutable.MutableNaturalIdTest.testReattachmentNaturalIdCheck": "unknown", 3413 "org.hibernate.test.naturalid.mutable.MutableNaturalIdTest.testReattachmentUnmodifiedNaturalIdCheck": "unknown", 3414 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdNonStrictReadWriteTest.testNaturalIdChangeAfterResolveEntityFrom2LCache": "unknown", 3415 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdNonStrictReadWriteTest.testNaturalIdChangedWhileAttached": "unknown", 3416 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdNonStrictReadWriteTest.testNaturalIdChangedWhileDetached": "unknown", 3417 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdNonStrictReadWriteTest.testNaturalIdRecachingWhenNeeded": "unknown", 3418 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdNonStrictReadWriteTest.testReattachementUnmodifiedInstance": "6583", 3419 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdNonStrictReadWriteTest.testbySimpleNaturalIdResolveEntityFrom2LCacheSubClass": "unknown", 3420 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testChangedNaturalIdCachedAfterTransactionSuccess": "unknown", 3421 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testChangedNaturalIdNotCachedAfterTransactionFailure": "unknown", 3422 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testInsertUpdateEntity_NaturalIdCachedAfterTransactionSuccess": "unknown", 3423 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testInsertedNaturalIdCachedAfterTransactionSuccess": "unknown", 3424 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testInsertedNaturalIdNotCachedAfterTransactionFailure": "unknown", 3425 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testNaturalIdCacheStatisticsReset": "unknown", 3426 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testNaturalIdChangeAfterResolveEntityFrom2LCache": "unknown", 3427 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testNaturalIdChangedWhileAttached": "unknown", 3428 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testNaturalIdChangedWhileDetached": "unknown", 3429 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testNaturalIdRecachingWhenNeeded": "unknown", 3430 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testReattachementUnmodifiedInstance": "6583", 3431 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testToMapConversion": "unknown", 3432 "org.hibernate.test.naturalid.mutable.cached.CachedMutableNaturalIdStrictReadWriteTest.testbySimpleNaturalIdResolveEntityFrom2LCacheSubClass": "unknown", 3433 "org.hibernate.test.naturalid.nullable.NullableNaturalIdTest.testNaturalIdNullValueOnPersist": "6583", 3434 "org.hibernate.test.naturalid.nullable.NullableNaturalIdTest.testNaturalIdQuerySupportingNullValues": "6583", 3435 "org.hibernate.test.naturalid.nullable.NullableNaturalIdTest.testUniqueAssociation": "6583", 3436 "org.hibernate.test.nonpkassociation.NonPkManyToOneAssociationHbmTest.testHqlWithFetch": "unknown", 3437 "org.hibernate.test.nonpkassociation.NonPkManyToOneAssociationTest.testHqlWithFetch": "unknown", 3438 "org.hibernate.test.ondelete.OnDeleteTest.testJoinedSubclass": "26738", 3439 "org.hibernate.test.ondelete.toone.ToOneOnDeleteTest.testManyToOne": "unknown", 3440 "org.hibernate.test.ondelete.toone.hbm.ToOneOnDeleteHbmTest.testManyToOne": "unknown", 3441 "org.hibernate.test.ondemandload.LazyLoadingTest.testLazyCollectionLoadingWithClearedSession": "unknown", 3442 "org.hibernate.test.ondemandload.LazyLoadingTest.testLazyCollectionLoadingWithClosedSession": "unknown", 3443 "org.hibernate.test.ondemandload.LazyLoadingTest.testLazyEntityLoadingWithClosedSession": "unknown", 3444 "org.hibernate.test.ondemandload.cache.CacheLazyLoadNoTransTest.hibernateInitialize": "unknown", 3445 "org.hibernate.test.ondemandload.cache.CacheLazyLoadNoTransTest.testManyToMany": "unknown", 3446 "org.hibernate.test.ondemandload.cache.CacheLazyLoadNoTransTest.testOneToMany": "unknown", 3447 "org.hibernate.test.onetomany.OneToManyDuplicateInsertionTest.testDuplicateInsertion": "unknown", 3448 "org.hibernate.test.onetomany.OneToManyDuplicateInsertionTest.testDuplicateInsertionWithCascadeAndMerge": "unknown", 3449 "org.hibernate.test.onetomany.OneToManyTest.testManyToManySize": "unknown", 3450 "org.hibernate.test.onetomany.OneToManyTest.testOneToManyLinkTable": "5807", 3451 "org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyCacheTest.testOneToManyMoveElement": "unknown", 3452 "org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyCacheTest.testOneToManyMoveElementWithDirtySimpleProperty": "unknown", 3453 "org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyCacheTest.testOneToManyReplaceList": "unknown", 3454 "org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyNoCacheTest.testOneToManyMoveElement": "unknown", 3455 "org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyNoCacheTest.testOneToManyMoveElementWithDirtySimpleProperty": "unknown", 3456 "org.hibernate.test.onetomany.RecursiveBidirectionalOneToManyNoCacheTest.testOneToManyReplaceList": "unknown", 3457 "org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyCacheTest.testOneToManyMoveElement": "unknown", 3458 "org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyCacheTest.testOneToManyMoveElementWithDirtySimpleProperty": "unknown", 3459 "org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyCacheTest.testOneToManyReplaceList": "unknown", 3460 "org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyNoCacheTest.testOneToManyMoveElement": "unknown", 3461 "org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyNoCacheTest.testOneToManyMoveElementWithDirtySimpleProperty": "unknown", 3462 "org.hibernate.test.onetomany.RecursiveVersionedBidirectionalOneToManyNoCacheTest.testOneToManyReplaceList": "unknown", 3463 "org.hibernate.test.onetomany.inheritance.joined.MappedSuperclassMapTest.breakReferences": "5807", 3464 "org.hibernate.test.onetomany.inheritance.joined.MappedSuperclassMapTest.lookupEntities": "5807", 3465 "org.hibernate.test.onetomany.inheritance.joined.MappedSuperclassMapTest.lookupEntities_entrySet": "5807", 3466 "org.hibernate.test.onetomany.inheritance.perclass.MappedSuperclassMapTest.breakReferences": "unknown", 3467 "org.hibernate.test.onetomany.inheritance.perclass.MappedSuperclassMapTest.lookupEntities": "unknown", 3468 "org.hibernate.test.onetomany.inheritance.perclass.MappedSuperclassMapTest.lookupEntities_entrySet": "unknown", 3469 "org.hibernate.test.onetomany.inheritance.single.MappedSuperclassMapTest.breakReferences": "unknown", 3470 "org.hibernate.test.onetomany.inheritance.single.MappedSuperclassMapTest.lookupEntities": "unknown", 3471 "org.hibernate.test.onetomany.inheritance.single.MappedSuperclassMapTest.lookupEntities_entrySet": "unknown", 3472 "org.hibernate.test.onetoone.bidirectional.BiDirectionalOneToOneFetchTest.testEagerFetchBidirectionalOneToOneWithDirectFetching": "unknown", 3473 "org.hibernate.test.onetoone.bidirectional.BiDirectionalOneToOneFetchTest.testFetchBidirectionalOneToOneWithCircularJoinFetch": "unknown", 3474 "org.hibernate.test.onetoone.bidirectional.BiDirectionalOneToOneFetchTest.testFetchBidirectionalOneToOneWithOneJoinFetch": "unknown", 3475 "org.hibernate.test.onetoone.formula.OneToOneFormulaTest.testOneToOneEmbeddedCompositeKey": "unknown", 3476 "org.hibernate.test.onetoone.formula.OneToOneFormulaTest.testOneToOneFormula": "unknown", 3477 "org.hibernate.test.onetoone.formula.OneToOneFormulaTest.testQuery": "unknown", 3478 "org.hibernate.test.onetoone.joined.JoinedSubclassOneToOneTest.testOneToOneOnSubclass": "unknown", 3479 "org.hibernate.test.onetoone.link.OneToOneLinkTest.testOneToOneViaAssociationTable": "unknown", 3480 "org.hibernate.test.onetoone.nopojo.DynamicMapOneToOneTest.testOneToOneOnSubclass": "unknown", 3481 "org.hibernate.test.onetoone.optional.BidirectionalOptionalOneToOneTest.test": "unknown", 3482 "org.hibernate.test.onetoone.optional.OptionalOneToOneTest.testOptionalOneToOneRetrieval": "unknown", 3483 "org.hibernate.test.onetoone.singletable.DiscrimSubclassOneToOneTest.testOneToOneOnSubclass": "unknown", 3484 "org.hibernate.test.ops.CreateTest.testBasic": "unknown", 3485 "org.hibernate.test.ops.CreateTest.testCreateException": "unknown", 3486 "org.hibernate.test.ops.CreateTest.testCreateExceptionWithGeneratedId": "unknown", 3487 "org.hibernate.test.ops.CreateTest.testCreateTree": "unknown", 3488 "org.hibernate.test.ops.CreateTest.testCreateTreeWithGeneratedId": "unknown", 3489 "org.hibernate.test.ops.CreateTest.testNoUpdatesOnCreateVersionedWithCollection": "unknown", 3490 "org.hibernate.test.ops.DeleteTest.testDeleteVersionedWithCollectionNoUpdate": "unknown", 3491 "org.hibernate.test.ops.DeleteTest.testNoUpdateOnDelete": "unknown", 3492 "org.hibernate.test.ops.DeleteTest.testNoUpdateOnDeleteWithCollection": "unknown", 3493 "org.hibernate.test.ops.GetLoadTest.testGetAfterDelete": "unknown", 3494 "org.hibernate.test.ops.GetLoadTest.testGetLoad": "unknown", 3495 "org.hibernate.test.ops.MergeManagedAndCopiesAllowedTest.testIt": "unknown", 3496 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testCascadeFromDetachedToGT2DirtyRepresentations": "unknown", 3497 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testCascadeFromDetachedToNonDirtyRepresentations": "unknown", 3498 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testCascadeFromTransientToNonDirtyRepresentations": "unknown", 3499 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testNestedDiffBasicProperty": "unknown", 3500 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testNestedEntityNewerThanTopLevel": "unknown", 3501 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testNestedManyToOneChangedToNewEntity": "unknown", 3502 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testNestedManyToOneChangedToNull": "unknown", 3503 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testNestedValueCollectionWithChangedElements": "unknown", 3504 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testTopLevelEntityNewerThanNested": "unknown", 3505 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testTopLevelManyToOneChangedToNewEntity": "unknown", 3506 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testTopLevelManyToOneManagedNestedIsDetached": "unknown", 3507 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testTopLevelUnidirOneToManyBackrefWithRemovedElement": "unknown", 3508 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testTopLevelUnidirOneToManyNoBackrefWithNewElement": "unknown", 3509 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testTopLevelUnidirOneToManyNoBackrefWithRemovedElement": "unknown", 3510 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedLoggedTest.testTopValueCollectionWithChangedElements": "unknown", 3511 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedOrphanDeleteTest.testTopLevelUnidirOneToManyBackrefWithRemovedElement": "unknown", 3512 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedOrphanDeleteTest.testTopLevelUnidirOneToManyNoBackrefWithNewElement": "unknown", 3513 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedOrphanDeleteTest.testTopLevelUnidirOneToManyNoBackrefWithRemovedElement": "unknown", 3514 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testCascadeFromDetachedToGT2DirtyRepresentations": "unknown", 3515 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testCascadeFromDetachedToNonDirtyRepresentations": "unknown", 3516 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testCascadeFromTransientToNonDirtyRepresentations": "unknown", 3517 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testNestedDiffBasicProperty": "unknown", 3518 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testNestedEntityNewerThanTopLevel": "unknown", 3519 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testNestedManyToOneChangedToNewEntity": "unknown", 3520 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testNestedManyToOneChangedToNull": "unknown", 3521 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testNestedValueCollectionWithChangedElements": "unknown", 3522 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testTopLevelEntityNewerThanNested": "unknown", 3523 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testTopLevelManyToOneChangedToNewEntity": "unknown", 3524 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testTopLevelManyToOneManagedNestedIsDetached": "unknown", 3525 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testTopLevelUnidirOneToManyBackrefWithRemovedElement": "unknown", 3526 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testTopLevelUnidirOneToManyNoBackrefWithNewElement": "unknown", 3527 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testTopLevelUnidirOneToManyNoBackrefWithRemovedElement": "unknown", 3528 "org.hibernate.test.ops.MergeMultipleEntityCopiesAllowedTest.testTopValueCollectionWithChangedElements": "unknown", 3529 "org.hibernate.test.ops.MergeMultipleEntityCopiesCustomTest.testMergeMultipleEntityCopiesAllowed": "unknown", 3530 "org.hibernate.test.ops.MergeMultipleEntityCopiesCustomTest.testMergeMultipleEntityCopiesAllowedAndDisallowed": "unknown", 3531 "org.hibernate.test.ops.MergeMultipleEntityCopiesDisallowedByDefaultTest.testCascadeFromDetachedToNonDirtyRepresentations": "unknown", 3532 "org.hibernate.test.ops.MergeMultipleEntityCopiesDisallowedByDefaultTest.testTopLevelManyToOneManagedNestedIsDetached": "unknown", 3533 "org.hibernate.test.ops.MergeMultipleEntityCopiesDisallowedTest.testCascadeFromDetachedToNonDirtyRepresentations": "unknown", 3534 "org.hibernate.test.ops.MergeMultipleEntityCopiesDisallowedTest.testTopLevelManyToOneManagedNestedIsDetached": "unknown", 3535 "org.hibernate.test.ops.MergeTest.testDeleteAndMerge": "unknown", 3536 "org.hibernate.test.ops.MergeTest.testMergeBidiForeignKeyOneToOne": "unknown", 3537 "org.hibernate.test.ops.MergeTest.testMergeBidiPrimayKeyOneToOne": "unknown", 3538 "org.hibernate.test.ops.MergeTest.testMergeDeepTree": "unknown", 3539 "org.hibernate.test.ops.MergeTest.testMergeDeepTreeWithGeneratedId": "unknown", 3540 "org.hibernate.test.ops.MergeTest.testMergeManaged": "unknown", 3541 "org.hibernate.test.ops.MergeTest.testMergeManagedInitializedCollection": "unknown", 3542 "org.hibernate.test.ops.MergeTest.testMergeManagedUninitializedCollection": "unknown", 3543 "org.hibernate.test.ops.MergeTest.testMergeManyToManyWithCollectionDeference": "unknown", 3544 "org.hibernate.test.ops.MergeTest.testMergeStaleVersionFails": "unknown", 3545 "org.hibernate.test.ops.MergeTest.testMergeTree": "unknown", 3546 "org.hibernate.test.ops.MergeTest.testMergeTreeWithGeneratedId": "unknown", 3547 "org.hibernate.test.ops.MergeTest.testNoExtraUpdatesOnMerge": "unknown", 3548 "org.hibernate.test.ops.MergeTest.testNoExtraUpdatesOnMergeVersioned": "unknown", 3549 "org.hibernate.test.ops.MergeTest.testNoExtraUpdatesOnMergeVersionedWithCollection": "unknown", 3550 "org.hibernate.test.ops.MergeTest.testNoExtraUpdatesOnMergeWithCollection": "unknown", 3551 "org.hibernate.test.ops.MergeTest.testNoExtraUpdatesOnPersistentMergeVersionedWithCollection": "unknown", 3552 "org.hibernate.test.ops.MergeTest.testPersistThenMergeInSameTxnWithTimestamp": "unknown", 3553 "org.hibernate.test.ops.MergeTest.testPersistThenMergeInSameTxnWithVersion": "unknown", 3554 "org.hibernate.test.ops.MergeTest.testRecursiveMergeTransient": "unknown", 3555 "org.hibernate.test.ops.SaveOrUpdateTest.testEvictThenSaveOrUpdate": "unknown", 3556 "org.hibernate.test.ops.SaveOrUpdateTest.testSaveOrUpdateDeepTree": "unknown", 3557 "org.hibernate.test.ops.SaveOrUpdateTest.testSaveOrUpdateDeepTreeWithGeneratedId": "unknown", 3558 "org.hibernate.test.ops.SaveOrUpdateTest.testSaveOrUpdateGot": "unknown", 3559 "org.hibernate.test.ops.SaveOrUpdateTest.testSaveOrUpdateGotWithMutableProp": "unknown", 3560 "org.hibernate.test.ops.SaveOrUpdateTest.testSaveOrUpdateManaged": "unknown", 3561 "org.hibernate.test.ops.SaveOrUpdateTest.testSaveOrUpdateTree": "unknown", 3562 "org.hibernate.test.ops.SaveOrUpdateTest.testSaveOrUpdateTreeWithGeneratedId": "unknown", 3563 "org.hibernate.test.ops.SaveOrUpdateTest.testSavePersistentEntityWithUpdate": "unknown", 3564 "org.hibernate.test.ops.SimpleOpsTest.testBasicOperations": "unknown", 3565 "org.hibernate.test.ops.genericApi.BasicGetLoadAccessTest.testIt": "6583", 3566 "org.hibernate.test.ops.genericApi.BasicGetLoadAccessTest.testNullLoadResult": "unknown", 3567 "org.hibernate.test.ops.genericApi.BasicGetLoadAccessTest.testNullQueryResult": "unknown", 3568 "org.hibernate.test.ops.genericApi.ProxiedGetLoadAccessTest.testIt": "6583", 3569 "org.hibernate.test.ops.multiLoad.MultiLoadSubSelectCollectionTest.testSubselect": "unknown", 3570 "org.hibernate.test.ops.multiLoad.MultiLoadTest.testBasicMultiLoad": "unknown", 3571 "org.hibernate.test.ops.multiLoad.MultiLoadTest.testBasicMultiLoadWithManagedAndChecking": "unknown", 3572 "org.hibernate.test.ops.multiLoad.MultiLoadTest.testBasicMultiLoadWithManagedAndNoChecking": "unknown", 3573 "org.hibernate.test.ops.multiLoad.MultiLoadTest.testDuplicatedRequestedIds": "unknown", 3574 "org.hibernate.test.ops.multiLoad.MultiLoadTest.testMultiLoadClearsBatchFetchQueue": "unknown", 3575 "org.hibernate.test.ops.multiLoad.MultiLoadTest.testMultiLoadWithCacheModeIgnore": "unknown", 3576 "org.hibernate.test.ops.multiLoad.MultiLoadTest.testNonExistentIdRequest": "unknown", 3577 "org.hibernate.test.ops.multiLoad.MultiLoadTest.testUnflushedDeleteAndThenMultiLoad": "unknown", 3578 "org.hibernate.test.optlock.OptimisticLockTest.testOptimisticLockAll": "Expected Failure", 3579 "org.hibernate.test.optlock.OptimisticLockTest.testOptimisticLockAllDelete": "Expected Failure", 3580 "org.hibernate.test.optlock.OptimisticLockTest.testOptimisticLockDirty": "Expected Failure", 3581 "org.hibernate.test.optlock.OptimisticLockTest.testOptimisticLockDirtyDelete": "Expected Failure", 3582 "org.hibernate.test.ordered.OrderByTest.testOrderBy": "unknown", 3583 "org.hibernate.test.orphan.OrphanTest.testOrphanDelete": "unknown", 3584 "org.hibernate.test.orphan.OrphanTest.testOrphanDeleteAfterLock": "unknown", 3585 "org.hibernate.test.orphan.OrphanTest.testOrphanDeleteAfterPersist": "unknown", 3586 "org.hibernate.test.orphan.OrphanTest.testOrphanDeleteAfterPersistAndFlush": "unknown", 3587 "org.hibernate.test.orphan.OrphanTest.testOrphanDeleteOnAddElementMergeRemoveElementMerge": "unknown", 3588 "org.hibernate.test.orphan.OrphanTest.testOrphanDeleteOnDelete": "unknown", 3589 "org.hibernate.test.orphan.OrphanTest.testOrphanDeleteOnMerge": "unknown", 3590 "org.hibernate.test.orphan.OrphanTest.testOrphanDeleteOnMergeRemoveElementMerge": "unknown", 3591 "org.hibernate.test.orphan.OrphanTest.testOrphanDeleteOnSaveOrUpdate": "unknown", 3592 "org.hibernate.test.orphan.OrphanTest.testOrphanDeleteOnSaveOrUpdateAfterSerialization": "unknown", 3593 "org.hibernate.test.orphan.PropertyRefTest.testDeleteParentWithBidirOrphanDeleteCollectionBasedOnPropertyRef": "unknown", 3594 "org.hibernate.test.orphan.manytomany.ManyToManyOrphanTest.testManyToManyWithCascadeDeleteOrphan": "unknown", 3595 "org.hibernate.test.orphan.one2one.OneToOneEagerNonOptionalOrphanRemovalTest.testOneToOneLazyNonOptionalOrphanRemoval": "unknown", 3596 "org.hibernate.test.orphan.one2one.OneToOneEagerOrphanRemovalTest.testOneToOneEagerOrphanRemoval": "unknown", 3597 "org.hibernate.test.orphan.one2one.OneToOneLazyNonOptionalOrphanRemovalTest.testOneToOneLazyNonOptionalOrphanRemoval": "unknown", 3598 "org.hibernate.test.orphan.one2one.OneToOneLazyOrphanRemovalTest.testOneToOneLazyOrphanRemoval": "unknown", 3599 "org.hibernate.test.orphan.one2one.OneToOneProxyOrphanRemovalTest.testUnproxyOneToOneWithCascade": "unknown", 3600 "org.hibernate.test.orphan.one2one.fk.bidirectional.DeleteOneToOneOrphansTest.testOrphanedWhileManaged": "unknown", 3601 "org.hibernate.test.orphan.one2one.fk.bidirectional.DeleteOneToOneOrphansTest.testReplacedWhileManaged": "unknown", 3602 "org.hibernate.test.orphan.one2one.fk.bidirectional.multilevelcascade.DeleteMultiLevelOrphansTest.testDirectAndNestedAssociationsOrphanedWhileManaged": "unknown", 3603 "org.hibernate.test.orphan.one2one.fk.bidirectional.multilevelcascade.DeleteMultiLevelOrphansTest.testDirectAssociationOrphanedWhileManaged": "unknown", 3604 "org.hibernate.test.orphan.one2one.fk.bidirectional.multilevelcascade.DeleteMultiLevelOrphansTest.testReplacedDirectAssociationWhileManaged": "unknown", 3605 "org.hibernate.test.orphan.one2one.fk.composite.DeleteOneToOneOrphansTest.testOrphanedWhileManaged": "unknown", 3606 "org.hibernate.test.orphan.one2one.fk.composite.DeleteOneToOneOrphansTest.testReplacedWhileManaged": "unknown", 3607 "org.hibernate.test.orphan.one2one.fk.reversed.bidirectional.DeleteOneToOneOrphansTest.testOrphanedWhileManaged": "unknown", 3608 "org.hibernate.test.orphan.one2one.fk.reversed.bidirectional.DeleteOneToOneOrphansTest.testReplacedWhileManaged": "unknown", 3609 "org.hibernate.test.orphan.one2one.fk.reversed.bidirectional.multilevelcascade.DeleteMultiLevelOrphansTest.testOrphanedWhileManaged": "unknown", 3610 "org.hibernate.test.orphan.one2one.fk.reversed.bidirectional.multilevelcascade.DeleteMultiLevelOrphansTest.testReplacedWhileManaged": "unknown", 3611 "org.hibernate.test.orphan.one2one.fk.reversed.unidirectional.DeleteOneToOneOrphansTest.testOrphanedWhileDetached": "unknown", 3612 "org.hibernate.test.orphan.one2one.fk.reversed.unidirectional.DeleteOneToOneOrphansTest.testOrphanedWhileManaged": "unknown", 3613 "org.hibernate.test.orphan.one2one.fk.reversed.unidirectional.DeleteOneToOneOrphansTest.testReplacedWhileManaged": "unknown", 3614 "org.hibernate.test.orphan.one2one.pk.bidirectional.DeleteOneToOneOrphansTest.testOrphanedWhileManaged": "unknown", 3615 "org.hibernate.test.orphan.one2one.pk.unidirectional.DeleteOneToOneOrphansTest.testOrphanedWhileManaged": "unknown", 3616 "org.hibernate.test.orphan.onetomany.DeleteOneToManyOrphansTest.testOrphanedWhileManaged": "unknown", 3617 "org.hibernate.test.orphan.onetomany.DeleteOneToManyOrphansTest.testOrphanedWhileManagedMergeOwner": "unknown", 3618 "org.hibernate.test.orphan.onetomany.DeleteOneToManyOrphansTest.testReplacedWhileManaged": "unknown", 3619 "org.hibernate.test.pagination.DistinctSelectTest.testDistinctSelectWithJoin": "unknown", 3620 "org.hibernate.test.pagination.PaginationTest.testLimit": "unknown", 3621 "org.hibernate.test.pagination.PaginationTest.testLimitOffset": "unknown", 3622 "org.hibernate.test.pagination.PaginationTest.testLimitWithExpreesionAndFetchJoin": "unknown", 3623 "org.hibernate.test.pagination.PaginationTest.testOffset": "unknown", 3624 "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testFunctionWithJDBC": "17511", 3625 "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testFunctionWithJDBCByName": "17511", 3626 "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testStoredProcedureNullParameterHibernate": "17511", 3627 "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testStoredProcedureNullParameterHibernateWithoutEnablePassingNulls": "17511", 3628 "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testStoredProcedureOutParameter": "17511", 3629 "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testStoredProcedureRefCursor": "17511", 3630 "org.hibernate.test.procedure.PostgreSQLStoredProcedureTest.testSysRefCursorAsOutParameter": "17511", 3631 "org.hibernate.test.propertyref.basic.BasicPropertiesTest.testProperties": "unknown", 3632 "org.hibernate.test.propertyref.basic.PropertyRefTest.testJoinFetchPropertyRef": "unknown", 3633 "org.hibernate.test.propertyref.basic.PropertyRefTest.testManyToManyPropertyRef": "unknown", 3634 "org.hibernate.test.propertyref.basic.PropertyRefTest.testNonLazyBagKeyPropertyRef": "unknown", 3635 "org.hibernate.test.propertyref.basic.PropertyRefTest.testOneToOnePropertyRef": "unknown", 3636 "org.hibernate.test.propertyref.cachedcollections.CachedPropertyRefCollectionTest.testRetrievalOfCachedCollectionWithPropertyRefKey": "unknown", 3637 "org.hibernate.test.propertyref.component.complete.CompleteComponentPropertyRefTest.testComponentPropertyRef": "unknown", 3638 "org.hibernate.test.propertyref.component.partial.PartialComponentPropertyRefTest.testComponentPropertyRef": "unknown", 3639 "org.hibernate.test.propertyref.inheritence.discrim.SubclassPropertyRefTest.testOneToOnePropertyRef": "unknown", 3640 "org.hibernate.test.propertyref.inheritence.joined.JoinedSubclassPropertyRefTest.testPropertyRefToJoinedSubclass": "unknown", 3641 "org.hibernate.test.propertyref.inheritence.union.UnionSubclassPropertyRefTest.testOneToOnePropertyRef": "unknown", 3642 "org.hibernate.test.proxy.HibernateUnproxyTest.testInitializedProxyCanBeUnproxied": "unknown", 3643 "org.hibernate.test.proxy.HibernateUnproxyTest.testNotHibernateProxyShouldThrowException": "unknown", 3644 "org.hibernate.test.proxy.HibernateUnproxyTest.testNotInitializedProxyCanBeUnproxiedWithInitialization": "unknown", 3645 "org.hibernate.test.proxy.HibernateUnproxyTest.testProxyEquality": "unknown", 3646 "org.hibernate.test.proxy.ProxyReferenceEqualityTest.testProxyFromQuery": "unknown", 3647 "org.hibernate.test.proxy.ProxyTest.testFinalizeFiltered": "unknown", 3648 "org.hibernate.test.proxy.ProxyTest.testFullyLoadedPCSerialization": "unknown", 3649 "org.hibernate.test.proxy.ProxyTest.testInitializedProxySerializationAfterSessionClosed": "unknown", 3650 "org.hibernate.test.proxy.ProxyTest.testLockUninitializedProxy": "6583", 3651 "org.hibernate.test.proxy.ProxyTest.testProxy": "unknown", 3652 "org.hibernate.test.proxy.ProxyTest.testProxyEviction": "unknown", 3653 "org.hibernate.test.proxy.ProxyTest.testProxyException": "unknown", 3654 "org.hibernate.test.proxy.ProxyTest.testProxySerialization": "unknown", 3655 "org.hibernate.test.proxy.ProxyTest.testProxySerializationAfterSessionClosed": "unknown", 3656 "org.hibernate.test.proxy.ProxyTest.testRefreshLockInitializedProxy": "6583", 3657 "org.hibernate.test.proxy.ProxyTest.testSubsequentNonExistentProxyAccess": "unknown", 3658 "org.hibernate.test.proxy.narrow.ProxyNarrowingTest.testNarrowedProxyIsInitializedIfOriginalProxyIsInitialized": "unknown", 3659 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testAliasToBeanDtoLiteralArgList": "unknown", 3660 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testAliasToBeanDtoMultiArgList": "unknown", 3661 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testAliasToBeanDtoOneArgList": "unknown", 3662 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testAliasToBeanDtoWithNullAliasList": "unknown", 3663 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testAliasToEntityMapMultiAggregatedPropProjectionSingleResult": "unknown", 3664 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testAliasToEntityMapMultiProjectionList": "unknown", 3665 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testAliasToEntityMapMultiProjectionWithNullAliasList": "unknown", 3666 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testAliasToEntityMapNoProjectionMultiAndNullList": "unknown", 3667 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testAliasToEntityMapNoProjectionNullAndNonNullAliasList": "unknown", 3668 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testAliasToEntityMapOneProjectionList": "unknown", 3669 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithAliasedJoinFetchedLazyOneToManySingleElementListHql": "unknown", 3670 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithJoinFetchedLazyManyToOneList": "unknown", 3671 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithJoinFetchedLazyManyToOneUsingProjectionList": "unknown", 3672 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithJoinFetchedLazyOneToManyMultiAndNullElementList": "unknown", 3673 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithJoinedLazyManyToOneListCriteria": "unknown", 3674 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithJoinedLazyManyToOneListHql": "unknown", 3675 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithJoinedLazyOneToManyMultiAndNullListCriteria": "unknown", 3676 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithJoinedLazyOneToManyMultiAndNullListHql": "unknown", 3677 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithJoinedLazyOneToManySingleElementListCriteria": "unknown", 3678 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithJoinedLazyOneToManySingleElementListHql": "unknown", 3679 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithLazyAssnList": "unknown", 3680 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithLazyAssnUnique": "unknown", 3681 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithNonLazyManyToOneList": "unknown", 3682 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithNonLazyOneToManyUnique": "unknown", 3683 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithSelectFetchedLazyOneToManySingleElementListCriteria": "unknown", 3684 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testEntityWithUnaliasedJoinFetchedLazyOneToManySingleElementList": "unknown", 3685 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testJoinWithFetchJoinListCriteria": "unknown", 3686 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testJoinWithFetchJoinListHql": "unknown", 3687 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testJoinWithFetchJoinWithAliasedJoinedAndOwnerProjectedListHql": "unknown", 3688 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testJoinWithFetchJoinWithOwnerAndAliasedJoinedProjectedListHql": "unknown", 3689 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testJoinWithFetchJoinWithOwnerAndPropProjectedList": "unknown", 3690 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testJoinWithFetchJoinWithPropAndOwnerProjectedList": "unknown", 3691 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testListElementsProjectionList": "unknown", 3692 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMapElementsList": "unknown", 3693 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMapEntryList": "unknown", 3694 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMapKeyList": "unknown", 3695 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMapValueList": "unknown", 3696 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMultiAggregatedPropProjectionSingleResult": "unknown", 3697 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMultiEntityProjectionAliasedList": "unknown", 3698 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMultiEntityProjectionList": "unknown", 3699 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMultiEntityProjectionUnique": "unknown", 3700 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMultiProjectionListThenApplyAliasToBean": "unknown", 3701 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMultiSelectAliasToEntityMapUsingAliasesWithFetchJoinList": "unknown", 3702 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMultiSelectNewList": "unknown", 3703 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMultiSelectNewListList": "unknown", 3704 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMultiSelectNewMapUsingAliasesList": "unknown", 3705 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMultiSelectNewMapUsingAliasesWithFetchJoinList": "unknown", 3706 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMultiSelectNewWithLiteralList": "unknown", 3707 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testMultiSelectUsingImplicitJoinWithFetchJoinListHql": "unknown", 3708 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testOneEntityProjectionList": "unknown", 3709 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testOneEntityProjectionUnique": "unknown", 3710 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testOneNonEntityProjectionList": "unknown", 3711 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testOneNonEntityProjectionUnique": "unknown", 3712 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testOneSelectNewAliasesList": "unknown", 3713 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testOneSelectNewNoAliasesList": "unknown", 3714 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testSelectNewEntityConstructorList": "unknown", 3715 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testSelectNewMapUsingAliasesList": "unknown", 3716 "org.hibernate.test.querycache.CriteriaQueryCacheIgnoreResultTransformerTest.testSingleAggregatedPropProjectionSingleResult": "unknown", 3717 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testAliasToBeanDtoLiteralArgList": "unknown", 3718 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testAliasToBeanDtoMultiArgList": "unknown", 3719 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testAliasToBeanDtoOneArgList": "unknown", 3720 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testAliasToBeanDtoWithNullAliasList": "unknown", 3721 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testAliasToEntityMapMultiAggregatedPropProjectionSingleResult": "unknown", 3722 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testAliasToEntityMapMultiProjectionList": "unknown", 3723 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testAliasToEntityMapMultiProjectionWithNullAliasList": "unknown", 3724 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testAliasToEntityMapNoProjectionMultiAndNullList": "unknown", 3725 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testAliasToEntityMapNoProjectionNullAndNonNullAliasList": "unknown", 3726 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testAliasToEntityMapOneProjectionList": "unknown", 3727 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithAliasedJoinFetchedLazyOneToManySingleElementListHql": "unknown", 3728 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithJoinFetchedLazyManyToOneList": "unknown", 3729 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithJoinFetchedLazyManyToOneUsingProjectionList": "unknown", 3730 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithJoinFetchedLazyOneToManyMultiAndNullElementList": "unknown", 3731 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithJoinedLazyManyToOneListCriteria": "unknown", 3732 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithJoinedLazyManyToOneListHql": "unknown", 3733 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithJoinedLazyOneToManyMultiAndNullListCriteria": "unknown", 3734 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithJoinedLazyOneToManyMultiAndNullListHql": "unknown", 3735 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithJoinedLazyOneToManySingleElementListCriteria": "unknown", 3736 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithJoinedLazyOneToManySingleElementListHql": "unknown", 3737 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithLazyAssnList": "unknown", 3738 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithLazyAssnUnique": "unknown", 3739 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithNonLazyManyToOneList": "unknown", 3740 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithNonLazyOneToManyUnique": "unknown", 3741 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithSelectFetchedLazyOneToManySingleElementListCriteria": "unknown", 3742 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testEntityWithUnaliasedJoinFetchedLazyOneToManySingleElementList": "unknown", 3743 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testJoinWithFetchJoinListCriteria": "unknown", 3744 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testJoinWithFetchJoinListHql": "unknown", 3745 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testJoinWithFetchJoinWithAliasedJoinedAndOwnerProjectedListHql": "unknown", 3746 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testJoinWithFetchJoinWithOwnerAndAliasedJoinedProjectedListHql": "unknown", 3747 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testJoinWithFetchJoinWithOwnerAndPropProjectedList": "unknown", 3748 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testJoinWithFetchJoinWithPropAndOwnerProjectedList": "unknown", 3749 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testListElementsProjectionList": "unknown", 3750 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMapElementsList": "unknown", 3751 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMapEntryList": "unknown", 3752 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMapKeyList": "unknown", 3753 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMapValueList": "unknown", 3754 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMultiAggregatedPropProjectionSingleResult": "unknown", 3755 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMultiEntityProjectionAliasedList": "unknown", 3756 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMultiEntityProjectionList": "unknown", 3757 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMultiEntityProjectionUnique": "unknown", 3758 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMultiProjectionListThenApplyAliasToBean": "unknown", 3759 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMultiSelectAliasToEntityMapUsingAliasesWithFetchJoinList": "unknown", 3760 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMultiSelectNewList": "unknown", 3761 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMultiSelectNewListList": "unknown", 3762 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMultiSelectNewMapUsingAliasesList": "unknown", 3763 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMultiSelectNewMapUsingAliasesWithFetchJoinList": "unknown", 3764 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMultiSelectNewWithLiteralList": "unknown", 3765 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testMultiSelectUsingImplicitJoinWithFetchJoinListHql": "unknown", 3766 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testOneEntityProjectionList": "unknown", 3767 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testOneEntityProjectionUnique": "unknown", 3768 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testOneNonEntityProjectionList": "unknown", 3769 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testOneNonEntityProjectionUnique": "unknown", 3770 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testOneSelectNewAliasesList": "unknown", 3771 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testOneSelectNewNoAliasesList": "unknown", 3772 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testSelectNewEntityConstructorList": "unknown", 3773 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testSelectNewMapUsingAliasesList": "unknown", 3774 "org.hibernate.test.querycache.CriteriaQueryCacheNormalResultTransformerTest.testSingleAggregatedPropProjectionSingleResult": "unknown", 3775 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testAliasToBeanDtoLiteralArgList": "unknown", 3776 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testAliasToBeanDtoMultiArgList": "unknown", 3777 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testAliasToBeanDtoOneArgList": "unknown", 3778 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testAliasToBeanDtoWithNullAliasList": "unknown", 3779 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testAliasToEntityMapMultiAggregatedPropProjectionSingleResult": "unknown", 3780 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testAliasToEntityMapMultiProjectionList": "unknown", 3781 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testAliasToEntityMapMultiProjectionWithNullAliasList": "unknown", 3782 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testAliasToEntityMapNoProjectionMultiAndNullList": "unknown", 3783 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testAliasToEntityMapNoProjectionNullAndNonNullAliasList": "unknown", 3784 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testAliasToEntityMapOneProjectionList": "unknown", 3785 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithAliasedJoinFetchedLazyOneToManySingleElementListHql": "unknown", 3786 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithJoinFetchedLazyManyToOneList": "unknown", 3787 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithJoinFetchedLazyManyToOneUsingProjectionList": "unknown", 3788 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithJoinFetchedLazyOneToManyMultiAndNullElementList": "unknown", 3789 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithJoinedLazyManyToOneListCriteria": "unknown", 3790 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithJoinedLazyManyToOneListHql": "unknown", 3791 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithJoinedLazyOneToManyMultiAndNullListCriteria": "unknown", 3792 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithJoinedLazyOneToManyMultiAndNullListHql": "unknown", 3793 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithJoinedLazyOneToManySingleElementListCriteria": "unknown", 3794 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithJoinedLazyOneToManySingleElementListHql": "unknown", 3795 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithLazyAssnList": "unknown", 3796 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithLazyAssnUnique": "unknown", 3797 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithNonLazyManyToOneList": "unknown", 3798 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithNonLazyOneToManyUnique": "unknown", 3799 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithSelectFetchedLazyOneToManySingleElementListCriteria": "unknown", 3800 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testEntityWithUnaliasedJoinFetchedLazyOneToManySingleElementList": "unknown", 3801 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testJoinWithFetchJoinListCriteria": "unknown", 3802 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testJoinWithFetchJoinListHql": "unknown", 3803 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testJoinWithFetchJoinWithAliasedJoinedAndOwnerProjectedListHql": "unknown", 3804 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testJoinWithFetchJoinWithOwnerAndAliasedJoinedProjectedListHql": "unknown", 3805 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testJoinWithFetchJoinWithOwnerAndPropProjectedList": "unknown", 3806 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testJoinWithFetchJoinWithPropAndOwnerProjectedList": "unknown", 3807 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testListElementsProjectionList": "unknown", 3808 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMapElementsList": "unknown", 3809 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMapEntryList": "unknown", 3810 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMapKeyList": "unknown", 3811 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMapValueList": "unknown", 3812 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMultiAggregatedPropProjectionSingleResult": "unknown", 3813 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMultiEntityProjectionAliasedList": "unknown", 3814 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMultiEntityProjectionList": "unknown", 3815 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMultiEntityProjectionUnique": "unknown", 3816 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMultiProjectionListThenApplyAliasToBean": "unknown", 3817 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMultiSelectAliasToEntityMapUsingAliasesWithFetchJoinList": "unknown", 3818 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMultiSelectNewList": "unknown", 3819 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMultiSelectNewListList": "unknown", 3820 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMultiSelectNewMapUsingAliasesList": "unknown", 3821 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMultiSelectNewMapUsingAliasesWithFetchJoinList": "unknown", 3822 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMultiSelectNewWithLiteralList": "unknown", 3823 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testMultiSelectUsingImplicitJoinWithFetchJoinListHql": "unknown", 3824 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testOneEntityProjectionList": "unknown", 3825 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testOneEntityProjectionUnique": "unknown", 3826 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testOneNonEntityProjectionList": "unknown", 3827 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testOneNonEntityProjectionUnique": "unknown", 3828 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testOneSelectNewAliasesList": "unknown", 3829 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testOneSelectNewNoAliasesList": "unknown", 3830 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testSelectNewEntityConstructorList": "unknown", 3831 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testSelectNewMapUsingAliasesList": "unknown", 3832 "org.hibernate.test.querycache.CriteriaQueryCachePutResultTransformerTest.testSingleAggregatedPropProjectionSingleResult": "unknown", 3833 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testAliasToBeanDtoLiteralArgList": "unknown", 3834 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testAliasToBeanDtoMultiArgList": "unknown", 3835 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testAliasToBeanDtoOneArgList": "unknown", 3836 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testAliasToBeanDtoWithNullAliasList": "unknown", 3837 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testAliasToEntityMapMultiAggregatedPropProjectionSingleResult": "unknown", 3838 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testAliasToEntityMapMultiProjectionList": "unknown", 3839 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testAliasToEntityMapMultiProjectionWithNullAliasList": "unknown", 3840 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testAliasToEntityMapOneProjectionList": "unknown", 3841 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithAliasedJoinFetchedLazyOneToManySingleElementListHql": "unknown", 3842 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithJoinFetchedLazyManyToOneList": "unknown", 3843 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithJoinFetchedLazyManyToOneUsingProjectionList": "unknown", 3844 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithJoinFetchedLazyOneToManyMultiAndNullElementList": "unknown", 3845 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithJoinedLazyManyToOneListCriteria": "unknown", 3846 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithJoinedLazyManyToOneListHql": "unknown", 3847 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithJoinedLazyOneToManyMultiAndNullListCriteria": "unknown", 3848 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithJoinedLazyOneToManyMultiAndNullListHql": "unknown", 3849 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithJoinedLazyOneToManySingleElementListCriteria": "unknown", 3850 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithJoinedLazyOneToManySingleElementListHql": "unknown", 3851 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithLazyAssnList": "unknown", 3852 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithLazyAssnUnique": "unknown", 3853 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithNonLazyManyToOneList": "unknown", 3854 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithNonLazyOneToManyUnique": "unknown", 3855 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithSelectFetchedLazyOneToManySingleElementListCriteria": "unknown", 3856 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testEntityWithUnaliasedJoinFetchedLazyOneToManySingleElementList": "unknown", 3857 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testJoinWithFetchJoinListCriteria": "unknown", 3858 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testJoinWithFetchJoinListHql": "unknown", 3859 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testJoinWithFetchJoinWithAliasedJoinedAndOwnerProjectedListHql": "unknown", 3860 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testJoinWithFetchJoinWithOwnerAndAliasedJoinedProjectedListHql": "unknown", 3861 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testJoinWithFetchJoinWithOwnerAndPropProjectedList": "unknown", 3862 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testJoinWithFetchJoinWithPropAndOwnerProjectedList": "unknown", 3863 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testListElementsProjectionList": "unknown", 3864 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMapElementsList": "unknown", 3865 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMapEntryList": "unknown", 3866 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMapKeyList": "unknown", 3867 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMapValueList": "unknown", 3868 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMultiAggregatedPropProjectionSingleResult": "unknown", 3869 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMultiEntityProjectionAliasedList": "unknown", 3870 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMultiEntityProjectionList": "unknown", 3871 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMultiEntityProjectionUnique": "unknown", 3872 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMultiProjectionListThenApplyAliasToBean": "unknown", 3873 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMultiSelectAliasToEntityMapUsingAliasesWithFetchJoinList": "unknown", 3874 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMultiSelectNewList": "unknown", 3875 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMultiSelectNewListList": "unknown", 3876 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMultiSelectNewMapUsingAliasesList": "unknown", 3877 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMultiSelectNewWithLiteralList": "unknown", 3878 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testMultiSelectUsingImplicitJoinWithFetchJoinListHql": "unknown", 3879 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testOneEntityProjectionList": "unknown", 3880 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testOneEntityProjectionUnique": "unknown", 3881 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testOneNonEntityProjectionList": "unknown", 3882 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testOneNonEntityProjectionUnique": "unknown", 3883 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testOneSelectNewAliasesList": "unknown", 3884 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testOneSelectNewNoAliasesList": "unknown", 3885 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testSelectNewEntityConstructorList": "unknown", 3886 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testSelectNewMapUsingAliasesList": "unknown", 3887 "org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest.testSingleAggregatedPropProjectionSingleResult": "unknown", 3888 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testAliasToBeanDtoLiteralArgList": "unknown", 3889 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testAliasToBeanDtoMultiArgList": "unknown", 3890 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testAliasToBeanDtoOneArgList": "unknown", 3891 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testAliasToBeanDtoWithNullAliasList": "unknown", 3892 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testAliasToEntityMapMultiAggregatedPropProjectionSingleResult": "unknown", 3893 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testAliasToEntityMapMultiProjectionList": "unknown", 3894 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testAliasToEntityMapMultiProjectionWithNullAliasList": "unknown", 3895 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testAliasToEntityMapOneProjectionList": "unknown", 3896 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithAliasedJoinFetchedLazyOneToManySingleElementListHql": "unknown", 3897 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithJoinFetchedLazyManyToOneList": "unknown", 3898 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithJoinFetchedLazyManyToOneUsingProjectionList": "unknown", 3899 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithJoinFetchedLazyOneToManyMultiAndNullElementList": "unknown", 3900 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithJoinedLazyManyToOneListCriteria": "unknown", 3901 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithJoinedLazyManyToOneListHql": "unknown", 3902 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithJoinedLazyOneToManyMultiAndNullListCriteria": "unknown", 3903 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithJoinedLazyOneToManyMultiAndNullListHql": "unknown", 3904 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithJoinedLazyOneToManySingleElementListCriteria": "unknown", 3905 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithJoinedLazyOneToManySingleElementListHql": "unknown", 3906 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithLazyAssnList": "unknown", 3907 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithLazyAssnUnique": "unknown", 3908 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithNonLazyManyToOneList": "unknown", 3909 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithNonLazyOneToManyUnique": "unknown", 3910 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithSelectFetchedLazyOneToManySingleElementListCriteria": "unknown", 3911 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testEntityWithUnaliasedJoinFetchedLazyOneToManySingleElementList": "unknown", 3912 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testJoinWithFetchJoinListCriteria": "unknown", 3913 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testJoinWithFetchJoinListHql": "unknown", 3914 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testJoinWithFetchJoinWithAliasedJoinedAndOwnerProjectedListHql": "unknown", 3915 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testJoinWithFetchJoinWithOwnerAndAliasedJoinedProjectedListHql": "unknown", 3916 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testJoinWithFetchJoinWithOwnerAndPropProjectedList": "unknown", 3917 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testJoinWithFetchJoinWithPropAndOwnerProjectedList": "unknown", 3918 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testListElementsProjectionList": "unknown", 3919 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMapElementsList": "unknown", 3920 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMapEntryList": "unknown", 3921 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMapKeyList": "unknown", 3922 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMapValueList": "unknown", 3923 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMultiAggregatedPropProjectionSingleResult": "unknown", 3924 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMultiEntityProjectionAliasedList": "unknown", 3925 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMultiEntityProjectionList": "unknown", 3926 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMultiEntityProjectionUnique": "unknown", 3927 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMultiProjectionListThenApplyAliasToBean": "unknown", 3928 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMultiSelectAliasToEntityMapUsingAliasesWithFetchJoinList": "unknown", 3929 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMultiSelectNewList": "unknown", 3930 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMultiSelectNewListList": "unknown", 3931 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMultiSelectNewMapUsingAliasesList": "unknown", 3932 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMultiSelectNewWithLiteralList": "unknown", 3933 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testMultiSelectUsingImplicitJoinWithFetchJoinListHql": "unknown", 3934 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testOneEntityProjectionList": "unknown", 3935 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testOneEntityProjectionUnique": "unknown", 3936 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testOneNonEntityProjectionList": "unknown", 3937 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testOneNonEntityProjectionUnique": "unknown", 3938 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testOneSelectNewAliasesList": "unknown", 3939 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testOneSelectNewNoAliasesList": "unknown", 3940 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testSelectNewEntityConstructorList": "unknown", 3941 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testSelectNewMapUsingAliasesList": "unknown", 3942 "org.hibernate.test.querycache.HqlQueryCacheNormalResultTransformerTest.testSingleAggregatedPropProjectionSingleResult": "unknown", 3943 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testAliasToBeanDtoLiteralArgList": "unknown", 3944 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testAliasToBeanDtoMultiArgList": "unknown", 3945 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testAliasToBeanDtoOneArgList": "unknown", 3946 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testAliasToBeanDtoWithNullAliasList": "unknown", 3947 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testAliasToEntityMapMultiAggregatedPropProjectionSingleResult": "unknown", 3948 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testAliasToEntityMapMultiProjectionList": "unknown", 3949 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testAliasToEntityMapMultiProjectionWithNullAliasList": "unknown", 3950 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testAliasToEntityMapOneProjectionList": "unknown", 3951 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithAliasedJoinFetchedLazyOneToManySingleElementListHql": "unknown", 3952 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithJoinFetchedLazyManyToOneList": "unknown", 3953 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithJoinFetchedLazyManyToOneUsingProjectionList": "unknown", 3954 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithJoinFetchedLazyOneToManyMultiAndNullElementList": "unknown", 3955 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithJoinedLazyManyToOneListCriteria": "unknown", 3956 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithJoinedLazyManyToOneListHql": "unknown", 3957 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithJoinedLazyOneToManyMultiAndNullListCriteria": "unknown", 3958 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithJoinedLazyOneToManyMultiAndNullListHql": "unknown", 3959 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithJoinedLazyOneToManySingleElementListCriteria": "unknown", 3960 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithJoinedLazyOneToManySingleElementListHql": "unknown", 3961 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithLazyAssnList": "unknown", 3962 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithLazyAssnUnique": "unknown", 3963 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithNonLazyManyToOneList": "unknown", 3964 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithNonLazyOneToManyUnique": "unknown", 3965 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithSelectFetchedLazyOneToManySingleElementListCriteria": "unknown", 3966 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testEntityWithUnaliasedJoinFetchedLazyOneToManySingleElementList": "unknown", 3967 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testJoinWithFetchJoinListCriteria": "unknown", 3968 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testJoinWithFetchJoinListHql": "unknown", 3969 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testJoinWithFetchJoinWithAliasedJoinedAndOwnerProjectedListHql": "unknown", 3970 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testJoinWithFetchJoinWithOwnerAndAliasedJoinedProjectedListHql": "unknown", 3971 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testJoinWithFetchJoinWithOwnerAndPropProjectedList": "unknown", 3972 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testJoinWithFetchJoinWithPropAndOwnerProjectedList": "unknown", 3973 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testListElementsProjectionList": "unknown", 3974 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMapElementsList": "unknown", 3975 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMapEntryList": "unknown", 3976 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMapKeyList": "unknown", 3977 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMapValueList": "unknown", 3978 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMultiAggregatedPropProjectionSingleResult": "unknown", 3979 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMultiEntityProjectionAliasedList": "unknown", 3980 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMultiEntityProjectionList": "unknown", 3981 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMultiEntityProjectionUnique": "unknown", 3982 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMultiProjectionListThenApplyAliasToBean": "unknown", 3983 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMultiSelectAliasToEntityMapUsingAliasesWithFetchJoinList": "unknown", 3984 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMultiSelectNewList": "unknown", 3985 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMultiSelectNewListList": "unknown", 3986 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMultiSelectNewMapUsingAliasesList": "unknown", 3987 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMultiSelectNewWithLiteralList": "unknown", 3988 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testMultiSelectUsingImplicitJoinWithFetchJoinListHql": "unknown", 3989 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testOneEntityProjectionList": "unknown", 3990 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testOneEntityProjectionUnique": "unknown", 3991 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testOneNonEntityProjectionList": "unknown", 3992 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testOneNonEntityProjectionUnique": "unknown", 3993 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testOneSelectNewAliasesList": "unknown", 3994 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testOneSelectNewNoAliasesList": "unknown", 3995 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testSelectNewEntityConstructorList": "unknown", 3996 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testSelectNewMapUsingAliasesList": "unknown", 3997 "org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest.testSingleAggregatedPropProjectionSingleResult": "unknown", 3998 "org.hibernate.test.querycache.QueryCacheTest.testDelayedLoad": "unknown", 3999 "org.hibernate.test.querycache.QueryCacheTest.testGetByCompositeId": "unknown", 4000 "org.hibernate.test.querycache.QueryCacheTest.testHitCacheInSameSession": "unknown", 4001 "org.hibernate.test.querycache.QueryCacheTest.testInvalidationFromBulkHQL": "unknown", 4002 "org.hibernate.test.querycache.QueryCacheTest.testProjectionCache": "unknown", 4003 "org.hibernate.test.querycache.QueryCacheTest.testQueryCacheFetch": "unknown", 4004 "org.hibernate.test.querycache.QueryCacheTest.testQueryCacheInvalidation": "unknown", 4005 "org.hibernate.test.querycache.QueryCacheTest.testScalarSQLQuery": "unknown", 4006 "org.hibernate.test.querycache.StructuredQueryCacheTest.testEmbeddedIdInOneToMany": "unknown", 4007 "org.hibernate.test.querytimeout.QueryTimeOutTest.testCreateNativeQuerySetTimeout": "unknown", 4008 "org.hibernate.test.querytimeout.QueryTimeOutTest.testCreateNativeQuerySetTimeoutHint": "unknown", 4009 "org.hibernate.test.querytimeout.QueryTimeOutTest.testCreateQuerySetTimeout": "unknown", 4010 "org.hibernate.test.querytimeout.QueryTimeOutTest.testCreateQuerySetTimeoutHint": "unknown", 4011 "org.hibernate.test.querytimeout.QueryTimeOutTest.testCreateSQLQuerySetTimeout": "unknown", 4012 "org.hibernate.test.querytimeout.QueryTimeOutTest.testCreateSQLQuerySetTimeoutHint": "unknown", 4013 "org.hibernate.test.quote.QuoteGlobalTest.testQuoteManytoMany": "unknown", 4014 "org.hibernate.test.quote.QuoteTest.testDoubleQuoteJoinColumn": "unknown", 4015 "org.hibernate.test.quote.QuoteTest.testQuoteManytoMany": "unknown", 4016 "org.hibernate.test.quote.QuoteTest.testUnionSubclassEntityQuoting": "5807", 4017 "org.hibernate.test.quote.TableGeneratorQuotingTest.testTableGeneratorQuoting": "16769", 4018 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testDetachedCriteria": "unknown", 4019 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testModifiableCriteriaReturnsExistingReadOnlyEntity": "unknown", 4020 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testModifiableCriteriaReturnsExistingReadOnlyProxyInit": "unknown", 4021 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testModifiableCriteriaReturnsExistingReadOnlyProxyNotInit": "unknown", 4022 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testModifiableSessionDefaultCriteria": "unknown", 4023 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testModifiableSessionModifiableCriteria": "unknown", 4024 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testModifiableSessionReadOnlyCriteria": "unknown", 4025 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testReadOnlyCriteriaReturnsExistingModifiableProxyInit": "unknown", 4026 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testReadOnlyCriteriaReturnsExistingModifiableProxyNotInit": "unknown", 4027 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testReadOnlyCriteriaReturnsModifiableExistingEntity": "unknown", 4028 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testReadOnlySessionDefaultCriteria": "unknown", 4029 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testReadOnlySessionModifiableCriteria": "unknown", 4030 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testReadOnlySessionReadOnlyCriteria": "unknown", 4031 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testScrollCriteria": "unknown", 4032 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testSubselect": "unknown", 4033 "org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest.testTwoAliasesCache": "unknown", 4034 "org.hibernate.test.readonly.ReadOnlyProxyTest.testDetachedIsReadOnlyAfterEvictViaLazyInitializer": "unknown", 4035 "org.hibernate.test.readonly.ReadOnlyProxyTest.testDetachedIsReadOnlyAfterEvictViaSession": "unknown", 4036 "org.hibernate.test.readonly.ReadOnlyProxyTest.testDetachedSetReadOnlyAfterEvictViaLazyInitializer": "unknown", 4037 "org.hibernate.test.readonly.ReadOnlyProxyTest.testDetachedSetReadOnlyAfterEvictViaSession": "unknown", 4038 "org.hibernate.test.readonly.ReadOnlyProxyTest.testIsReadOnlyAfterSessionClosed": "unknown", 4039 "org.hibernate.test.readonly.ReadOnlyProxyTest.testIsReadOnlyAfterSessionClosedViaLazyInitializer": "unknown", 4040 "org.hibernate.test.readonly.ReadOnlyProxyTest.testModifiableViaLazyInitializerAfterInit": "unknown", 4041 "org.hibernate.test.readonly.ReadOnlyProxyTest.testModifiableViaLazyInitializerBeforeInit": "unknown", 4042 "org.hibernate.test.readonly.ReadOnlyProxyTest.testModifiableViaSessionBeforeInit": "unknown", 4043 "org.hibernate.test.readonly.ReadOnlyProxyTest.testModifiableViaSessionBeforeInitByModifiableQuery": "unknown", 4044 "org.hibernate.test.readonly.ReadOnlyProxyTest.testModifiableViaSessionBeforeInitByReadOnlyQuery": "unknown", 4045 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyChangedEvictedUpdate": "unknown", 4046 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyDelete": "unknown", 4047 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyEntityMergeDetachedProxyWithChange": "unknown", 4048 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyInitToModifiableModifiedIsUpdated": "unknown", 4049 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyModifiedUpdate": "unknown", 4050 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyProxyInitMergeDetachedEntityWithChange": "unknown", 4051 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyProxyInitMergeDetachedProxyWithChange": "unknown", 4052 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyProxyMergeDetachedEntityWithChange": "unknown", 4053 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyProxyMergeDetachedProxyWithChange": "unknown", 4054 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyRefresh": "unknown", 4055 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyRefreshDeleted": "unknown", 4056 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyRefreshDetached": "unknown", 4057 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyToModifiableInitWhenModifiedIsUpdated": "unknown", 4058 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyViaLazyInitializerAfterInit": "unknown", 4059 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyViaLazyInitializerBeforeInit": "unknown", 4060 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyViaLazyInitializerDoesNotInit": "unknown", 4061 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyViaLazyInitializerNoChangeAfterInit": "unknown", 4062 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyViaSessionBeforeInit": "unknown", 4063 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyViaSessionBeforeInitByModifiableQuery": "unknown", 4064 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyViaSessionBeforeInitByReadOnlyQuery": "unknown", 4065 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyViaSessionDoesNotInit": "unknown", 4066 "org.hibernate.test.readonly.ReadOnlyProxyTest.testReadOnlyViaSessionNoChangeAfterInit": "unknown", 4067 "org.hibernate.test.readonly.ReadOnlyProxyTest.testSetClosedSessionInLazyInitializer": "unknown", 4068 "org.hibernate.test.readonly.ReadOnlyProxyTest.testSetModifiableBetweenTwoTransactionsSameSession": "unknown", 4069 "org.hibernate.test.readonly.ReadOnlyProxyTest.testSetReadOnlyAfterSessionClosed": "unknown", 4070 "org.hibernate.test.readonly.ReadOnlyProxyTest.testSetReadOnlyAfterSessionClosedViaLazyInitializer": "unknown", 4071 "org.hibernate.test.readonly.ReadOnlyProxyTest.testSetReadOnlyBetweenTwoTransactionsSameSession": "unknown", 4072 "org.hibernate.test.readonly.ReadOnlyProxyTest.testSetReadOnlyInTwoTransactionsSameSession": "unknown", 4073 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testDefaultModifiableWithFilterCollectionEntities": "unknown", 4074 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testDefaultModifiableWithQueryForEntity": "unknown", 4075 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testDefaultModifiableWithReadOnlyFilterCollectionEntities": "unknown", 4076 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testDefaultModifiableWithReadOnlyQueryForCollectionEntities": "unknown", 4077 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testDefaultModifiableWithReadOnlyQueryForEntity": "unknown", 4078 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testDefaultReadOnlyWithFilterCollectionEntities": "unknown", 4079 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testDefaultReadOnlyWithModifiableFilterCollectionEntities": "unknown", 4080 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testDefaultReadOnlyWithModifiableQueryForEntity": "unknown", 4081 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testDefaultReadOnlyWithQueryForEntity": "unknown", 4082 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testExistingModifiableAfterSetSessionReadOnly": "unknown", 4083 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testExistingReadOnlyAfterSetSessionModifiable": "unknown", 4084 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testExistingReadOnlyAfterSetSessionModifiableExisting": "unknown", 4085 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testExistingReadOnlyAfterSetSessionModifiableExistingEntityReadOnly": "unknown", 4086 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testExistingReadOnlyAfterSetSessionModifiableExistingProxyReadOnly": "unknown", 4087 "org.hibernate.test.readonly.ReadOnlySessionLazyNonLazyTest.testExistingReadOnlyAfterSetSessionModifiableProxyExisting": "unknown", 4088 "org.hibernate.test.readonly.ReadOnlySessionTest.testMergeWithReadOnlyEntity": "unknown", 4089 "org.hibernate.test.readonly.ReadOnlySessionTest.testMergeWithReadOnlyProxy": "unknown", 4090 "org.hibernate.test.readonly.ReadOnlySessionTest.testModifiableModeWithExistingReadOnlyEntity": "unknown", 4091 "org.hibernate.test.readonly.ReadOnlySessionTest.testModifiableSessionDefaultQueryReadOnlySessionIterate": "unknown", 4092 "org.hibernate.test.readonly.ReadOnlySessionTest.testModifiableSessionDefaultQueryReadOnlySessionScroll": "unknown", 4093 "org.hibernate.test.readonly.ReadOnlySessionTest.testModifiableSessionReadOnlyQueryIterate": "unknown", 4094 "org.hibernate.test.readonly.ReadOnlySessionTest.testModifiableSessionReadOnlyQueryScroll": "unknown", 4095 "org.hibernate.test.readonly.ReadOnlySessionTest.testQueryModifiableIterate": "unknown", 4096 "org.hibernate.test.readonly.ReadOnlySessionTest.testQueryModifiableScroll": "unknown", 4097 "org.hibernate.test.readonly.ReadOnlySessionTest.testQueryReadOnlyIterate": "unknown", 4098 "org.hibernate.test.readonly.ReadOnlySessionTest.testQueryReadOnlyScroll": "unknown", 4099 "org.hibernate.test.readonly.ReadOnlySessionTest.testReadOnlyDelete": "unknown", 4100 "org.hibernate.test.readonly.ReadOnlySessionTest.testReadOnlyGetModifyAndDelete": "unknown", 4101 "org.hibernate.test.readonly.ReadOnlySessionTest.testReadOnlyModeWithExistingModifiableEntity": "unknown", 4102 "org.hibernate.test.readonly.ReadOnlySessionTest.testReadOnlyOnProxies": "unknown", 4103 "org.hibernate.test.readonly.ReadOnlySessionTest.testReadOnlyOnTextType": "unknown", 4104 "org.hibernate.test.readonly.ReadOnlySessionTest.testReadOnlyProxyRefresh": "unknown", 4105 "org.hibernate.test.readonly.ReadOnlySessionTest.testReadOnlyProxyRefreshDetached": "unknown", 4106 "org.hibernate.test.readonly.ReadOnlySessionTest.testReadOnlyRefresh": "unknown", 4107 "org.hibernate.test.readonly.ReadOnlySessionTest.testReadOnlyRefreshDetached": "unknown", 4108 "org.hibernate.test.readonly.ReadOnlySessionTest.testReadOnlySessionDefaultQueryIterate": "unknown", 4109 "org.hibernate.test.readonly.ReadOnlySessionTest.testReadOnlySessionDefaultQueryScroll": "unknown", 4110 "org.hibernate.test.readonly.ReadOnlySessionTest.testReadOnlySessionModifiableQueryIterate": "unknown", 4111 "org.hibernate.test.readonly.ReadOnlySessionTest.testReadOnlySessionModifiableQueryScroll": "unknown", 4112 "org.hibernate.test.readonly.ReadOnlyTest.testMergeWithReadOnlyEntity": "unknown", 4113 "org.hibernate.test.readonly.ReadOnlyTest.testModifiableModeWithExistingReadOnlyEntity": "unknown", 4114 "org.hibernate.test.readonly.ReadOnlyTest.testReadOnlyDelete": "unknown", 4115 "org.hibernate.test.readonly.ReadOnlyTest.testReadOnlyGetModifyAndDelete": "unknown", 4116 "org.hibernate.test.readonly.ReadOnlyTest.testReadOnlyMode": "unknown", 4117 "org.hibernate.test.readonly.ReadOnlyTest.testReadOnlyModeAutoFlushOnQuery": "unknown", 4118 "org.hibernate.test.readonly.ReadOnlyTest.testReadOnlyModeWithExistingModifiableEntity": "unknown", 4119 "org.hibernate.test.readonly.ReadOnlyTest.testReadOnlyOnProxies": "unknown", 4120 "org.hibernate.test.readonly.ReadOnlyTest.testReadOnlyOnTextType": "unknown", 4121 "org.hibernate.test.readonly.ReadOnlyTest.testReadOnlyRefresh": "unknown", 4122 "org.hibernate.test.readonly.ReadOnlyTest.testReadOnlyRefreshDetached": "unknown", 4123 "org.hibernate.test.readonly.ReadOnlyTest.testSaveReadOnlyModifyInSaveTransaction": "unknown", 4124 "org.hibernate.test.readonly.ReadOnlyVersionedNodesTest.testAddNewChildToReadOnlyParent": "unknown", 4125 "org.hibernate.test.readonly.ReadOnlyVersionedNodesTest.testAddNewParentToReadOnlyChild": "unknown", 4126 "org.hibernate.test.readonly.ReadOnlyVersionedNodesTest.testGetChildMakeReadOnlyThenMergeDetachedChildWithNewParent": "unknown", 4127 "org.hibernate.test.readonly.ReadOnlyVersionedNodesTest.testGetParentMakeReadOnlyThenMergeDetachedParentWithNewChildC": "unknown", 4128 "org.hibernate.test.readonly.ReadOnlyVersionedNodesTest.testMergeDetachedChildWithNewParentCommitWithReadOnlyChild": "unknown", 4129 "org.hibernate.test.readonly.ReadOnlyVersionedNodesTest.testMergeDetachedParentWithNewChildCommitWithReadOnlyParent": "unknown", 4130 "org.hibernate.test.readonly.ReadOnlyVersionedNodesTest.testMergeUnchangedDetachedParentChildren": "unknown", 4131 "org.hibernate.test.readonly.ReadOnlyVersionedNodesTest.testSetReadOnlyTrueAndFalse": "unknown", 4132 "org.hibernate.test.readonly.ReadOnlyVersionedNodesTest.testUpdateChildWithNewParentCommitWithReadOnlyChild": "unknown", 4133 "org.hibernate.test.readonly.ReadOnlyVersionedNodesTest.testUpdateParentWithNewChildCommitWithReadOnlyParent": "unknown", 4134 "org.hibernate.test.readonly.ReadOnlyVersionedNodesTest.testUpdateSetModifiable": "unknown", 4135 "org.hibernate.test.readonly.ReadOnlyVersionedNodesTest.testUpdateSetReadOnlyTwice": "unknown", 4136 "org.hibernate.test.reattachment.CollectionReattachmentTest.testUpdateOwnerAfterClear": "unknown", 4137 "org.hibernate.test.reattachment.CollectionReattachmentTest.testUpdateOwnerAfterEvict": "unknown", 4138 "org.hibernate.test.reattachment.ProxyReattachmentTest.testIterateWithClearBottomOfLoop": "unknown", 4139 "org.hibernate.test.reattachment.ProxyReattachmentTest.testIterateWithClearTopOfLoop": "unknown", 4140 "org.hibernate.test.reattachment.ProxyReattachmentTest.testIterateWithEvictBottomOfLoop": "unknown", 4141 "org.hibernate.test.reattachment.ProxyReattachmentTest.testIterateWithEvictTopOfLoop": "unknown", 4142 "org.hibernate.test.reattachment.ProxyReattachmentTest.testRemoveAndReattachProxyEntity": "unknown", 4143 "org.hibernate.test.reattachment.ProxyReattachmentTest.testUpdateAfterClear": "unknown", 4144 "org.hibernate.test.reattachment.ProxyReattachmentTest.testUpdateAfterEvict": "unknown", 4145 "org.hibernate.test.refresh.RefreshDetachedInstanceWhenIsAllowedTest.testRefreshDetachedInstance": "unknown", 4146 "org.hibernate.test.refresh.RefreshDetachedInstanceWhenIsNotAllowedTest.testRefreshDetachedInstance": "unknown", 4147 "org.hibernate.test.refresh.RefreshUsingEntityNameTest.testRefreshUsingEntityName": "unknown", 4148 "org.hibernate.test.resource.transaction.jdbc.autocommit.PostgreSQLSkipAutoCommitTest.test": "unknown", 4149 "org.hibernate.test.resulttransformer.ResultTransformerTest.testResultTransformerIsAppliedToScrollableResults": "unknown", 4150 "org.hibernate.test.schematools.TestExtraPhysicalTableTypes.testAddOneExtraPhysicalTableType": "unknown", 4151 "org.hibernate.test.schematools.TestExtraPhysicalTableTypes.testAddingMultipleExtraPhysicalTableTypes": "unknown", 4152 "org.hibernate.test.schematools.TestExtraPhysicalTableTypes.testExtraPhysicalTableTypesPropertyEmptyStringValue": "unknown", 4153 "org.hibernate.test.schematools.TestExtraPhysicalTableTypes.testNoExtraPhysicalTabeTypesProperty": "unknown", 4154 "org.hibernate.test.schemaupdate.ColumnNamesTest.testSchemaUpdateWithQuotedColumnNames[0]": "unknown", 4155 "org.hibernate.test.schemaupdate.ColumnNamesTest.testSchemaUpdateWithQuotedColumnNames[1]": "unknown", 4156 "org.hibernate.test.schemaupdate.CommentGenerationTest.testSchemaUpdateScriptGeneration": "unknown", 4157 "org.hibernate.test.schemaupdate.MigrationTest.testIndexCreationViaSchemaUpdate": "31761", 4158 "org.hibernate.test.schemaupdate.MigrationTest.testSameTableNameDifferentExplicitSchemas": "unknown", 4159 "org.hibernate.test.schemaupdate.MigrationTest.testSimpleColumnAddition": "unknown", 4160 "org.hibernate.test.schemaupdate.PostgreSQLMultipleSchemaSequenceTest.test": "26443", 4161 "org.hibernate.test.schemaupdate.QuotedTableNameSchemaUpdateTest.testSchemaUpdateWithQuotedTableName": "unknown", 4162 "org.hibernate.test.schemaupdate.QuotedTableNameWithForeignKeysSchemaUpdateTest.testGeneratingUpdateScript": "unknown", 4163 "org.hibernate.test.schemaupdate.QuotedTableNameWithForeignKeysSchemaUpdateTest.testUpdateExistingSchema": "unknown", 4164 "org.hibernate.test.schemaupdate.SchemaExportTest.testBothType": "unknown", 4165 "org.hibernate.test.schemaupdate.SchemaExportTest.testCreateAndDrop": "unknown", 4166 "org.hibernate.test.schemaupdate.SchemaExportTest.testCreateAndDropOnlyType": "unknown", 4167 "org.hibernate.test.schemaupdate.SchemaExportWithIndexAndDefaultSchema.shouldCreateIndex": "unknown", 4168 "org.hibernate.test.schemaupdate.SchemaMigrationTargetScriptCreationTest.classMethod": "unknown", 4169 "org.hibernate.test.schemaupdate.SchemaMigratorHaltOnErrorTest.testHaltOnError": "unknown", 4170 "org.hibernate.test.schemaupdate.SchemaUpdateDelimiterTest.testSchemaUpdateApplyDelimiterToGeneratedSQL": "unknown", 4171 "org.hibernate.test.schemaupdate.SchemaUpdateGeneratingOnlyScriptFileTest.testSchemaUpdateScriptGeneration": "unknown", 4172 "org.hibernate.test.schemaupdate.SchemaUpdateHaltOnErrorTest.testHaltOnError": "unknown", 4173 "org.hibernate.test.schemaupdate.SchemaUpdateProceedOnErrorTest.testHaltOnError": "unknown", 4174 "org.hibernate.test.schemaupdate.SchemaUpdateTableBackedSequenceTest.testCreateTableOnUpdate": "unknown", 4175 "org.hibernate.test.schemaupdate.SchemaUpdateTest.testSchemaUpdateAndValidation[0]": "26738", 4176 "org.hibernate.test.schemaupdate.SchemaUpdateTest.testSchemaUpdateAndValidation[1]": "26738", 4177 "org.hibernate.test.schemaupdate.SchemaUpdateWithFunctionIndexTest.testUpdateSchema": "9682", 4178 "org.hibernate.test.schemaupdate.SchemaUpdateWithViewsTest.testUpdateSchema": "24897", 4179 "org.hibernate.test.schemaupdate.TestFkUpdating.testUpdate": "unknown", 4180 "org.hibernate.test.schemaupdate.foreignkeys.SchemaUpdateWithKeywordAutoQuotingEnabledTest.testUpdate": "unknown", 4181 "org.hibernate.test.schemaupdate.foreignkeys.crossschema.CrossSchemaForeignKeyGenerationTest.testImprovedSchemaMigrationForeignKeysAreGeneratedAfterAllTheTablesAreCreated": "26443", 4182 "org.hibernate.test.schemaupdate.foreignkeys.crossschema.CrossSchemaForeignKeyGenerationTest.testSchemaMigrationForeignKeysAreGeneratedAfterAllTheTablesAreCreated": "26443", 4183 "org.hibernate.test.schemaupdate.foreignkeys.crossschema.CrossSchemaForeignKeyGenerationTest.testSchemaUpdateDoesNotFailResolvingCrossSchemaForeignKey": "26443", 4184 "org.hibernate.test.schemaupdate.idbag.IdBagSequenceTest.testIdBagSequenceGeneratorIsCreated": "unknown", 4185 "org.hibernate.test.schemaupdate.inheritance.ForeignKeyNameTest.testJoinedSubclassForeignKeyNameIsNotAutoGeneratedWhenProvided": "unknown", 4186 "org.hibernate.test.schemaupdate.inheritance.ForeignKeyNameTest.testSubclassForeignKeyNameIsNotAutoGeneratedWhenProvided": "unknown", 4187 "org.hibernate.test.schemaupdate.inheritance.hhh_x.InheritanceSchemaUpdateTest.testBidirectionalOneToManyReferencingRootEntity": "unknown", 4188 "org.hibernate.test.schemaupdate.uniqueconstraint.UniqueConstraintDropTest.testUniqueConstraintIsGenerated": "unknown", 4189 "org.hibernate.test.schemavalidation.LongVarcharValidationTest.testValidation[0]": "16769", 4190 "org.hibernate.test.schemavalidation.LongVarcharValidationTest.testValidation[1]": "16769", 4191 "org.hibernate.test.schemavalidation.NumericValidationTest.testValidation[0]": "16769", 4192 "org.hibernate.test.schemavalidation.NumericValidationTest.testValidation[1]": "16769", 4193 "org.hibernate.test.schemavalidation.ViewValidationTest.testSynonymUsingGroupedSchemaValidator": "10028", 4194 "org.hibernate.test.schemavalidation.ViewValidationTest.testSynonymUsingIndividuallySchemaValidator": "10028", 4195 "org.hibernate.test.schemavalidation.matchingtablenames.TableNamesWithUnderscoreTest.testSchemaValidationDoesNotFailDueToAMoreThanOneTableFound": "16769", 4196 "org.hibernate.test.sorted.SortTest.testOrderBy": "unknown", 4197 "org.hibernate.test.sorted.SortTest.testSortNatural": "unknown", 4198 "org.hibernate.test.sql.NativeQueryScrollableResults.testSetParameters": "unknown", 4199 "org.hibernate.test.sql.autodiscovery.AutoDiscoveryTest.testAutoDiscoveryWithDuplicateColumnLabels": "unknown", 4200 "org.hibernate.test.sql.autodiscovery.AutoDiscoveryTest.testDialectGetColumnAliasExtractor": "unknown", 4201 "org.hibernate.test.sql.autodiscovery.AutoDiscoveryTest.testSqlQueryAutoDiscovery": "unknown", 4202 "org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testAddJoinForManyToMany": "unknown", 4203 "org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testAutoDetectAliasing": "unknown", 4204 "org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testExplicitReturnAPI": "unknown", 4205 "org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testImageTypeInSQLQuery": "unknown", 4206 "org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testManualSynchronization": "unknown", 4207 "org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testMappedAliasStrategy": "unknown", 4208 "org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testMixAndMatchEntityScalar": "unknown", 4209 "org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testRegisteredNamedSQLQueryWithScalar": "unknown", 4210 "org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testResultSetMappingDefinition": "unknown", 4211 "org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testSQLQueryInterface": "unknown", 4212 "org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testScalarValues": "unknown", 4213 "org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testTextTypeInSQLQuery": "unknown", 4214 "org.hibernate.test.sql.hand.quotedidentifiers.NativeSqlAndQuotedIdentifiersTest.testBasicEntityMapping": "unknown", 4215 "org.hibernate.test.sql.hand.quotedidentifiers.NativeSqlAndQuotedIdentifiersTest.testCompleteScalarDiscovery": "unknown", 4216 "org.hibernate.test.sql.hand.quotedidentifiers.NativeSqlAndQuotedIdentifiersTest.testExpandedEntityMapping": "unknown", 4217 "org.hibernate.test.sql.hand.quotedidentifiers.NativeSqlAndQuotedIdentifiersTest.testPartialScalarDiscovery": "unknown", 4218 "org.hibernate.test.sql.syncSpace.NativeQuerySyncSpaceCachingTest.testSelectAnotherEntityWithNoSyncSpaces": "unknown", 4219 "org.hibernate.test.sql.syncSpace.NativeQuerySyncSpaceCachingTest.testSelectCachedEntityWithNoSyncSpaces": "unknown", 4220 "org.hibernate.test.sql.syncSpace.NativeQuerySyncSpaceCachingTest.testUpdateAnotherEntityWithNoSyncSpaces": "unknown", 4221 "org.hibernate.test.sql.syncSpace.NativeQuerySyncSpaceCachingTest.testUpdateAnotherEntityWithSyncSpaces": "unknown", 4222 "org.hibernate.test.sql.syncSpace.NativeQuerySyncSpaceCachingTest.testUpdateCachedEntityWithNoSyncSpaces": "unknown", 4223 "org.hibernate.test.sql.syncSpace.NativeQuerySyncSpaceCachingTest.testUpdateCachedEntityWithSyncSpaces": "unknown", 4224 "org.hibernate.test.stateless.StatelessSessionNativeQueryInsertTest.testInsertInStatelessSession": "unknown", 4225 "org.hibernate.test.stateless.StatelessSessionQueryTest.testCriteria": "unknown", 4226 "org.hibernate.test.stateless.StatelessSessionQueryTest.testCriteriaWithSelectFetchMode": "unknown", 4227 "org.hibernate.test.stateless.StatelessSessionQueryTest.testHQL": "unknown", 4228 "org.hibernate.test.stateless.StatelessSessionTest.testCreateUpdateReadDelete": "unknown", 4229 "org.hibernate.test.stateless.StatelessSessionTest.testHqlBulk": "unknown", 4230 "org.hibernate.test.stateless.StatelessSessionTest.testInitId": "unknown", 4231 "org.hibernate.test.stateless.StatelessSessionTest.testRefresh": "unknown", 4232 "org.hibernate.test.stateless.fetching.StatelessSessionFetchingTest.testDynamicFetch": "unknown", 4233 "org.hibernate.test.stateless.insert.StatelessSessionInsertTest.testInsertWithForeignKey": "unknown", 4234 "org.hibernate.test.stats.SessionStatsTest.testSessionStatistics": "unknown", 4235 "org.hibernate.test.stats.StatsTest.testQueryStatGathering": "unknown", 4236 "org.hibernate.test.stream.basic.BasicStreamTest.basicStreamTest": "unknown", 4237 "org.hibernate.test.stream.basic.BasicStreamTest.testQueryStream": "unknown", 4238 "org.hibernate.test.stream.basic.BasicStreamTest.testTupleStream": "unknown", 4239 "org.hibernate.test.stream.basic.JpaStreamTest.testQueryStream": "unknown", 4240 "org.hibernate.test.subclassfilter.DiscrimSubclassFilterTest.testFiltersWithSubclass": "unknown", 4241 "org.hibernate.test.subclassfilter.JoinedSubclassFilterTest.testFiltersWithJoinedSubclass": "5807", 4242 "org.hibernate.test.subclassfilter.UnionSubclassFilterTest.testFiltersWithUnionSubclass": "unknown", 4243 "org.hibernate.test.subselect.CompositeIdTypeBindingTest.testCompositeTypeBinding": "unknown", 4244 "org.hibernate.test.subselect.SetSubselectTest.testSubselect": "unknown", 4245 "org.hibernate.test.subselect.SubselectTest.testCustomColumnReadAndWrite": "31673", 4246 "org.hibernate.test.subselect.SubselectTest.testEntitySubselect": "31673", 4247 "org.hibernate.test.subselect.join.SubselectInJoinedTableTest.testSubselectInJoinedTable": "unknown", 4248 "org.hibernate.test.subselectfetch.SubselectFetchCollectionFromBatchTest.testMultiSubselectFetchSamePersisterQueryList": "unknown", 4249 "org.hibernate.test.subselectfetch.SubselectFetchCollectionFromBatchTest.testSubselectFetchFromEntityBatch": "unknown", 4250 "org.hibernate.test.subselectfetch.SubselectFetchCollectionFromBatchTest.testSubselectFetchFromQueryList": "unknown", 4251 "org.hibernate.test.subselectfetch.SubselectFetchTest.testManyToManyCriteriaJoin": "unknown", 4252 "org.hibernate.test.subselectfetch.SubselectFetchTest.testSubselectFetchCriteria": "unknown", 4253 "org.hibernate.test.subselectfetch.SubselectFetchTest.testSubselectFetchHql": "unknown", 4254 "org.hibernate.test.subselectfetch.SubselectFetchTest.testSubselectFetchNamedParam": "unknown", 4255 "org.hibernate.test.subselectfetch.SubselectFetchTest.testSubselectFetchPosParam": "unknown", 4256 "org.hibernate.test.subselectfetch.SubselectFetchTest.testSubselectFetchWithLimit": "unknown", 4257 "org.hibernate.test.subselectfetch.SubselectFetchWithFormulaTest.checkSubselectWithFormula": "unknown", 4258 "org.hibernate.test.temporal.TimePropertyTest.testTimeAsDate": "unknown", 4259 "org.hibernate.test.temporal.TimestampPropertyTest.testTime": "unknown", 4260 "org.hibernate.test.temporal.TimestampPropertyTest.testTimeGeneratedByColumnDefault": "unknown", 4261 "org.hibernate.test.ternary.TernaryTest.testIndexRelatedFunctions": "unknown", 4262 "org.hibernate.test.ternary.TernaryTest.testTernary": "unknown", 4263 "org.hibernate.test.timestamp.JdbcTimeCustomTimeZoneTest.testTimeZone": "unknown", 4264 "org.hibernate.test.timestamp.JdbcTimeDefaultTimeZoneTest.testTimeZone": "unknown", 4265 "org.hibernate.test.timestamp.JdbcTimestampCustomSessionLevelTimeZoneTest.testTimeZone": "unknown", 4266 "org.hibernate.test.timestamp.JdbcTimestampCustomTimeZoneTest.testTimeZone": "unknown", 4267 "org.hibernate.test.timestamp.JdbcTimestampDefaultTimeZoneTest.testTimeZone": "unknown", 4268 "org.hibernate.test.timestamp.JdbcTimestampUTCTimeZoneTest.testTimeZone": "3781", 4269 "org.hibernate.test.timestamp.JdbcTimestampWithDefaultUTCTimeZoneTest.testTimeZone": "3781", 4270 "org.hibernate.test.timestamp.JdbcTimestampWithoutUTCTimeZoneTest.testTimeZone": "3781", 4271 "org.hibernate.test.timestamp.TimestampTest.testComponent": "unknown", 4272 "org.hibernate.test.timestamp.TimestampTest.testUpdateFalse": "unknown", 4273 "org.hibernate.test.tm.AfterCompletionTest.testAfterCompletionCallbackExecutedAfterTransactionTimeout": "unknown", 4274 "org.hibernate.test.tm.BeforeCompletionFailureTest.testUniqueConstraintViolationDuringManagedFlush": "unknown", 4275 "org.hibernate.test.tm.CMTTest.testCMT": "unknown", 4276 "org.hibernate.test.tm.CMTTest.testConcurrent": "unknown", 4277 "org.hibernate.test.tm.CMTTest.testConcurrentCachedDirtyQueries": "Expected Failure", 4278 "org.hibernate.test.tm.CMTTest.testConcurrentCachedQueries": "pass?", 4279 "org.hibernate.test.tm.CMTTest.testCurrentSessionWithIterate": "unknown", 4280 "org.hibernate.test.tm.CMTTest.testCurrentSessionWithScroll": "unknown", 4281 "org.hibernate.test.tool.schema.SchemaToolTransactionHandlingTest.testDropCreateDropInExistingJtaTransaction": "unknown", 4282 "org.hibernate.test.tool.schema.SchemaToolTransactionHandlingTest.testValidateInExistingJtaTransaction": "16769", 4283 "org.hibernate.test.type.BinaryTypeTest.testByteArrayStringRepresentation": "unknown", 4284 "org.hibernate.test.type.Java8DateTimeTests.basicTests": "unknown", 4285 "org.hibernate.test.type.LocalDateTest.testLocalDate": "unknown", 4286 "org.hibernate.test.type.LongListTypeContributorTest.testParameterRegisterredCollection": "unknown", 4287 "org.hibernate.test.type.OffsetDateTimeTest.testOffsetDateTimeWithHoursZoneOffset": "unknown", 4288 "org.hibernate.test.type.OffsetDateTimeTest.testOffsetDateTimeWithUTCZoneOffset": "unknown", 4289 "org.hibernate.test.type.OffsetDateTimeTest.testRetrievingEntityByOffsetDateTime": "unknown", 4290 "org.hibernate.test.type.TimeAndTimestampTest.test": "unknown", 4291 "org.hibernate.test.type.ZonedDateTimeTest.testRetrievingEntityByZoneDateTime": "unknown", 4292 "org.hibernate.test.type.ZonedDateTimeTest.testZoneDateTimeWithHoursZoneOffset": "unknown", 4293 "org.hibernate.test.type.ZonedDateTimeTest.testZoneDateTimeWithUTCZoneOffset": "unknown", 4294 "org.hibernate.test.type.contributor.ArrayTypeContributorTest.test": "unknown", 4295 "org.hibernate.test.typedescriptor.ByteTest.testByteDataPersistenceAndRetrieval": "unknown", 4296 "org.hibernate.test.typedescriptor.CharInNativeQueryTest.testNativeQuery": "unknown", 4297 "org.hibernate.test.typedmanytoone.TypedManyToOneTest.testCreateQuery": "unknown", 4298 "org.hibernate.test.typedmanytoone.TypedManyToOneTest.testCreateQueryNull": "unknown", 4299 "org.hibernate.test.typedonetoone.TypedOneToOneTest.testCreateQuery": "unknown", 4300 "org.hibernate.test.typedonetoone.TypedOneToOneTest.testCreateQueryNull": "unknown", 4301 "org.hibernate.test.typeoverride.TypeOverrideTest.testInsert": "unknown", 4302 "org.hibernate.test.typeoverride.TypeOverrideTest.testRegisteredFunction": "unknown", 4303 "org.hibernate.test.typeparameters.TypeParameterTest.testLoading": "unknown", 4304 "org.hibernate.test.typeparameters.TypeParameterTest.testSave": "unknown", 4305 "org.hibernate.test.unconstrained.UnconstrainedTest.testUnconstrained": "unknown", 4306 "org.hibernate.test.unconstrained.UnconstrainedTest.testUnconstrainedNoCache": "unknown", 4307 "org.hibernate.test.unconstrained.UnconstrainedTest.testUnconstrainedOuterJoinFetch": "unknown", 4308 "org.hibernate.test.unidir.BackrefTest.testBackRef": "unknown", 4309 "org.hibernate.test.unidir.BackrefTest.testBackRefToProxiedEntityOnMerge": "unknown", 4310 "org.hibernate.test.unidir.UnidirectionalOneToManyNonPkJoinColumnTest.test": "unknown", 4311 "org.hibernate.test.unionsubclass.UnionSubclassTest.testBulkOperationsWithDifferentConnections": "5807", 4312 "org.hibernate.test.unionsubclass.UnionSubclassTest.testNestedUnionedSubclasses": "unknown", 4313 "org.hibernate.test.unionsubclass.UnionSubclassTest.testUnionSubclass": "unknown", 4314 "org.hibernate.test.unionsubclass.UnionSubclassTest.testUnionSubclassCollection": "unknown", 4315 "org.hibernate.test.unionsubclass.UnionSubclassTest.testUnionSubclassFetchMode": "unknown", 4316 "org.hibernate.test.unionsubclass.UnionSubclassTest.testUnionSubclassManyToOne": "unknown", 4317 "org.hibernate.test.unionsubclass.UnionSubclassTest.testUnionSubclassOneToMany": "unknown", 4318 "org.hibernate.test.unionsubclass.alias.SellCarTest.testSellCar": "unknown", 4319 "org.hibernate.test.unionsubclass2.UnionSubclassTest.testCustomColumnReadAndWrite": "unknown", 4320 "org.hibernate.test.unionsubclass2.UnionSubclassTest.testQuerySubclassAttribute": "unknown", 4321 "org.hibernate.test.unionsubclass2.UnionSubclassTest.testUnionSubclass": "unknown", 4322 "org.hibernate.test.unionsubclass3.UnionSubclassTest.testUnionSubclassClassResults": "unknown", 4323 "org.hibernate.test.unionsubclass3.UnionSubclassTest.typeOfLeafTPC": "unknown", 4324 "org.hibernate.test.uniquekey.NaturalIdCachingTest.test": "unknown", 4325 "org.hibernate.test.version.InstantVersionTest.testInstantUsageAsVersion": "unknown", 4326 "org.hibernate.test.version.LocalDateTimeVersionTest.testInstantUsageAsVersion": "unknown", 4327 "org.hibernate.test.version.OffsetDateTimeVersionTest.testInstantUsageAsVersion": "unknown", 4328 "org.hibernate.test.version.VersionTest.testCollectionNoVersion": "unknown", 4329 "org.hibernate.test.version.VersionTest.testCollectionVersion": "unknown", 4330 "org.hibernate.test.version.VersionTest.testVersionShortCircuitFlush": "unknown", 4331 "org.hibernate.test.version.ZonedDateTimeVersionTest.testInstantUsageAsVersion": "unknown", 4332 "org.hibernate.test.version.db.DbVersionTest.testCollectionNoVersion": "unknown", 4333 "org.hibernate.test.version.db.DbVersionTest.testCollectionVersion": "unknown", 4334 "org.hibernate.test.version.mappedsuperclass.HbmMappingMappedSuperclassWithVersionTest.testMetamodelContainsHbmVersion": "unknown", 4335 "org.hibernate.test.where.annotations.LazyManyToManyNonUniqueIdWhereTest.testInitializeFromNonUniqueAssociationTable": "12123", 4336 "org.hibernate.test.where.annotations.LazyManyToManyNonUniqueIdWhereTest.testInitializeFromUniqueAssociationTable": "12123", 4337 "org.hibernate.test.where.annotations.LazyOneToManyNonUniqueIdWhereTest.testInitializeFromNonUniqueAssociationTable": "12123", 4338 "org.hibernate.test.where.hbm.LazyManyToManyNonUniqueIdNotFoundWhereTest.testInitializeFromNonUniqueAssociationTable": "12123", 4339 "org.hibernate.test.where.hbm.LazyManyToManyNonUniqueIdNotFoundWhereTest.testInitializeFromUniqueAssociationTable": "12123", 4340 "org.hibernate.test.where.hbm.LazyManyToManyNonUniqueIdWhereTest.testInitializeFromNonUniqueAssociationTable": "12123", 4341 "org.hibernate.test.where.hbm.LazyManyToManyNonUniqueIdWhereTest.testInitializeFromUniqueAssociationTable": "12123", 4342 "org.hibernate.test.where.hbm.LazyOneToManyNonUniqueIdWhereTest.testInitializeFromNonUniqueAssociationTable": "unknown", 4343 "org.hibernate.test.where.hbm.WhereTest.testCriteria": "unknown", 4344 "org.hibernate.test.where.hbm.WhereTest.testHql": "unknown", 4345 "org.hibernate.test.where.hbm.WhereTest.testHqlWithFetch": "unknown", 4346 "org.hibernate.test.where.hbm.WhereTest.testNativeQuery": "unknown", 4347 }