Uses of Class
org.apache.ibatis.executor.BatchResult
Packages that use BatchResult
Package
Description
Contains the statement executors.
Base package.
Default impl for SqlSession.
-
Uses of BatchResult in org.apache.ibatis.executor
Methods in org.apache.ibatis.executor that return types with arguments of type BatchResultModifier 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.Constructors in org.apache.ibatis.executor with parameters of type BatchResultModifierConstructorDescriptionBatchExecutorException(String message, BatchUpdateException cause, List<BatchResult> successfulBatchResults, BatchResult batchResult)Constructor parameters in org.apache.ibatis.executor with type arguments of type BatchResultModifierConstructorDescriptionBatchExecutorException(String message, BatchUpdateException cause, List<BatchResult> successfulBatchResults, BatchResult batchResult) -
Uses of BatchResult in org.apache.ibatis.session
Methods in org.apache.ibatis.session that return types with arguments of type BatchResultModifier and TypeMethodDescriptionSqlSession.flushStatements()Flushes batch statements.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