|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchResult | |
---|---|
org.apache.ibatis.executor |
Uses of BatchResult in org.apache.ibatis.executor |
---|
Fields in org.apache.ibatis.executor with type parameters of type BatchResult | |
---|---|
protected List<BatchResult> |
BaseExecutor.batchResults
|
Methods in org.apache.ibatis.executor that return types with arguments of type BatchResult | |
---|---|
List<BatchResult> |
BatchExecutor.doFlushStatements()
|
protected abstract List<BatchResult> |
BaseExecutor.doFlushStatements()
|
List<BatchResult> |
Executor.flushStatements()
|
Constructors in org.apache.ibatis.executor with parameters of type BatchResult | |
---|---|
BatchExecutorException(String message,
BatchUpdateException cause,
List successfulBatchResults,
BatchResult batchResult)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |