Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 87fc258109265f80e3d9ec4126395555dc7422a4
https://github.com/hibernate/hibernate-orm/commit/87fc258109265f80e3d9ec4...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/batch/BatchAndBagCollectionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/batch/SetAndBagCollectionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/collection/SetAndBagCollectionTest.java
Log Message:
-----------
HHH-16570 Add test for issue
Commit: 62c05eadb9ee858e12d564195b6f7a87dd49c16b
https://github.com/hibernate/hibernate-orm/commit/62c05eadb9ee858e12d5641...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/loader/ast/internal/LoaderSelectBuilder.java
Log Message:
-----------
HHH-16570 Batch fetch with FetchMode JOIN might lead to multiplication in OneToMany
items
Compare:
https://github.com/hibernate/hibernate-orm/compare/6c8bb03c9370...62c05ea...