| Package | Description |
|---|---|
| org.springframework.jdbc.core | |
| org.springframework.jdbc.core.namedparam |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcTemplate
Class is not abstract in the real API.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BatchUpdateUtils.executeBatchUpdate(String sql,
ArrayList<Object[]> batchValues,
int[] columnTypes,
JdbcOperations jdbcOperations) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NamedParameterBatchUpdateUtils.executeBatchUpdate(String sql,
ArrayList<Object[]> batchValues,
int[] columnTypes,
JdbcOperations jdbcOperations) |
Copyright © 2022. All rights reserved.