Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 84b0da4970eabc5af481b84a3322f1cac18cc226
https://github.com/hibernate/hibernate-orm/commit/84b0da4970eabc5af481b84...
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: 724ae7986d766756871323894dc2c85503d74071
https://github.com/hibernate/hibernate-orm/commit/724ae7986d7667568713238...
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/7c53a2591ad8...724ae79...