Solutionunvalidated
Using ObjectMapper, my solution was to override the default setter like so: — public void setConnections(List connections). Tension: Avoid unnecessary update statements. Outcome: this.connections.clear(); this.connections.addAll(connections);.
8b949548-9cce-4d35-a332-68e425e1c310
Using ObjectMapper, my solution was to override the default setter like so: — public void setConnections(List connections). Tension: Avoid unnecessary update statements. Outcome: this.connections.clear(); this.connections.addAll(connections);.