In this video we will explore Spring Data JPA for simplified data access and learn how to set up entities, repositories and other components for basic CRUD operations.
In addition we will explore JdbcTemplate for programmatic JDBC access and discuss the benefits of using it.
Please check the chapters below to get more insight on what this video contains.
Tutorial code for each chapter:
Spring Data JPA: https://github.com/ferasalnaem/Spring-Boot-Tutorial/tree/main/SpringDataJPA
Spring JdbcTemplate: https://github.com/ferasalnaem/Spring-Boot-Tutorial/tree/main/JdbcTemplate
--------------------------------------------------------------
--------------------------------------------------------------
CHAPTERS
00:00 Introduction
00:28 #1. Explaining Spring Data JPA
02:06 #2. Demo on Spring Data JPA
12:28 #3. Custom Methods in Repositories
14:05 #4. Pagination and Sorting
15:44 #5. Explaining JdbcTemplate
16:53 #6. Demo on JdbcTemplate
21:52 #7. Spring Data JPA VS JdbcTemplate
🎨 *Icons by Flaticon:* Icons used in this video are provided by Flaticon. Check out their amazing collection at https://www.flaticon.com/free-icons
#springboot #springframework #properties #Profiles #java