https://github.com/moshdev2213/springdatajpa
🌼 This comprehensive Repo on Spring Data JPA covers integrating Spring Boot apps with databases via JPA. Explore annotations, relationships, queries, and more. A hands-on tutorial for database-driven Spring Boot applications. Refer to "https://youtu.be/XszpXoII9Sg" for details. 📚
https://github.com/moshdev2213/springdatajpa
jpa-hibernate junit-jupiter springboot3 springtoolsuite
Last synced: 3 months ago
JSON representation
🌼 This comprehensive Repo on Spring Data JPA covers integrating Spring Boot apps with databases via JPA. Explore annotations, relationships, queries, and more. A hands-on tutorial for database-driven Spring Boot applications. Refer to "https://youtu.be/XszpXoII9Sg" for details. 📚
- Host: GitHub
- URL: https://github.com/moshdev2213/springdatajpa
- Owner: moshdev2213
- Created: 2023-08-09T05:55:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T00:28:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T15:08:36.873Z (4 months ago)
- Topics: jpa-hibernate, junit-jupiter, springboot3, springtoolsuite
- Language: Java
- Homepage: https://youtu.be/XszpXoII9Sg
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Data JPA 🌱
![]()
🌼 This comprehensive repository on Spring Data JPA delves into seamlessly integrating Spring Boot applications with databases using Java Persistence API (JPA). 🌱 The tutorial unfolds as follows:
**✅Connecting Spring Boot App with Database**
**✅Mapping Entities with Database**
**✅Different JPA Annotations**
**✅Understanding Repositories and Their Methods**
**✅@Embeddable and @Embedded**
**✅Creating JPA Repositories & Methods**
**✅@Query Annotation**
**✅Native Queries**
**✅Query Named Parameters**
**✅@Transactional and @Modifying Annotation**
**✅JPA One-To-One Relationship**
**✅Cascade Types**
**✅Fetch Types**
**✅Uni & Bi-directional Relationship**
**✅JPA One-To-Many Relationship**
**✅JPA Many-To-One Relationship**
**✅JPA Many-To-Many Relationship**This tutorial provides an all-encompassing overview of Spring Data JPA concepts, empowering you to proficiently construct and manage database-centric Spring Boot applications. For comprehensive elucidations and live demonstrations, consult the tutorial at "https://youtu.be/XszpXoII9Sg".