© Joseph B. Ottinger and Andrew Lombardi 2019
J. B. Ottinger, A. LombardiBeginning Spring 5https://doi.org/10.1007/978-1-4842-4486-9_8

8. Spring Data Access with JdbcTemplate

Joseph B. Ottinger1  and Andrew Lombardi2
(1)
YOUNGSVILLE, NC, USA
(2)
Laguna Beach, CA, USA
 

It’s time we started looking at how we actually access data. Spring has multiple ways of accessing data; here, we’re going to look at JdbcTemplate , a facade that provides trivial access to common operations, and we’re going to address some of Chapter 7’s other issues with data access.

8.1 Introduction

Chapter 7 was an “umbrella” chapter, a chapter focused on introducing Spring Boot. We then walked through some of the common things Spring Boot does for us, like handling dependency resolution ...

Get Beginning Spring 5: From Novice to Professional 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.