Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 44439cad957628afeec3f27697eb9780ad7dbba2
https://github.com/hibernate/hibernate-orm/commit/44439cad957628afeec3f27...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/locking/EmbeddableWithManyToManyAndOptimistickLockingDeletionTest.java
Log Message:
-----------
HHH-16281 Add test for issue
Commit: 2e4211e8eb1cd3ddc45211d122d09b546822c75c
https://github.com/hibernate/hibernate-orm/commit/2e4211e8eb1cd3ddc45211d...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/EmbeddableMappingTypeImpl.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/DeleteCoordinator.java
Log Message:
-----------
HHH-16821 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/4dd1dd63be7c...2e4211e...