Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: dd565eb388180773a16c154d2af9d8b9a2815b27
https://github.com/hibernate/hibernate-orm/commit/dd565eb388180773a16c154...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M
hibernate-community-dialects/src/test/java/org/hibernate/community/dialect/DerbyCustomSQLTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Customer.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Discount.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Passport.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Ticket.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/configuration/ConfigurationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/derivedidentities/e1/b/DerivedIdentitySimpleParentEmbeddedIdDepTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/derivedidentities/e1/b/specjmapid/IdMapManyToOneSpecjTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/derivedidentities/e1/b/specjmapid/lazy/CompositeKeyDeleteTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/derivedidentities/e1/c/DerivedIdentitySimpleParentEmbeddedDepTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/derivedidentities/e4/b/DerivedIdentitySimpleParentSimpleDepMapsIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/derivedidentities/e5/c/ForeignGeneratorViaMapsIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/duplicatedgenerator/DuplicateTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/entity/BasicHibernateAnnotationsTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/entity/Forest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/entity/HibernateAnnotationMappingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/entity/Java5FeaturesTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/entity/PropertyDefaultMappingsTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/entity/SoccerTeam.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/entity/Topic.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/mapkey/MapKeyEnumeratedTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/ormXml/OrmXmlEnumTypeTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetch/FetchingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetchprofile/Customer.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetchprofile/MappedByFetchProfileFunctionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetchprofile/MappedByFetchProfileUnitTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetchprofile/MoreFetchProfileTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/JoinColumnOrFormulaTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/JoinFormulaManyToOneLazyFetchingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/JoinFormulaManyToOneNotIgnoreLazyFetchingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/JoinFormulaOneToOneNotIgnoreLazyFetchingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/ManyToManyNotIgnoreLazyFetchingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/Customers.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/IdManyToOneTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/ShoppingBaskets.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/StoreCustomerPK.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/alphabetical/AlphabeticalIdManyToOneTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/alphabetical/AlphabeticalManyToOneTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/Caption.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/ImmutableEntityUpdateQueryHandlingModeExceptionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/ImmutableEntityUpdateQueryHandlingModeWarningTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/ImmutableTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/ImmutableWithAttributeConverterTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/index/jpa/AbstractJPAIndexTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/index/jpa/IndexTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/index/jpa/OrmXmlIndexTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/indexcoll/GenerationGroup.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/indexcoll/GenerationUser.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/indexcoll/MapKeyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/indexcoll/eager/Atmosphere.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/indexcoll/eager/EagerIndexedCollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/join/B.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/join/C.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/join/DogPk.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/join/JoinTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/join/Life.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/join/SysGroupsOrm.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/join/SysUserOrm.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/loader/LoaderWithInvalidQueryTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/AbstractLobTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/Dog.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/Editor.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/ImageHolder.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/ImageTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/LobTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/MaterializedBlobTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/PrimitiveCharacterArrayTextType.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/SerializableToImageType.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/TextTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/VersionedBook.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/VersionedCompiledCode.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/VersionedLobTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/WrappedImageType.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/hhh4635/LobTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/locator/LobLocatorTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Building.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/BuildingCompany.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Cat.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/City.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Contractor.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Employee.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Employer.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Friend.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Group.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Inspector.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/InspectorPrefixes.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/KnownClient.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Man.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/ManyToManyInverseJoinColumnSortedSetTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/ManyToManyMaxFetchDepth0Test.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/ManyToManyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Permission.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/PhoneNumber.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/ProgramManager.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Store.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Supplier.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Woman.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/Zone.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/defaults/City.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/defaults/Employee.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/defaults/JpaCompliantManyToManyImplicitNamingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/defaults/KnownClient.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/defaults/ManyToManyImplicitNamingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/defaults/PhoneNumber.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoone/ManyToOneTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/namingstrategy/CamelCaseToUnderscoresNamingStrategyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/namingstrategy/LongKeyNamingStrategyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/namingstrategy/NamingStrategyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/namingstrategy/charset/AbstractCharsetNamingStrategyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Child.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/City.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/DefaultNullOrderingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Model.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Monkey.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/OneToManyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Organisation.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/OrganisationUser.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Parent.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Person.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/PoliticalParty.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Politician.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Soldier.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Street.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Tiger.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Trainer.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Troop.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/Address.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/Body.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/Client.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/Computer.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/Heart.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/OneToOneJoinTableUniquenessTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/OneToOneTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/OptionalOneToOneMappedByTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/OptionalOneToOneMapsIdQueryTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/OptionalOneToOnePKJCQueryTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/OptionalOneToOnePKJCTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/Owner.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/OwnerAddress.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/Party.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/PartyAffiliate.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/SerialNumber.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/Trousers.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/TrousersZip.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/override/mappedsuperclass/MappedSuperClassIdPropertyBasicAttributeOverrideTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/quote/resultsetmappings/ExplicitSqlResultSetMappingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Bag.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Clothes.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/House.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Inhabitant.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Item.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/ItemCost.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Luggage.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Postman.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Rambler.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Vendor.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/WarehouseItem.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/Administration.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/BusTrip.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/ElementCollectionConverterTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/Match.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/SocialSecurityMoralAccount.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/SocialSecurityNumber.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/SocialSecurityPhysicalAccount.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/TennisMatch.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/secondarytable/SecondaryTableSchemaTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/strategy/Storm.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/strategy/StrategyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/subselect/Bid.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/subselect/HighestBid.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/subselect/Item.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/subselect/SubselectTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/target/Brand.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/target/LuggageImpl.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/target/Owner.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/target/OwnerImpl.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/target/SizeImpl.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/target/TargetTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/type/Dvd.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/type/TypeTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/uniqueconstraint/UniqueConstraintBatchingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/uniqueconstraint/UniqueConstraintThrowsConstraintViolationExceptionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/uniqueconstraint/UniqueConstraintUnitTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/uniqueconstraint/UniqueConstraintValidationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/Conductor.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/DBTimestamped.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/GeneratedTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/OneOneGeneratedValueTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/OneToOneOptimisticLockTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/OptimisticLockAnnotationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/TimestampTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/Truck.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/Vehicule.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/CarModel.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Company.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Entity2.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Entity3.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Manufacturer.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/NonExistentOrmVersionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/OrmVersion1SupportedTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/PreParsedOrmXmlTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/array/DateArrayTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/BidirectionalTwoOneToManyMapsIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/CompositeIdAssociationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/DerivedIdentifierPrimaryKeyJoinColumnTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/DerivedIdentifierTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/JoinColumnOrFormulaTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/JoinFormulaTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/ManyToManyBidirectionalTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/ManyToManyBidirectionalWithLinkEntityTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/ManyToManyUnidirectionalTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/associations/ManyToOneTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/OneToManyBidirectionalTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/OneToManyUnidirectionalTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/OneToOneBidirectionalLazyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/OneToOneBidirectionalTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/OneToOneMapsIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/OneToOnePrimaryKeyJoinColumnTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/OneToOneUnidirectionalTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/UnidirectionalManyToManyRemoveTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/associations/any/AnyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/associations/any/ManyToAnyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/batch/BatchOptimisticLockingTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/batch/BatchTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/batch/BatchingBatchFailureTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/batch/BatchingInheritanceDeleteTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/batch/NonBatchingBatchFailureTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/BootstrapTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/annotations/access/jpa/AccessMappingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/annotations/embedded/NestedEmbeddableAttributeOverrideTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/annotations/override/AssociationOverrideSchemaTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/annotations/override/AttributeOverrideTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/annotations/override/InheritedAttributeOverridingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/naming/ImplicitIndexColumnNameSourceTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/jpa/PersistenceUnitInfoTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/jpa/PersistenceUnitOverridesTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/registry/classloading/HibernateClassLoaderLeaksTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/registry/classloading/LeakUtilitySelfTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/schema/SchemaToolingAutoActionTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/spi/metadatabuildercontributor/AbstractSqlFunctionMetadataBuilderContributorTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/spi/metadatabuildercontributor/AttributeConverterMetadataBuilderContributorTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/spi/metadatabuildercontributor/SqlFunctionMetadataBuilderContributorClassNameTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/spi/metadatabuildercontributor/SqlFunctionMetadataBuilderContributorClassTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/spi/metadatabuildercontributor/SqlFunctionMetadataBuilderContributorIllegalArgumentTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/spi/metadatabuildercontributor/SqlFunctionMetadataBuilderContributorIllegalClassArgumentTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/spi/metadatabuildercontributor/SqlFunctionMetadataBuilderContributorInstanceTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/AbstractMutationStrategyCompositeIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/AbstractMutationStrategyGeneratedIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/AbstractMutationStrategyGeneratedIdWithOptimizerTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/AbstractMutationStrategyGeneratedIdentityTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/AbstractMutationStrategyIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/DefaultMutationStrategyCompositeIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/DefaultMutationStrategyGeneratedIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/DefaultMutationStrategyGeneratedIdWithOptimizerTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/DefaultMutationStrategyGeneratedIdentityTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/DefaultMutationStrategyIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/GlobalQuotedIdentifiersBulkIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/GlobalTemporaryTableMutationStrategyCompositeIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/GlobalTemporaryTableMutationStrategyGeneratedIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/GlobalTemporaryTableMutationStrategyGeneratedIdWithOptimizerTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/GlobalTemporaryTableMutationStrategyGeneratedIdentityTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/GlobalTemporaryTableMutationStrategyIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/InlineMutationStrategyCompositeIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/InlineMutationStrategyIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/LocalTemporaryTableMutationStrategyCompositeIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/LocalTemporaryTableMutationStrategyGeneratedIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/LocalTemporaryTableMutationStrategyGeneratedIdWithOptimizerTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/LocalTemporaryTableMutationStrategyGeneratedIdentityTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/LocalTemporaryTableMutationStrategyIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/PersistentTableMutationStrategyCompositeIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/PersistentTableMutationStrategyGeneratedIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/PersistentTableMutationStrategyGeneratedIdWithOptimizerTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/PersistentTableMutationStrategyGeneratedIdentityTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bulkid/PersistentTableMutationStrategyIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/cache/cid/NonAggregatedCompositeIdCachingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/cdi/lifecycle/ExtendedBeanManagerNoCallbackTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/cdi/lifecycle/ExtendedBeanManagerNotAvailableDuringTypeResolutionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cfg/AnnotationBinderTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cfg/CfgFilePropertyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/cfg/cache/DefaultCacheConcurrencyPropertyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/cfg/cache/DirectReferenceCacheEntriesTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/cfg/persister/PersisterClassProviderTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/set/SetElementNullBasicTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/comments/UseSqlCommentTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/component/cascading/collection/CascadeToComponentCollectionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/component/cascading/collection/Definition.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/component/cascading/collection/LocalizedStrings.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/component/cascading/toone/CascadeToComponentAssociationTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/compositeelement/Child.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/compositeelement/CompositeElementTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/compositeelement/Parent.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/connection/ConnectionCreatorTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/connections/AggressiveReleaseTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/connections/BasicConnectionProviderTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/connections/ConnectionManagementTestCase.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/connections/CurrentSessionConnectionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/connections/SuppliedConnectionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/connections/ThreadLocalCurrentSessionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/constraint/ConstraintTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/constraint/ForeignKeyConstraintMapsIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/constraint/ForeignKeyNoConstraintTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/customstructures/IdentityMapTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/customstructures/JdbcParameterListTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/dialect/functional/SequenceInformationTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/engine/spi/EntityEntryTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/entitygraph/mappedbyid/LoadGraphFindByIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/entitygraph/parser/AbstractEntityGraphTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/entitygraph/parser/AssertionHelper.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/entitygraph/parser/EntityGraphParserTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/entitygraph/parser/EntityGraphsTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/entitymode/dom4j/DeprecationLoggingTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/foreignkeys/HHH14230.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/foreignkeys/disabled/DefaultConstraintModeTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/foreignkeys/disabled/DisabledForeignKeyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/foreignkeys/disabled/InheritanceManyToManyForeignKeyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/foreignkeys/disabled/OneToManyBidirectionalForeignKeyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/formulajoin/Detail.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/formulajoin/FormulaJoinTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/generatedkeys/identity/IdentityGeneratedKeysTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/generatedkeys/identity/MyEntity.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/graph/AbstractEntityGraphTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/graph/EntityGraphsTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/hbm/collectionpk/CollectionPkTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/hbm/comment/ClassCommentTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/hbm/fk/CollectionKeyFkNameTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hbm/index/IndexTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hbm/query/NamedQueryTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hbm/query/QueryReturnTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/hbm/version/GeneratedVersionBindingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/compliance/JpaComplianceTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/ordering/OrderByComplianceTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/usertypes/UserTypeMappingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/merge/BidirectionalOneToManyMergeTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/AbstractMultiTenancyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/ConfigurationValidationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/DatabaseMultiTenancyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/DatabaseTimeZoneMultiTenancyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/SchemaMultiTenancyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/beancontainer/MultiTenantConnectionProviderFromBeanContainerTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/discriminator/DiscriminatorMultiTenancyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/schema/AbstractSchemaBasedMultiTenancyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/schema/SchemaBasedDataSourceMultiTenancyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/schema/SchemaBasedMultiTenancyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/multitenancy/schema/TenantResolverConfigurationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/naming/AcmeCorpPhysicalNamingStrategyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/namingstrategy/complete/BaseNamingTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/namingstrategy/complete/LegacyJpaNamingWithAnnotationBindingTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/namingstrategy/complete/LegacyJpaNamingWithHbmBindingTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/nationalized/UseNationalizedCharDataSettingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/notfound/IsNullAndNotFoundTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/ops/multiload/MultiLoadEntityGraphTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/ops/replicate/ReplicateTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/pagination/DistinctSelectTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/pagination/hhh9965/HHH9965Test.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/BytecodeEnhancementTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/CascadeDetachTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/CascadeMergeTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/pc/CascadeOnDeleteCollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/CascadeOnDeleteTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/CascadePersistTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/CascadeRefreshTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/CascadeRemoveTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/CascadeReplicateTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/DynamicUpdateTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/FilterJoinTableTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/pc/FilterSqlFragementAliasTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/pc/FilterSqlFragmentAliasTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/FilterTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/NoDynamicUpdateTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/PersistenceContextTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/WhereJoinTableTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/WhereTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/procedure/PostgreSQLFunctionProcedureTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/property/BasicPropertyAccessorTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/property/GetAndIsVariantGetterTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/property/PropertyAccessStrategyMapTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/property/access/spi/GetterFieldImplTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/property/access/spi/GetterMethodImplTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/property/access/spi/SetterMethodImplTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/proxy/Container.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/proxy/MultipleSessionFactoriesProxyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/proxy/ProxyTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/proxy/concrete/AbstractConcreteProxyTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/proxy/concrete/BytecodeConcreteProxyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/proxy/concrete/ConcreteProxyTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/proxy/concrete/ProxyConcreteProxyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/OneToManyLazyAndEagerProxyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/QueryTimeOutTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/criteria/CriteriaPrimitiveIdTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/criteria/CriteriaStringInlineLiteralTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/criteria/CriteriaTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/criteria/internal/HHH13884Test.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/criteria/internal/hhh11877/HHH111877Test.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/criteria/internal/hhh13058/HHH13058Test.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/criteria/internal/hhh13908/HHH13908Test.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/criteria/internal/hhh14197/HHH14197Test.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/hhh13670/HHH13670Test.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/hhh14112/HHH14112Test.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/hhh14116/HHH14116Test.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/hhh14154/HHH14154Test.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/hhh14156/HHH14156Test.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/CountExpressionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/OrderByTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/ScrollableTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/SizeAttributeReferenceTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/WithClauseJoinRewriteTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/mutation/UpdateEntitiesWithPackageNamesStartingWithKeywordsTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/sql/SynchronizedSpaceTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/ConcurrentConcreteSqmSelectQueryPlainTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/ConcurrentQueriesByIdsTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/SortSpecificationReversalTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/quote/Phone.java
M hibernate-core/src/test/java/org/hibernate/orm/test/quote/QuoteTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/quote/Role.java
M hibernate-core/src/test/java/org/hibernate/orm/test/quote/User.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/serialization/GetterSetterSerializationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/serialization/ProxySerializationNoSessionFactoryTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/serialization/SessionFactorySerializationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/serialization/TypedValueSerializationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/service/ClassLoaderServiceImplTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/service/ServiceBootstrappingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/service/ServiceContributorTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/service/ServiceRegistryTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/service/internal/JndiServiceImplTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/service/internal/ServiceRegistryClosingCascadeTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sorted/map/SortComparatorTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sorted/map/SortNaturalTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sorted/set/SortComparatorTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sorted/set/SortNaturalTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sql/CollectionLoaderTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/CustomSQLSecondaryTableTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sql/CustomSQLTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sql/SQLSelectTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sql/SQLTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/autodiscovery/AutoDiscoveryTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/check/OracleCheckStyleTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/check/ResultCheckStyleTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/function/JpaFunctionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sql/hand/Organization.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/hand/custom/CustomSQLTestSupport.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/hand/custom/CustomStoredProcTestSupport.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/hand/custom/db2/DB2CustomSQLTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/hand/custom/mysql/MySQLCustomSQLTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/hand/custom/oracle/OracleCustomSQLTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/hand/custom/sqlserver/SQLServerCustomSQLTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/hand/custom/sybase/SybaseCustomSQLTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/hand/identity/CustomInsertSQLWithIdentityColumnTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/hand/quotedidentifiers/NativeSqlAndQuotedIdentifiersTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/refcursor/CursorFromCallableTest.java
M
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/BaseSessionFactoryFunctionalTest.java
M
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DomainModelExtension.java
M
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/EntityManagerFactoryBasedFunctionalTest.java
M
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/EntityManagerFactoryScope.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/Jpa.java
M
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/ServiceRegistryScope.java
M
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/SessionFactoryExtension.java
Log Message:
-----------
HHH-19846 Drop JUnit 4 usage
# Conflicts:
# hibernate-core/src/test/java/org/hibernate/orm/test/entitymode/map/basic/DynamicClassTest.java
# hibernate-core/src/test/java/org/hibernate/orm/test/fetching/GraphParsingTest.java
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications