Skip to content

Commit 869dd97

Browse files
Batch inserts via saveAll
1 parent d35fbbd commit 869dd97

File tree

1 file changed

+2
-0
lines changed
  • HibernateSpringBootBatchInsertsJpaRepository

1 file changed

+2
-0
lines changed

HibernateSpringBootBatchInsertsJpaRepository/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
**[Batch Inserts via `saveAll(Iterable<S> entities)` in MySQL](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootBatchInsertsJpaRepository)**
22

3+
<b><a href="https://persistencelayer.wixsite.com/springboot-hibernate/post/the-best-way-to-batch-inserts-via-saveall-iterable-s-entities">If you prefer to read it as a blog-post containing the relevant snippets of code then check this post</a></b>
4+
35
**Description:** Batch inserts via `SimpleJpaRepository#saveAll(Iterable<S> entities)` method in MySQL
46

57
**Key points:**

0 commit comments

Comments
 (0)