Working with Spring Data JDBC: Spring Data JDBC & the CrudRepository

placeholder

“CrudRepository is a Spring Data interface that helps perform generic CRUD operations on specific types of repositories. Take this course to familiarize yourself with Spring Data s CrudRepository interface and modeling of relationships between entities in a Spring application.

Delve into how CrudRepository is used to persist Java objects into a database table and examine Spring Data JDBC s Query annotations to map custom queries to CrudRepository methods. You ll then turn your attention to modeling relationships between entities in a Spring application and configure and implement many-to-one and many-to-many relationships.

Having finished this course you ll have a broader understanding of the features in the Spring Framework that make JDBC tasks easier. “