|
||||||||||
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 java.util.List<BatchResult> |
BaseExecutor.batchResults
|
Methods in org.apache.ibatis.executor that return types with arguments of type BatchResult | |
---|---|
java.util.List<BatchResult> |
BatchExecutor.doFlushStatements()
|
protected abstract java.util.List<BatchResult> |
BaseExecutor.doFlushStatements()
|
java.util.List<BatchResult> |
Executor.flushStatements()
|
Constructors in org.apache.ibatis.executor with parameters of type BatchResult | |
---|---|
BatchExecutorException(java.lang.String message,
java.sql.BatchUpdateException cause,
java.util.List successfulBatchResults,
BatchResult batchResult)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |