Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 1139322f233a8a176ce50065d905fc42f448d0b7
https://github.com/hibernate/hibernate-orm/commit/1139322f233a8a176ce5006...
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: b1b654d702a3faf6fdbfc1af1646b122c33f9e26
https://github.com/hibernate/hibernate-orm/commit/b1b654d702a3faf6fdbfc1a...
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/1b3f72870308...b1b654d...