Package org.apache.ibatis.executor
Class BatchResult
java.lang.Object
org.apache.ibatis.executor.BatchResult
- Author:
- Jeff Butler
-
Constructor Summary
ConstructorsConstructorDescriptionBatchResult
(MappedStatement mappedStatement, String sql) BatchResult
(MappedStatement mappedStatement, String sql, Object parameterObject) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParameterObject
(Object parameterObject) Deprecated.getSql()
int[]
void
setUpdateCounts
(int[] updateCounts)