Spring Data JDBC: Beyond the Obvious

Views: 2
0
0
Spring Data JDBC is an ORM inspired by Domain Driven Design. It purposely limits the ways you can model your domain objects. This makes Spring Data JDBC simple to maintain and to use. Sometimes, though, you want to achieve things that aren’t obvious how to do. This talk shows how to solve common challenges: - Bidirectional relationships - ID generation - Contextual query strategies - Fine-tuning of mappings Whether you are new to Spring Data JDBC or have substantial experience with it, this talk can give you a better understanding.