Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marienmupenda/spring-data-jpa
- Owner: MarienMupenda
- License: epl-2.0
- Created: 2022-03-26T22:37:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T23:00:13.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T14:42:11.923Z (3 months ago)
- Topics: java, spring-boot, spring-data-jpa
- Language: Java
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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