From 202c3cf5c879ac78d341eb28f3c13e91f0c288b2 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Fri, 22 Nov 2019 00:27:23 +0800 Subject: [PATCH] Update README.md --- persistence-modules/spring-data-jpa-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/spring-data-jpa-3/README.md b/persistence-modules/spring-data-jpa-3/README.md index a86c1e5ec2..d3908c3a01 100644 --- a/persistence-modules/spring-data-jpa-3/README.md +++ b/persistence-modules/spring-data-jpa-3/README.md @@ -10,6 +10,7 @@ - [Batch Insert/Update with Hibernate/JPA](https://www.baeldung.com/jpa-hibernate-batch-insert-update) - [Difference Between save() and saveAndFlush() in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-save-saveandflush) - [Programmatic Transaction Management in Spring](https://www.baeldung.com/spring-programmatic-transaction-management) +- [A Guide to Spring’s Open Session In View](https://www.baeldung.com/spring-open-session-in-view) ### Eclipse Config After importing the project into Eclipse, you may see the following error: