I ran into the same issue. I have tried adding a specific MutabilityPlan (making a deepCopy) using @Mutability as well, but then the CollectionJavaType that is used in the DirtyCheck seems to always flag the field as dirty, even if the content has not changed. Maybe I went about it incorrectly when I make the deepCopy though. |