Java org.apache.ibatis.executor BatchExecutorException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.ibatis.executor BatchExecutorException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.ibatis.executor BatchExecutorException.

The text is from its open source code.

Constructor

Method

BatchUpdateExceptiongetBatchUpdateException()
Returns the BatchUpdateException that caused the nested executor to fail.
StringgetFailingSqlStatement()
Returns the SQL statement that caused the failure (not the parameterArray).
StringgetFailingStatementId()
Returns the statement id of the statement that caused the failure.
ListgetSuccessfulBatchResults()
Returns a list of BatchResult objects.