Skip to content

Commit 6d60127

Browse files
Update README.md
1 parent ac0dcf1 commit 6d60127

File tree

1 file changed

+1
-1
lines changed
  • HibernateSpringBootBatchInsertsEntityManager

1 file changed

+1
-1
lines changed

HibernateSpringBootBatchInsertsEntityManager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- in entity, use the [assigned generator](https://vladmihalcea.com/how-to-combine-the-hibernate-assigned-generator-with-a-sequence-or-an-identity-column/) since MySQL `IDENTITY` will cause batching to be disabled\
1111
- in DAO, flush and clear the persistence context from time to time. This way you avoid to "overwhelm" the persistence context.
1212

13-
**Output example (flush and clear at every 3 inserts, and have a total of 7 inserts):**
13+
**Output example (flush and clear at every 3 inserts):**
1414
![](https://github.com/AnghelLeonard/Hibernate-SpringBoot/blob/master/HibernateSpringBootBatchInsertsEntityManager/sample.png)
1515

1616
<a href="https://leanpub.com/java-persistence-performance-illustrated-guide"><p align="center"><img src="https://github.com/AnghelLeonard/Hibernate-SpringBoot/blob/master/Java%20Persistence%20Performance%20Illustrated%20Guide.jpg" height="410" width="350"/></p></a>

0 commit comments

Comments
 (0)