Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 54382e09ea4e7a92f324b63f34ca5bbee13785fa
https://github.com/hibernate/hibernate-orm/commit/54382e09ea4e7a92f324b63...
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: 3c62691dc4d1c1de8d0d12cd6ce81964945a3095
https://github.com/hibernate/hibernate-orm/commit/3c62691dc4d1c1de8d0d12c...
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/baf667b47b65...3c62691...