|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.jdbc.core.BatchUpdateUtils
org.springframework.jdbc.core.namedparam.NamedParameterBatchUpdateUtils
public class NamedParameterBatchUpdateUtils
Generic utility methods for working with JDBC batch statements using named parameters. Mainly for internal use within the framework.
| Constructor Summary | |
|---|---|
NamedParameterBatchUpdateUtils()
|
|
| Method Summary | |
|---|---|
static int[] |
executeBatchUpdateWithNamedParameters(ParsedSql parsedSql,
SqlParameterSource[] batchArgs,
JdbcOperations jdbcOperations)
|
| Methods inherited from class org.springframework.jdbc.core.BatchUpdateUtils |
|---|
executeBatchUpdate, setStatementParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamedParameterBatchUpdateUtils()
| Method Detail |
|---|
public static int[] executeBatchUpdateWithNamedParameters(ParsedSql parsedSql,
SqlParameterSource[] batchArgs,
JdbcOperations jdbcOperations)
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||