| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchPreparedStatementSetter | |
|---|---|
| org.springframework.jdbc.core | Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects. | 
| org.springframework.jdbc.core.support | Classes supporting the org.springframework.jdbc.corepackage. | 
| Uses of BatchPreparedStatementSetter in org.springframework.jdbc.core | 
|---|
| Subinterfaces of BatchPreparedStatementSetter in org.springframework.jdbc.core | |
|---|---|
|  interface | InterruptibleBatchPreparedStatementSetterExtension of the BatchPreparedStatementSetterinterface,
 adding a batch exhaustion check. | 
| Methods in org.springframework.jdbc.core with parameters of type BatchPreparedStatementSetter | |
|---|---|
|  int[] | JdbcTemplate.batchUpdate(String sql,
            BatchPreparedStatementSetter pss) | 
|  int[] | JdbcOperations.batchUpdate(String sql,
            BatchPreparedStatementSetter pss)Issue multiple update statements on a single PreparedStatement, using batch updates and a BatchPreparedStatementSetter to set values. | 
| Uses of BatchPreparedStatementSetter in org.springframework.jdbc.core.support | 
|---|
| Classes in org.springframework.jdbc.core.support that implement BatchPreparedStatementSetter | |
|---|---|
|  class | AbstractInterruptibleBatchPreparedStatementSetterAbstract implementation of the InterruptibleBatchPreparedStatementSetterinterface, combining the check for available values and setting of those
 into a single callback methodAbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int). | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||