Spring Data JDBC - How Can I Do a Partial Update of an Aggregate Root?
This is the fourth article of a series about how to tackle various challenges you might encounter when using Spring Data JDBC. The series consists of:
-
Spring Data JDBC - How Do I Make Bidirectional Relationships?
-
Spring Data JDBC - How Can I Do a Partial Update of an Aggregate Root? (this article)
If you are new to Spring Data JDBC, you should start by reading introduction and this article, which explains the relevance of aggregates in the context of Spring Data JDBC. Trust me. It is…