March 2023
Intermediate to advanced
616 pages
17h 35m
English
This chapter covers
Spring Data is an umbrella project containing many projects specific to various databases. These projects are developed in partnership with the companies creating the database technologies themselves. Spring Data’s goal is to provide an abstraction for data access while retaining the underlying specifics of the various data stores.
We’ll discuss the following general features provided by Spring Data:
Integration with Spring via JavaConfig and XML configuration
Repository and ...
Read now
Unlock full access