Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: ac4b674d5c40326c70c6742b60a08e51f1cd5a07
https://github.com/hibernate/hibernate-orm/commit/ac4b674d5c40326c70c6742...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/orderupdates/OrderUpdateNestedEmbeddedIdTest.java
Log Message:
-----------
HHH-16709 Add test for issue
Commit: 69f3cfe837ac564eb18e465f0475e6108d46f67a
https://github.com/hibernate/hibernate-orm/commit/69f3cfe837ac564eb18e465...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/EmbeddedAttributeMapping.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/EmbeddedIdentifierMappingImpl.java
Log Message:
-----------
HHH-16709 Use embeddable type's compare for embedded attribute mappings
Compare:
https://github.com/hibernate/hibernate-orm/compare/9822457b8afd...69f3cfe...