Skip to content

Commit ffbfbc0

Browse files
committed
JAVA-41267 Moved code of article of spring-jpa-flush and Readme
1 parent 6d8f115 commit ffbfbc0

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

persistence-modules/spring-data-jpa-repo-3/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This module contains articles about Spring Data JPA.
55
### Relevant Articles:
66
- [How to Persist a List of String in JPA?](https://www.baeldung.com/java-jpa-persist-string-list)
77
- [Hibernate Natural IDs in Spring Boot](https://www.baeldung.com/spring-boot-hibernate-natural-ids)
8-
- [Correct Use of flush() in JPA](https://www.baeldung.com/spring-jpa-flush)
98
- [Difference Between findBy and findOneBy in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-findby-vs-findoneby)
109
- [How to Get Last Record in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-last-record)
1110
- [Refresh and Fetch an Entity After Save in JPA](https://www.baeldung.com/spring-data-jpa-refresh-fetch-entity-after-save)

persistence-modules/spring-data-jpa-repo/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This module contains articles about repositories in Spring Data JPA
88
- [LIKE Queries in Spring JPA Repositories](https://www.baeldung.com/spring-jpa-like-queries)
99
- [Performance Difference Between save() and saveAll() in Spring Data](https://www.baeldung.com/spring-data-save-saveall)
1010
- [Calling Stored Procedures from Spring Data JPA Repositories](https://www.baeldung.com/spring-data-jpa-stored-procedures)
11+
- [Correct Use of flush() in JPA](https://www.baeldung.com/spring-jpa-flush)
1112

1213
- More articles: [[--> next]](../spring-data-jpa-repo-2)
1314

0 commit comments

Comments
 (0)