Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 92aa612f4ebbc89f470af957ac5eb479ae864e7c
https://github.com/hibernate/hibernate-orm/commit/92aa612f4ebbc89f470af95...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2020-08-20 (Thu, 20 Aug 2020)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/PluralAttributeMappingImpl.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/collection/map/hhh7557/EntityMapTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/collection/map/hhh7557/MapHolder.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/collection/map/hhh7557/MapKey.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/collection/map/hhh7557/MapValue.java
R
hibernate-core/src/test/java/org/hibernate/test/collection/map/hhh7557/EntityMapTest.java
R
hibernate-core/src/test/java/org/hibernate/test/collection/map/hhh7557/MapHolder.java
R hibernate-core/src/test/java/org/hibernate/test/collection/map/hhh7557/MapKey.java
R
hibernate-core/src/test/java/org/hibernate/test/collection/map/hhh7557/MapValue.java
Log Message:
-----------
Fix PluralAttributMappingImpl issue when both index and element of a Map are Entity
types