Skip to content
rlsutton1 edited this page Apr 16, 2015 · 2 revisions

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

Clone this wiki locally