Uses of Class
org.apache.ibatis.executor.BatchResult
-
Packages that use BatchResult Package Description org.apache.ibatis.executor Contains the statement executors.org.apache.ibatis.executor.loader Base package for loading results into beans.org.apache.ibatis.session Base package.org.apache.ibatis.session.defaults Default impl for SqlSession. -
-
Uses of BatchResult in org.apache.ibatis.executor
Fields in org.apache.ibatis.executor declared as BatchResult Modifier and Type Field Description private BatchResult
BatchExecutorException. batchResult
Fields in org.apache.ibatis.executor with type parameters of type BatchResult Modifier and Type Field Description private java.util.List<BatchResult>
BatchExecutor. batchResultList
private java.util.List<BatchResult>
BatchExecutorException. successfulBatchResults
Methods in org.apache.ibatis.executor that return types with arguments of type BatchResult Modifier and Type Method Description protected abstract java.util.List<BatchResult>
BaseExecutor. doFlushStatements(boolean isRollback)
java.util.List<BatchResult>
BatchExecutor. doFlushStatements(boolean isRollback)
java.util.List<BatchResult>
ReuseExecutor. doFlushStatements(boolean isRollback)
java.util.List<BatchResult>
SimpleExecutor. doFlushStatements(boolean isRollback)
java.util.List<BatchResult>
BaseExecutor. flushStatements()
java.util.List<BatchResult>
BaseExecutor. flushStatements(boolean isRollBack)
java.util.List<BatchResult>
CachingExecutor. flushStatements()
java.util.List<BatchResult>
Executor. flushStatements()
java.util.List<BatchResult>
BatchExecutorException. getSuccessfulBatchResults()
Returns a list of BatchResult objects.Constructors in org.apache.ibatis.executor with parameters of type BatchResult Constructor Description BatchExecutorException(java.lang.String message, java.sql.BatchUpdateException cause, java.util.List<BatchResult> successfulBatchResults, BatchResult batchResult)
Constructor parameters in org.apache.ibatis.executor with type arguments of type BatchResult Constructor Description BatchExecutorException(java.lang.String message, java.sql.BatchUpdateException cause, java.util.List<BatchResult> successfulBatchResults, BatchResult batchResult)
-
Uses of BatchResult in org.apache.ibatis.executor.loader
Methods in org.apache.ibatis.executor.loader that return types with arguments of type BatchResult Modifier and Type Method Description protected java.util.List<BatchResult>
ResultLoaderMap.ClosedExecutor. doFlushStatements(boolean isRollback)
-
Uses of BatchResult in org.apache.ibatis.session
Methods in org.apache.ibatis.session that return types with arguments of type BatchResult Modifier and Type Method Description java.util.List<BatchResult>
SqlSession. flushStatements()
Flushes batch statements.java.util.List<BatchResult>
SqlSessionManager. flushStatements()
-
Uses of BatchResult in org.apache.ibatis.session.defaults
Methods in org.apache.ibatis.session.defaults that return types with arguments of type BatchResult Modifier and Type Method Description java.util.List<BatchResult>
DefaultSqlSession. flushStatements()
-