Branch: refs/heads/6.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: 9c91910ef0db14e069a961229a44542b3c0e94cd
https://github.com/hibernate/hibernate-orm/commit/9c91910ef0db14e069a9612...
Author: Marco Belladelli <mbellade(a)redhat.com>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/orphan/onetomany/embedded/DeleteOneToManyOrphansEmbeddedTest.java
Log Message:
-----------
HHH-15864 Add test for issue
Commit: 595fbc58d4255ee75e6049840da63430da266672
https://github.com/hibernate/hibernate-orm/commit/595fbc58d4255ee75e60498...
Author: Marco Belladelli <mbellade(a)redhat.com>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/AbstractCollectionInitializer.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/orphan/onetomany/embedded/DeleteOneToManyOrphansEmbeddedTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/orphan/onetomany/embedded/OneToManyInEmbeddedTest.java
Log Message:
-----------
HHH-15864 Fix collection's owner referring to Embeddable class
Compare:
https://github.com/hibernate/hibernate-orm/compare/8a0198bba94b...595fbc5...