Fixed
Details
Assignee
Former userFormer user(Deactivated)Reporter
Former userFormer user(Deactivated)Components
Fix versions
Priority
Major
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)Components
Fix versions
Priority
Created November 20, 2015 at 4:55 AM
Updated December 2, 2015 at 5:52 PM
Resolved November 20, 2015 at 8:19 PM
Due to HHH-10111, if a property has an
AttributeConverter
, it'sMutabilityPlan
is aMutableMutabilityPlan
, 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.