| Re: [eclipselink-users] Expected merge behavior in lazycollectionfield with CascadeType.MERGE, PERSIST? |
After the merge the attached parent indeed will have a new collection containing just new child,but if you refresh the parent it will have four children - all old ones and the new one.