14 Implementing data persistence with Spring Data
This chapter covers
- How Spring Data works
- Defining Spring Data repositories
- Using Spring Data JDBC to implement a Spring app’s persistence layer
In this chapter, you’ll learn to use Spring Data, a Spring ecosystem project that gives you the possibility of implementing a Spring app’s persistence layer with minimum effort. As you already know, an application framework’s essential role is providing out-of-the-box capabilities that you can directly plug into apps. Frameworks help us save time and also make apps’ design easier to understand.
You’ll learn to create the app’s repositories by declaring interfaces. You’ll let the framework provide implementations for these interfaces. You’ll literally ...
Get Spring Start Here now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.