Skip to content

Commit 426cf6d

Browse files
JPA batch inserts via CompletableFuture
1 parent 869dd97 commit 426cf6d

File tree

1 file changed

+2
-0
lines changed
  • HibernateSpringBootBatchInsertsCompletableFuture

1 file changed

+2
-0
lines changed

HibernateSpringBootBatchInsertsCompletableFuture/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22
**[Batch Inserts In Spring Boot Style Via `CompletableFuture`](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootBatchInsertsCompletableFuture)**
3+
4+
<b><a href="https://persistencelayer.wixsite.com/springboot-hibernate/post/how-to-batch-inserts-in-spring-boot-style-via-completablefuture">If you prefer to read it as a blog-post containing the relevant snippets of code then check this post</a></b>
35

46
**Description:** This application is a sample of using `CompletableFuture` for batching inserts. This `CompletableFuture` uses an `Executor` that has the number of threads equal with the number of your computer cores. Usage is in Spring style.
57

0 commit comments

Comments
 (0)