Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 59ee9a9eb698679be7ebcfca786dc27dc456583e
https://github.com/hibernate/hibernate-orm/commit/59ee9a9eb698679be7ebcfc...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/locking/CompositeIdBatchDeletionTest.java
Log Message:
-----------
HHH-16810 Add test for issue
Commit: 8a8dde7a41298b9ae86b33125fd097eb86d461f7
https://github.com/hibernate/hibernate-orm/commit/8a8dde7a41298b9ae86b331...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/DeleteCoordinator.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/ast/builder/RestrictedTableMutationBuilder.java
Log Message:
-----------
HHH-16810 Fail to delete entity with a composite id using an @IdClass with one of its
fields mapped from the id of a @ManyToOne association
Compare:
https://github.com/hibernate/hibernate-orm/compare/90bb46a46562...8a8dde7...