We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For relationships using a child crud, do NOT use cascadetype=Persist as when the child merges it will overwrite the parents updates.
ALTERNATELY
For nested JPAContainer properties cascadetype=Merge is required as JPAContainer relys on the merge to persist nested changes