Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 95a34e2895287afbb8b201265a7dcab03506e94f
https://github.com/hibernate/hibernate-orm/commit/95a34e2895287afbb8b2012...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/boot/model/TypeBeanInstanceProducer.java
M hibernate-core/src/main/java/org/hibernate/boot/model/TypeDefinition.java
M
hibernate-core/src/main/java/org/hibernate/resource/beans/internal/ManagedBeanRegistryImpl.java
M
hibernate-core/src/main/java/org/hibernate/resource/beans/spi/ManagedBeanRegistry.java
A hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor/Array.java
A hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor/ArrayType.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor/ArrayTypeContributorTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor/ArrayTypeDescriptor.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor/ArrayTypePropertiesTest.java
R hibernate-core/src/test/java/org/hibernate/test/type/contributor/Array.java
R hibernate-core/src/test/java/org/hibernate/test/type/contributor/ArrayType.java
R
hibernate-core/src/test/java/org/hibernate/test/type/contributor/ArrayTypeContributorTest.java
R
hibernate-core/src/test/java/org/hibernate/test/type/contributor/ArrayTypeDescriptor.java
R
hibernate-core/src/test/java/org/hibernate/test/type/contributor/ArrayTypePropertiesTest.java
Log Message:
-----------
Move test.type.contributor and implement support for constructor injection of
TypeBootstrapContext
Commit: 75f4e635f207357f91c049b0e7c2b50920c49201
https://github.com/hibernate/hibernate-orm/commit/75f4e635f207357f91c049b...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/query/HbmResultSetMappingDescriptor.java
M
hibernate-core/src/main/java/org/hibernate/query/internal/FetchMementoHbmStandard.java
M
hibernate-core/src/main/java/org/hibernate/query/internal/ResultMementoEntityStandard.java
M hibernate-core/src/main/java/org/hibernate/query/results/Builders.java
M hibernate-core/src/main/java/org/hibernate/query/results/FetchBuilder.java
M hibernate-core/src/main/java/org/hibernate/query/results/ResultBuilder.java
M
hibernate-core/src/main/java/org/hibernate/query/results/complete/CompleteResultBuilderEntityJpa.java
M
hibernate-core/src/main/java/org/hibernate/query/results/complete/CompleteResultBuilderEntityStandard.java
M
hibernate-core/src/main/java/org/hibernate/query/results/dynamic/AbstractFetchBuilderContainer.java
M
hibernate-core/src/main/java/org/hibernate/query/results/dynamic/DynamicFetchBuilderLegacy.java
M
hibernate-core/src/main/java/org/hibernate/query/results/dynamic/DynamicFetchBuilderStandard.java
M
hibernate-core/src/main/java/org/hibernate/query/results/implicit/ImplicitFetchBuilderEmbeddable.java
M
hibernate-core/src/main/java/org/hibernate/query/results/implicit/ImplicitFetchBuilderEntity.java
M
hibernate-core/src/main/java/org/hibernate/query/sql/internal/ResultSetMappingProcessor.java
A hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Championship.java
A hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Child.hbm.xml
A hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Child.java
A hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Document.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/ExtraLazyCollectionConsistencyTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/ExtraLazyTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Group.java
A hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Parent.hbm.xml
A hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Parent.java
A hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/School.java
A hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/SessionAttribute.java
A hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Student.java
A hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/User.java
A hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/UserGroup.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/extralazy/Championship.java
R hibernate-core/src/test/java/org/hibernate/test/extralazy/Child.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/extralazy/Child.java
R hibernate-core/src/test/java/org/hibernate/test/extralazy/Document.java
R
hibernate-core/src/test/java/org/hibernate/test/extralazy/ExtraLazyCollectionConsistencyTest.java
R hibernate-core/src/test/java/org/hibernate/test/extralazy/ExtraLazyTest.java
R hibernate-core/src/test/java/org/hibernate/test/extralazy/Group.java
R hibernate-core/src/test/java/org/hibernate/test/extralazy/Parent.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/extralazy/Parent.java
R hibernate-core/src/test/java/org/hibernate/test/extralazy/School.java
R hibernate-core/src/test/java/org/hibernate/test/extralazy/SessionAttribute.java
R hibernate-core/src/test/java/org/hibernate/test/extralazy/Student.java
R hibernate-core/src/test/java/org/hibernate/test/extralazy/User.java
R hibernate-core/src/test/java/org/hibernate/test/extralazy/UserGroup.hbm.xml
Log Message:
-----------
Fix HBM return-join handling
Commit: 38e1704f4305a40c0b92ce52c6847eb1041ce9cd
https://github.com/hibernate/hibernate-orm/commit/38e1704f4305a40c0b92ce5...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/FetchParent.java
Log Message:
-----------
Fix creation of proper navigable path for identifier mapper
Commit: 7216823afd52cfb138989c4cb4b8f381d6c9bd0d
https://github.com/hibernate/hibernate-orm/commit/7216823afd52cfb138989c4...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/spi/ClassLoaderService.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/BasicValueBinder.java
M hibernate-core/src/main/java/org/hibernate/mapping/BasicValue.java
M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/MappingModelCreationHelper.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/EntityEnum.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/EnumeratedSmokeTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/EnumeratedTypeTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/custom_mapkey/EntityMapEnum.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/custom_mapkey/MapKeyCustomEnumTypeTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/custom_types/FirstLetterType.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/custom_types/LastNumberType.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/enums/Common.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/enums/FirstLetter.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/enums/LastNumber.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/enums/Trimmed.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/EntityEnum.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/EnumeratedSmokeTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/EnumeratedTypeTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/custom_mapkey/EntityMapEnum.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/custom_mapkey/MapKeyCustomEnumTypeTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/custom_types/FirstLetterType.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/custom_types/LastNumberType.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/enums/Common.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/enums/FirstLetter.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/enums/LastNumber.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/enums/Trimmed.java
Log Message:
-----------
Move annotations.enumerated tests and fix some type parameterization and enum related
issues
Commit: adf8da6beda96c214ab69fcab5ee4aa7a5a1bb17
https://github.com/hibernate/hibernate-orm/commit/adf8da6beda96c214ab69fc...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetch/Branch.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetch/FetchingTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetch/Leaf.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetch/Person.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetch/Stay.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Branch.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/FetchingTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Leaf.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Person.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Stay.java
Log Message:
-----------
Move annotations.fetch package
Commit: 5da81c226382eb46c0b9f433060ef88cc6a8ba17
https://github.com/hibernate/hibernate-orm/commit/5da81c226382eb46c0b9f43...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/JoinColumnOrFormulaTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/JoinFormulaManyToOneLazyFetchingTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/JoinFormulaManyToOneNotIgnoreLazyFetchingTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/JoinFormulaOneToManyNotIgnoreLazyFetchingTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/JoinFormulaOneToOneNotIgnoreLazyFetchingTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/formula/JoinColumnOrFormulaTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/formula/JoinFormulaManyToOneLazyFetchingTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/formula/JoinFormulaManyToOneNotIgnoreLazyFetchingTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/formula/JoinFormulaOneToManyNotIgnoreLazyFetchingTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/formula/JoinFormulaOneToOneNotIgnoreLazyFetchingTest.java
Log Message:
-----------
Move annotations.formula package
Commit: 7b58e700db1ae7bad49887ecf3e5a768d1f54401
https://github.com/hibernate/hibernate-orm/commit/7b58e700db1ae7bad49887e...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/AttributeFactory.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/EntityRepresentationStrategyPojoStandard.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataContext.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/BasicAttributeMapping.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/MappingModelCreationHelper.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/JpaMetamodelImpl.java
M
hibernate-core/src/main/java/org/hibernate/type/descriptor/java/spi/JavaTypeDescriptorRegistry.java
Log Message:
-----------
Make sure the SerializableJavaTypeDescriptor is never used for entities. Fix a wrong
JDBC mapping causing problems converted attributes. Force IMMEDIATE fetch timing for
many-to-one associations with NotFound.IGNORE
Commit: eaba3acc202dfebc7887c1930f9f45d996a9ea46
https://github.com/hibernate/hibernate-orm/commit/eaba3acc202dfebc7887c19...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/MappingModelCreationHelper.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/BasketItems.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/BasketItemsPK.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/Card.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/CardField.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/CardKey.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/Course.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/CourseStudent.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/Customer.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/Customers.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/IdManyToOneTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/Project.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/ShoppingBaskets.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/ShoppingBasketsPK.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/Store.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/StoreCustomer.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/StoreCustomerPK.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/Student.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/alphabetical/A.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/alphabetical/Acces.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/alphabetical/AlphabeticalIdManyToOneTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/alphabetical/AlphabeticalManyToOneTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/alphabetical/B.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/alphabetical/BId.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/alphabetical/Benefserv.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/alphabetical/C.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/alphabetical/CId.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/alphabetical/Droitacces.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/alphabetical/Service.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/BasketItems.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/BasketItemsPK.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Card.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/CardField.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/CardKey.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Course.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/CourseStudent.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Customer.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Customers.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/IdManyToOneTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Project.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/ShoppingBaskets.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/ShoppingBasketsPK.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Store.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/StoreCustomer.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/StoreCustomerPK.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Student.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/A.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Acces.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalIdManyToOneTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalManyToOneTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/B.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/BId.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Benefserv.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/C.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/CId.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Droitacces.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Service.java
Log Message:
-----------
Move annotations.idmanytoone tests and fix property lookup of identifierMapper
Commit: f84585c5edd5814fd3274d078dcc4ca59be92bca
https://github.com/hibernate/hibernate-orm/commit/f84585c5edd5814fd3274d0...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/QuerySqmImpl.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/Caption.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/CaptionConverter.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/Country.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/Exif.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/ExifConverter.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/Foobar.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/ImmutableEntityUpdateQueryHandlingModeExceptionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/ImmutableEntityUpdateQueryHandlingModeWarningTest.java
A
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/Photo.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/immutable/State.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Caption.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/CaptionConverter.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Country.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Exif.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ExifConverter.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Foobar.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableEntityUpdateQueryHandlingModeExceptionTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableEntityUpdateQueryHandlingModeWarningTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Photo.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/State.java
Log Message:
-----------
Move annotations.immutable tests and implement immutable update warning/error
Commit: 15f2dca36d5ca633b9c9455d0f271ab517e17dcf
https://github.com/hibernate/hibernate-orm/commit/15f2dca36d5ca633b9c9455...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASESqlAstTranslator.java
M
hibernate-core/src/main/java/org/hibernate/sql/ast/spi/AbstractSqlAstTranslator.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/inheritance/SubclassTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/SubclassTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Account.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Alarm.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Asset.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Client.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Clothing.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Company.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Customer.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Document.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/EventInformation.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/File.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/FinancialAsset.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Folder.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/LegalEntity.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Parent.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Person.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Pool.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/PoolAddress.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/ProgramExecution.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/PropertyAsset.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Sweater.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/SwimmingPool.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/SymbolicLink.java
Log Message:
-----------
Move annotations.inheritance tests and implement qualifier omission for formulas in DML
statements
Commit: b30c9aea8e94b4dcbca32e83294361444dc80ed9
https://github.com/hibernate/hibernate-orm/commit/b30c9aea8e94b4dcbca32e8...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/query/HbmResultSetMappingDescriptor.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
M
hibernate-core/src/main/java/org/hibernate/loader/ast/internal/CollectionLoaderNamedQuery.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java
M hibernate-core/src/main/java/org/hibernate/query/NativeQuery.java
M
hibernate-core/src/main/java/org/hibernate/query/internal/ResultMementoCollectionStandard.java
M
hibernate-core/src/main/java/org/hibernate/query/results/complete/CompleteResultBuilderCollectionStandard.java
M
hibernate-core/src/main/java/org/hibernate/query/sql/internal/ResultSetMappingProcessor.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/loader/LoaderTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/loader/LoaderWithInvalidQueryTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/loader/Player.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/loader/Team.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/loader/LoaderTest.java
R
hibernate-core/src/test/java/org/hibernate/test/annotations/loader/LoaderWithInvalidQueryTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/loader/Player.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/loader/Team.java
A
hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/loader/Loader.hbm.xml
R
hibernate-core/src/test/resources/org/hibernate/test/annotations/loader/Loader.hbm.xml
Log Message:
-----------
Move annotations.loader tests and implement support for collection returns
Commit: 62514e9e538107f1cd1535ad676d4fc808a020ec
https://github.com/hibernate/hibernate-orm/commit/62514e9e538107f1cd1535a...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
Log Message:
-----------
Fix resolving parameter type if other side is a subquery returning a collection part
Commit: dd650705d07416fd6b8e324d4724d67fbd064145
https://github.com/hibernate/hibernate-orm/commit/dd650705d07416fd6b8e324...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/generated/InVmGenerationsWithAnnotationsWithSqlDateTests.java
Log Message:
-----------
Add some delay between save an update of update-timestamp tests
Commit: b6683d235218e62130563ccf60b58a9a83642448
https://github.com/hibernate/hibernate-orm/commit/b6683d235218e62130563cc...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/query/native/Native.adoc
M documentation/src/test/java/org/hibernate/userguide/sql/SQLTest.java
M
hibernate-core/src/main/java/org/hibernate/internal/AbstractSharedSessionContract.java
M hibernate-core/src/main/java/org/hibernate/loader/ast/spi/Loadable.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/EntityMappingType.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/SingleTableEntityPersister.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/UnionSubclassEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/query/results/ResultSetMappingImpl.java
M
hibernate-core/src/main/java/org/hibernate/query/results/complete/CompleteResultBuilderCollectionStandard.java
M
hibernate-core/src/main/java/org/hibernate/query/results/complete/CompleteResultBuilderEntityJpa.java
M
hibernate-core/src/main/java/org/hibernate/query/results/complete/CompleteResultBuilderEntityStandard.java
M
hibernate-core/src/main/java/org/hibernate/query/results/dynamic/DynamicFetchBuilderLegacy.java
M
hibernate-core/src/main/java/org/hibernate/query/results/dynamic/DynamicResultBuilderEntityCalculated.java
M
hibernate-core/src/main/java/org/hibernate/query/results/implicit/ImplicitFetchBuilderBasic.java
M
hibernate-core/src/main/java/org/hibernate/query/results/implicit/ImplicitModelPartResultBuilderEntity.java
M
hibernate-core/src/main/java/org/hibernate/query/sql/internal/ResultSetMappingProcessor.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/MultiTableSqmMutationConverter.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/idtable/RestrictedDeleteExecutionDelegate.java
M
hibernate-core/src/main/java/org/hibernate/sql/ast/tree/from/RootTableGroupProducer.java
M
hibernate-core/src/main/java/org/hibernate/sql/results/jdbc/internal/AbstractResultSetAccess.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/formula/FormulaNativeQueryTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/autodiscovery/AutoDiscoveryTest.java
Log Message:
-----------
Fix some more result set mapping issues and fix HHH-7525 as well as HHH-10504
Compare:
https://github.com/hibernate/hibernate-orm/compare/d3810b8f7a03...b6683d2...