indexComponentData
is not null.
currentMapper.addComposite(propertyAuditingData.getPropertyData(),
new SortedMapCollectionMapper(commonCollectionMapperData,
- TreeMap.class, SortedMapProxy.class, elementComponentData, indexComponentData, propertyValue.getComparator()));
+ TreeMap.class, SortedMapProxy.class, elementComponentData, indexComponentData, propertyValue.getComparator(),
+ embeddableElementType));
} else if (type instanceof MapType) {
// Indexed collection, so indexComponentData
is not null.
currentMapper.addComposite(propertyAuditingData.getPropertyData(),
new MapCollectionMapper