| Package | Description |
|---|---|
| org.springframework.jdbc.core.support |
Classes supporting the
org.springframework.jdbc.core package. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterruptibleBatchPreparedStatementSetter
Abstract implementation of the
InterruptibleBatchPreparedStatementSetter
interface, combining the check for available values and setting of those
into a single callback method AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int). |