2023-02-25 23:57:44 -05:00
|
|
|
## Spring Data JPA - Repositories
|
|
|
|
|
|
|
|
This module contains articles about Spring Data JPA.
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2023-03-16 12:45:39 -04:00
|
|
|
- [New CRUD Repository Interfaces in Spring Data 3](https://www.baeldung.com/spring-data-3-crud-repository-interfaces)
|
2023-05-05 11:58:06 -04:00
|
|
|
- [How to Persist a List of String in JPA?](https://www.baeldung.com/java-jpa-persist-string-list)
|
2023-05-25 11:49:41 -04:00
|
|
|
- [Hibernate Natural IDs in Spring Boot](https://www.baeldung.com/spring-boot-hibernate-natural-ids)
|
2023-06-01 20:27:58 -04:00
|
|
|
- [Correct Use of flush() in JPA](https://www.baeldung.com/spring-jpa-flush)
|
2023-07-01 05:03:31 -04:00
|
|
|
- [Difference Between findBy and findOneBy in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-findby-vs-findoneby)
|
2023-02-25 23:57:44 -05:00
|
|
|
- More articles: [[<-- prev]](../spring-data-jpa-repo-2)
|