Class AbstractInterruptibleBatchPreparedStatementSetter

java.lang.Object
org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
All Implemented Interfaces:
BatchPreparedStatementSetter, InterruptibleBatchPreparedStatementSetter

public abstract class AbstractInterruptibleBatchPreparedStatementSetter extends Object implements InterruptibleBatchPreparedStatementSetter
Abstract implementation of the InterruptibleBatchPreparedStatementSetter interface, combining the check for available values and setting of those into a single callback method setValuesIfAvailable(java.sql.PreparedStatement, int).
Since:
2.0
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • AbstractInterruptibleBatchPreparedStatementSetter

      public AbstractInterruptibleBatchPreparedStatementSetter()
  • Method Details