An open API service indexing awesome lists of open source software.

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. 📚

Awesome Lists containing this project

README

        

# Spring Data JPA 🌱


1639975062782

🌼 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".