File tree Expand file tree Collapse file tree 6 files changed +1
-1
lines changed
main/java/com/baeldung/flush
test/java/com/baeldung/spring/data/jpa/flush Expand file tree Collapse file tree 6 files changed +1
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments