Package org.apache.ibatis.executor
Class BatchResult
java.lang.Object
org.apache.ibatis.executor.BatchResult
- Author:
- Jeff Butler
-
Constructor Summary
ConstructorDescriptionBatchResult
(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)
-
Constructor Details
-
BatchResult
-
BatchResult
-
-
Method Details
-
getMappedStatement
-
getSql
-
getParameterObject
Deprecated. -
getParameterObjects
-
getUpdateCounts
public int[] getUpdateCounts() -
setUpdateCounts
public void setUpdateCounts(int[] updateCounts) -
addParameterObject
-