Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 60d8037ccdf8aa2dda0b7e77255348480d661301
https://github.com/hibernate/hibernate-orm/commit/60d8037ccdf8aa2dda0b7e7...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/domain/collections.adoc
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/Status.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/map/EntityWithMap.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/map/EntityWithNaturallySortedMap.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/classification/map/EntityWithSortedMap.java
Log Message:
-----------
HHH-17014 - Complete "Mapping Maps" chapter of User Guide
https://hibernate.atlassian.net/browse/HHH-17014