2023-02-26 10:27:44 +05:30
|
|
|
## Spring Data JPA - Repositories
|
|
|
|
|
|
|
|
This module contains articles about Spring Data JPA.
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2023-05-05 23:58:06 +08:00
|
|
|
- [How to Persist a List of String in JPA?](https://www.baeldung.com/java-jpa-persist-string-list)
|
2023-05-25 23:49:41 +08:00
|
|
|
- [Hibernate Natural IDs in Spring Boot](https://www.baeldung.com/spring-boot-hibernate-natural-ids)
|
2023-06-02 08:27:58 +08:00
|
|
|
- [Correct Use of flush() in JPA](https://www.baeldung.com/spring-jpa-flush)
|
2023-07-01 17:03:31 +08:00
|
|
|
- [Difference Between findBy and findOneBy in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-findby-vs-findoneby)
|
2024-01-27 12:24:43 +05:30
|
|
|
- [How to Get Last Record in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-last-record)
|
2024-03-21 23:28:04 +08:00
|
|
|
- [Refresh and Fetch an Entity After Save in JPA](https://www.baeldung.com/spring-data-jpa-refresh-fetch-entity-after-save)
|
2023-02-26 10:27:44 +05:30
|
|
|
- More articles: [[<-- prev]](../spring-data-jpa-repo-2)
|