| Package | Description |
|---|---|
| org.apache.ibatis.executor |
TODO fillme.
|
| org.apache.ibatis.session |
TODO fillme.
|
| org.apache.ibatis.session.defaults |
TODO fillme.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchResult> |
BatchExecutor.doFlushStatements(boolean isRollback) |
protected abstract List<BatchResult> |
BaseExecutor.doFlushStatements(boolean isRollback) |
List<BatchResult> |
ReuseExecutor.doFlushStatements(boolean isRollback) |
List<BatchResult> |
SimpleExecutor.doFlushStatements(boolean isRollback) |
List<BatchResult> |
CachingExecutor.flushStatements() |
List<BatchResult> |
BaseExecutor.flushStatements() |
List<BatchResult> |
Executor.flushStatements() |
List<BatchResult> |
BaseExecutor.flushStatements(boolean isRollBack) |
List<BatchResult> |
BatchExecutorException.getSuccessfulBatchResults() |
| Constructor and Description |
|---|
BatchExecutorException(String message,
BatchUpdateException cause,
List<BatchResult> successfulBatchResults,
BatchResult batchResult) |
| Constructor and Description |
|---|
BatchExecutorException(String message,
BatchUpdateException cause,
List<BatchResult> successfulBatchResults,
BatchResult batchResult) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchResult> |
SqlSession.flushStatements()
Flushes batch statements.
|
List<BatchResult> |
SqlSessionManager.flushStatements() |
| Modifier and Type | Method and Description |
|---|---|
List<BatchResult> |
DefaultSqlSession.flushStatements() |
Copyright © 2010-2014 MyBatis.org. All Rights Reserved.