Spring Data JDBC - How to use custom ID generation
This is the first 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 to use custom ID generation. (this article).
-
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?
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…