Package com.ibatis.sqlmap.engine.execution


package com.ibatis.sqlmap.engine.execution
  • Class
    Description
    This exception is thrown if a java.sql.BatchUpdateException is caught during the execution of any nested batch.
    This class holds the statement and row information for every successful batch executed by iBATIS.
    Class responsible for executing the SQL.
    Classes responsible for executing the SQL implement this interface Support for custom SQL Executors.