Spring Data JPA Tutorial - #3 - Hibernate vs Spring Data JPA

preview_player
Показать описание
Hi, welcome to the Spring Data JPA tutorial series/course.
In this lecture, you will learn the difference between Spring Data JPA and Hibernate.

Spring Data JPA is used to reduce the amount of boilerplate code required to implement the data access object (DAO) layer.

Spring Data JPA is not a JPA provider. It is a library/framework that adds an extra layer of abstraction on top of our JPA provider (like Hibernate).

Spring Data JPA uses Hibernate as a default JPA provider.

#springdatajpa #springboot #course
Рекомендации по теме
Комментарии
Автор

great efforts my brother from another mother🙂

atharvsingh
Автор

Is it a good practice to use Spring Data JPA and JDBC in the same springboot project?
Using JPA for insert and update & planning to use JDBC template to read from database.

ksheth
Автор

please make video on different way to write custom native query and store result in dto class or interface or any other way ?

lovetyagi