Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: f1760ce6a2ab486729c47d9bd6398fa06de9a379
https://github.com/hibernate/hibernate-orm/commit/f1760ce6a2ab486729c47d9...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-11-11 (Mon, 11 Nov 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/MapBinder.java
M hibernate-core/src/main/java/org/hibernate/mapping/IndexedCollection.java
M hibernate-core/src/main/java/org/hibernate/mapping/Map.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java
A hibernate-core/src/test/java/org/hibernate/orm/test/collection/mapkey/Book.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/collection/mapkey/MapKeyMappedByTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/collection/mapkeycolumn/Book.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/collection/mapkeycolumn/MapKeyColumnMappedByTest.java
Log Message:
-----------
HHH-18830 fallout from fix
improve handling of @MapKey and add tests
Signed-off-by: Gavin King <gavin(a)hibernate.org>
Commit: f7a8144e3c955fa046505cc17613703b00524adc
https://github.com/hibernate/hibernate-orm/commit/f7a8144e3c955fa046505cc...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-11-11 (Mon, 11 Nov 2024)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ListBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/MapBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/NaturalIdBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyBinder.java
M hibernate-core/src/main/java/org/hibernate/mapping/Collection.java
M hibernate-core/src/main/java/org/hibernate/mapping/IndexedCollection.java
Log Message:
-----------
code cleanups to Binders
Compare:
https://github.com/hibernate/hibernate-orm/compare/4bd5223e6c01...f7a8144...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications