© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
F. Gutierrez, J. B. OttingerIntroducing Spring Framework 6https://doi.org/10.1007/978-1-4842-8637-1_7

7. Letting Spring Build Your Data Access Objects

Felipe Gutierrez1   and Joseph B. Ottinger2
(1)
Cary, NC, USA
(2)
YOUNGSVILLE, NC, USA
 

In Chapter 6, we saw how we can build a data access object using JDBC, configured with Spring. In this chapter, we’re going to take a look at Spring Data, which provides a bridge to other underlying persistence mechanisms – the Java Persistence API, in this case, using Hibernate as an underlying implementation.

Hibernate is an “object-relational mapper,”1 meaning that it’s a library that maps data between the object and relational ...

Get Introducing Spring Framework 6: Learning and Building Java-based Applications With Spring 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.