Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 9a94af1eb4f25eb6cf8fa594ac678f01d1ffb03e
https://github.com/hibernate/hibernate-orm/commit/9a94af1eb4f25eb6cf8fa59...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/cid/CompositeIdWithOrderedUpdatesTest.java
Log Message:
-----------
HHH-16725 Add a test case to reproduce the issue
Commit: 954c57cdaa360e86180cd38f3eb84f7140a21d03
https://github.com/hibernate/hibernate-orm/commit/954c57cdaa360e86180cd38...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/VirtualIdEmbeddable.java
Log Message:
-----------
HHH-16725 Persisting multiple entities with one-many association and composite key with
ordered updates enabled fails
Compare:
https://github.com/hibernate/hibernate-orm/compare/2060ac0a9a8b...954c57c...