Spring Data JPA Tutorial - #17 - saveAll() Method | Save Multiple Entities to MySQL Database Table

preview_player
Показать описание
Hi, welcome to the Spring Data JPA tutorial series/course.
In this lecture, we will learn how to save multiple entities to a MySQL database table using Spring Data JPA.

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 #coursedevoiture
Рекомендации по теме
Комментарии
Автор

The lessons are loud and clear. Thank you Ramesh

joelchabzola
Автор

Thanks for all the tutorials. Any chance you could show one where you are using the saveAll() function with a list or array from Thymeleaf - like a real world example?

lateefjones