https://github.com/amigoscode/spring-data-jpa-course
https://github.com/amigoscode/spring-data-jpa-course
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amigoscode/spring-data-jpa-course
- Owner: amigoscode
- Created: 2020-12-26T17:45:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T16:10:07.000Z (over 2 years ago)
- Last Synced: 2025-04-08T15:07:29.091Z (11 months ago)
- Language: Java
- Size: 68.4 KB
- Stars: 901
- Watchers: 26
- Forks: 702
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-data-jpa-course

## Course Description
In this course you learn everything there is to learn about Spring Data JPA allowing to build scalable backend applications backed by any relational database. Spring Data JPA is a great choice allowing to speed your development and focus on the business logic. There will be a lot of coding In this course you will learn the following:
- What is Spring Data JPA
- Connect to a real database and not in memory DB
- How to map classes to tables
- Hibernate Entity Life Cycle
- Queries
- Paging and Sorting
- 1 to 1 Relationships
- 1 to Many Relationships
- Many to Many relationships
- Transactions
## Check out branches
- `git checkout main` - the main branch is starting point
- `git checkout section-1`
- `git checkout section-2`
- `git checkout section-3`
- `git checkout section-4`
- `git checkout section-5`
- `git checkout section-6`
- `git checkout section-7`
- `git checkout section-1`