Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: d0aff04fc6dc82f5a43517db14afee2b2a0d754b
https://github.com/hibernate/hibernate-orm/commit/d0aff04fc6dc82f5a43517d...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/mappedBy/ManyToManyMappedByTypeTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/mappedBy/OneToManyMappedByTypeTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/mappedBy/OneToOneMappedByTypeTest.java
Log Message:
-----------
HHH-16313 Add test for issue
Commit: 7f2a3917f458c2e3393c674327808f48b98a87bf
https://github.com/hibernate/hibernate-orm/commit/7f2a3917f458c2e3393c674...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/BinderHelper.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/OneToOneSecondPass.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/polymorphic/PolymorphicAssociationTest2.java
Log Message:
-----------
HHH-16313 HHH-16313 Check mappedBy type when binding entity associations
Compare:
https://github.com/hibernate/hibernate-orm/compare/3f5d94baeae0...7f2a391...