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