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 35834c1 commit e6ea135Copy full SHA for e6ea135
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