Uses of Interface
org.springframework.jdbc.core.ParameterizedPreparedStatementSetter
Package
Description
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
-
Uses of ParameterizedPreparedStatementSetter in org.springframework.jdbc.core
Modifier and TypeMethodDescription<T> int[][]
JdbcOperations.batchUpdate
(String sql, Collection<T> batchArgs, int batchSize, ParameterizedPreparedStatementSetter<T> pss) Execute multiple batches using the supplied SQL statement with the collect of supplied arguments.<T> int[][]
JdbcTemplate.batchUpdate
(String sql, Collection<T> batchArgs, int batchSize, ParameterizedPreparedStatementSetter<T> pss)