We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c693f7 commit c7859c5Copy full SHA for c7859c5
src/site/markdown/docs/insert.md
@@ -203,7 +203,7 @@ A batch insert is a collection of statements that can be used to execute a JDBC
203
.build()
204
.render(RenderingStrategies.MYBATIS3);
205
206
- batchInsert.insertStatements().stream().forEach(mapper::insert);
+ batchInsert.insertStatements().forEach(mapper::insert);
207
208
session.commit();
209
}
0 commit comments