org.springframework.jdbc.core.namedparam
Class NamedParameterBatchUpdateUtils

java.lang.Object
  extended by org.springframework.jdbc.core.BatchUpdateUtils
      extended by org.springframework.jdbc.core.namedparam.NamedParameterBatchUpdateUtils

public class NamedParameterBatchUpdateUtils
extends BatchUpdateUtils

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

Author:
Thomas Risberg

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

NamedParameterBatchUpdateUtils

public NamedParameterBatchUpdateUtils()
Method Detail

executeBatchUpdateWithNamedParameters

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