HHH-17285 Fix support for dot-separated map key paths
This commit is contained in:
parent
d7761cf0d2
commit
4a0faf77ef
|
@ -261,7 +261,7 @@ public class MapBinder extends CollectionBinder {
|
||||||
: associatedClass;
|
: associatedClass;
|
||||||
final Value indexValue = createFormulatedValue( mapProperty.getValue(), collection, associatedClass, targetEntity );
|
final Value indexValue = createFormulatedValue( mapProperty.getValue(), collection, associatedClass, targetEntity );
|
||||||
getMap().setIndex( indexValue );
|
getMap().setIndex( indexValue );
|
||||||
getMap().setMapKeyPropertyName( mapProperty.getName() );
|
getMap().setMapKeyPropertyName( mapKeyPropertyName );
|
||||||
}
|
}
|
||||||
|
|
||||||
private CollectionPropertyHolder buildCollectionPropertyHolder(
|
private CollectionPropertyHolder buildCollectionPropertyHolder(
|
||||||
|
|
Loading…
Reference in New Issue