moved hibernate batch insert examples from spring-data-jpa-2 to spring-data-jpa-3

This commit is contained in:
fanatixan
2019-09-15 14:21:29 +02:00
parent e7ee2fb139
commit 9eda0fc857
11 changed files with 21 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
- [DB Integration Tests with Spring Boot and Testcontainers](https://www.baeldung.com/spring-boot-testcontainers-integration-test)
- [Spring Data JPA @Modifying Annotation](https://www.baeldung.com/spring-data-jpa-modifying-annotation)
- [Spring Data JPA Batch Inserts](https://www.baeldung.com/spring-data-jpa-batch-inserts)
- [Batch Insert/Update with Hibernate/JPA](https://www.baeldung.com/jpa-hibernate-batch-insert-update)
### Eclipse Config
After importing the project into Eclipse, you may see the following error: