Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marienmupenda/spring-data-jpa

Learning spring data jpa for spring boot framework
https://github.com/marienmupenda/spring-data-jpa

java spring-boot spring-data-jpa

Last synced: about 1 month ago
JSON representation

Learning spring data jpa for spring boot framework

Awesome Lists containing this project

README

        

# spring-data-jpa

![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