JdbcTemplate
anymore@Deprecated public abstract class BatchUpdateUtils extends Object
Constructor and Description |
---|
BatchUpdateUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static int[] |
executeBatchUpdate(String sql,
List<Object[]> batchArgs,
int[] columnTypes,
JdbcOperations jdbcOperations)
Deprecated.
|
protected static void |
setStatementParameters(Object[] values,
PreparedStatement ps,
int[] columnTypes)
Deprecated.
|
public static int[] executeBatchUpdate(String sql, List<Object[]> batchArgs, int[] columnTypes, JdbcOperations jdbcOperations)
protected static void setStatementParameters(Object[] values, PreparedStatement ps, @Nullable int[] columnTypes) throws SQLException
SQLException