Introduction To Spring Data JPA

March 18, 20191 min read

Hi and welcome to my Spring Data JPA tutorial. This tutorial is not for a beginner programmer. If you are new to programming and you want to learn about database checkout my SQL tutorial. If you are new to programming and you want to learn how code is connected and managing database data check out my java database tutorial.

This tutorial is for those who are interested in learning about what an ORM or Object Relational Mapping is.

Requirements for this tutorial:
a. Have a strong understanding of Java
b. Understand basic SQL operations