Example usage for org.apache.ibatis.executor BaseExecutor subclass-usage

List of usage examples for org.apache.ibatis.executor BaseExecutor subclass-usage

Introduction

In this page you can find the example usage for org.apache.ibatis.executor BaseExecutor subclass-usage.

Usage

From source file com.luxoft.mybatis.splitter.ReusingBatchExecutor.java

/**
 * Based on {@link org.apache.ibatis.executor.BatchExecutor}
 *
 * @author Vitalii Tymchyshyn
 */
public class ReusingBatchExecutor extends BaseExecutor {