Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6feaf2a9e99ed848983599b2d071df3f901e4d63
https://github.com/hibernate/hibernate-orm/commit/6feaf2a9e99ed848983599b...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/orphan/onetomany/OneToManyOrphanRemovalBatchTest.java
Log Message:
-----------
HHH-16112 Add test for issue
Commit: 8f4cbd335fdbaeb985035707af21df7fac0dc040
https://github.com/hibernate/hibernate-orm/commit/8f4cbd335fdbaeb98503570...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/persister/collection/OneToManyPersister.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/TableUpdateStandard.java
Log Message:
-----------
HHH-16112 No expectation for one-shot collection delete using update
Compare:
https://github.com/hibernate/hibernate-orm/compare/958cdfb09f10...8f4cbd3...