Example usage for org.springframework.jdbc.core.support AbstractInterruptibleBatchPreparedStatementSetter subclass-usage

List of usage examples for org.springframework.jdbc.core.support AbstractInterruptibleBatchPreparedStatementSetter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.jdbc.core.support AbstractInterruptibleBatchPreparedStatementSetter subclass-usage.

Usage

From source file com.github.ferstl.spring.jdbc.oracle.TestInterruptiblePreparedStatementSetter.java

public class TestInterruptiblePreparedStatementSetter extends AbstractInterruptibleBatchPreparedStatementSetter
        implements ParameterDisposer {

    private int[] parameters;

    public TestInterruptiblePreparedStatementSetter(int numberOfRows) {