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.
2 parents 9b1f5a1 + e6ea135 commit 7af3a7cCopy full SHA for 7af3a7c
src/main/java/org/mybatis/spring/batch/MyBatisBatchItemWriter.java
@@ -42,7 +42,7 @@
42
* <p>
43
* The user must provide a MyBatis statement id that points to the SQL statement defined in the MyBatis.
44
45
- * It is expected that {@link #write(List)} is called inside a transaction. If it is not each statement call will be
+ * It is expected that {@link #write(Chunk)} is called inside a transaction. If it is not each statement call will be
46
* autocommitted and flushStatements will return no results.
47
48
* The writer is thread safe after its properties are set (normal singleton behavior), so it can be used to write in
0 commit comments