public class

NamedParameterBatchUpdateUtils

extends BatchUpdateUtils
java.lang.Object
   ↳ org.springframework.jdbc.core.BatchUpdateUtils
     ↳ org.springframework.jdbc.core.namedparam.NamedParameterBatchUpdateUtils

Class Overview

Generic utility methods for working with JDBC batch statements using named parameters. Mainly for internal use within the framework.

Summary

Public Constructors
NamedParameterBatchUpdateUtils()
Public Methods
static int[] executeBatchUpdateWithNamedParameters(ParsedSql parsedSql, SqlParameterSource[] batchArgs, JdbcOperations jdbcOperations)
[Expand]
Inherited Methods
From class org.springframework.jdbc.core.BatchUpdateUtils
From class java.lang.Object

Public Constructors

public NamedParameterBatchUpdateUtils ()

Public Methods

public static int[] executeBatchUpdateWithNamedParameters (ParsedSql parsedSql, SqlParameterSource[] batchArgs, JdbcOperations jdbcOperations)