Working with Spring Data JDBC: An Introduction to JDBC & Spring

Spring Data JDBC 2.2    |    Beginner
  • 10 videos | 1h 39m 27s
  • Includes Assessment
  • Earns a Badge
Rating 4.5 of 34 users Rating 4.5 of 34 users (34)
Java Database Connectivity (JDBC) is a Java API that provides developers with a common interface for connecting to a database, issuing queries and commands, and handling responses from the database. Learn more about JDBC in Spring and JdbcTemplate class through this course. Start by exploring the Spring framework and its JDBC APIs to understand the features available in relation to database integration. You will then get hands-on experience using Spring Boot to set up an application that uses Spring JDBC to connect to a database and run queries against it. The course will also help you investigate the implementation of CRUD (i.e., create, read, update, and delete) operations using a JdbcTemplate class, mapping a database table to a Java class, and the role of Spring's RowMapper interface to translate rows from a query execution to Java objects. After completing this course, you'll have a solid grasp of how the Spring framework simplifies database integration from a Java app.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Recognize the features of jdbc and how it simplifies database access
    Identify the features of spring, spring data, and spring data jdbc that can be used to implement database operations from a java application
    Use spring initializr to generate a spring boot application that uses spring data jdbc
    Use a jdbctemplate instance to connect to a database and run a query
  • Execute create, read/retrieve, update, and delete queries against a database using a jdbctemplate instance
    Define an entity class that maps to a relational database table
    Apply spring's rowmapper to operate on each row of a query execution's results and generate a java object
    Implement read and update operations on a database with a data access layer class
    Summarize the key concepts covered in this course

IN THIS COURSE

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.5 of 47 users Rating 4.5 of 47 users (47)
Rating 3.8 of 11 users Rating 3.8 of 11 users (11)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.6 of 75 users Rating 4.6 of 75 users (75)
Rating 4.5 of 273 users Rating 4.5 of 273 users (273)
Rating 4.5 of 269 users Rating 4.5 of 269 users (269)