2020-08-31 15:46:07 +02:00
|
|
|
## Spring Data JPA - Repositories
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2022-01-26 17:38:14 +08:00
|
|
|
|
2020-11-25 14:38:35 +08:00
|
|
|
- [Performance Difference Between save() and saveAll() in Spring Data](https://www.baeldung.com/spring-data-save-saveall)
|
2022-01-26 17:38:14 +08:00
|
|
|
- [How to Access EntityManager with Spring Data](https://www.baeldung.com/spring-data-entitymanager)
|
2023-01-11 15:22:43 +08:00
|
|
|
- [Difference Between JPA and Spring Data JPA](https://www.baeldung.com/spring-data-jpa-vs-jpa)
|
2023-01-20 16:34:39 +08:00
|
|
|
- [Differences Between Spring Data JPA findFirst() and findTop()](https://www.baeldung.com/spring-data-jpa-findfirst-vs-findtop)
|
2023-02-17 17:10:23 +08:00
|
|
|
- [Difference Between findBy and findAllBy in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-find-by-vs-find-all-by)
|
2024-03-29 17:26:43 +07:00
|
|
|
- [Calling Stored Procedures from Spring Data JPA Repositories](https://www.baeldung.com/spring-data-jpa-stored-procedures)
|
|
|
|
|
2021-12-23 22:20:05 +00:00
|
|
|
- More articles: [[<-- prev]](../spring-data-jpa-repo)
|