March 2023
Intermediate to advanced
616 pages
17h 35m
English
This chapter covers
We introduced Spring Data in chapter 2: it’s an umbrella project containing many projects whose purpose is to simplify access to both relational and NoSQL databases by adhering to the Spring framework principles. In chapter 4, we looked in detail at the principles and capabilities of the Spring Data JPA project. The purpose of Spring Data JDBC is to efficiently deal with JDBC-based repositories. It is a younger project in the family, and it does not offer all the JPA capabilities, such as caching or lazy ...
Read now
Unlock full access