Due to
HHH-10111
, if a property has an AttributeConverter, it's MutabilityPlan is a MutableMutabilityPlan, which results in doing deep copies of those properties.
It would be more efficient to not do a deep copy if the property Java type is known to be immutable.
|