| This issue is basically identical to
HHH-10866 Closed (which is marked as duplicate and closed, but in my humble opinion
HHH-10866 Closed is different from
HHH-10865 Closed ). I could not upload my test-case to
HHH-10866 Closed , so I open this issue. As far as I understand it,
HHH-10866 Closed describes it very well: Update only occurs if all lazy properties are initialized, including e.g. collections. This is what my self-contained test case shows: The lazy property longText is not updated unless the OneToMany collection {{children }} is loaded. |