Uses of Class
org.apache.ibatis.executor.BatchResult
Package
Description
Contains the statement executors.
Base package.
Default impl for SqlSession.
-
Uses of BatchResult in org.apache.ibatis.executor
Modifier and TypeMethodDescriptionprotected abstract List<BatchResult>
BaseExecutor.doFlushStatements
(boolean isRollback) BatchExecutor.doFlushStatements
(boolean isRollback) ReuseExecutor.doFlushStatements
(boolean isRollback) SimpleExecutor.doFlushStatements
(boolean isRollback) BaseExecutor.flushStatements()
BaseExecutor.flushStatements
(boolean isRollBack) CachingExecutor.flushStatements()
Executor.flushStatements()
BatchExecutorException.getSuccessfulBatchResults()
Returns a list of BatchResult objects.ModifierConstructorDescriptionBatchExecutorException
(String message, BatchUpdateException cause, List<BatchResult> successfulBatchResults, BatchResult batchResult) ModifierConstructorDescriptionBatchExecutorException
(String message, BatchUpdateException cause, List<BatchResult> successfulBatchResults, BatchResult batchResult) -
Uses of BatchResult in org.apache.ibatis.session
Modifier and TypeMethodDescriptionSqlSession.flushStatements()
Flushes batch statements.SqlSessionManager.flushStatements()
-
Uses of BatchResult in org.apache.ibatis.session.defaults