Spring Data JDBC - How To Maintain Your Database Schema
This is the fifth 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?
-
Spring Data JDBC - How do I Generate the Schema for my Domain Model? (This article)
If you are new to Spring Data JDBC, you should start by reading its introduction and this article, which explains the relevance of aggregates in the context of Spring Data JDBC…