**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** opened **[DATAJDBC-188](https://jira.spring.io/browse/DATAJDBC-188?redirect=false)** and commented -Currently for an entity structure A\->B\->C for performing an update of A we perform the following actions:- -delete all referenced Bs- -update A- -insert Bs- -insert Cs- -We are missing the first step of deleting all referenced Cs- --- **Referenced from:** pull request https://github.com/spring-projects/spring-data-jdbc/pull/51