Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Amigoscode committed Dec 26, 2020
1 parent cca2001 commit cbbcaf8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# spring-data-jpa-course

![2](https://user-images.githubusercontent.com/40702606/103156831-dfce9b00-47a4-11eb-9551-af8ffee11bd0.png)

## 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`

0 comments on commit cbbcaf8

Please sign in to comment.