org.crazycake.jdbcTemplateTool.impl
类 BatchUpdateSetter

java.lang.Object
  继承者 org.crazycake.jdbcTemplateTool.impl.BatchUpdateSetter
所有已实现的接口:
org.springframework.jdbc.core.BatchPreparedStatementSetter

public class BatchUpdateSetter
extends Object
implements org.springframework.jdbc.core.BatchPreparedStatementSetter


构造方法摘要
BatchUpdateSetter(List<Object[]> paramsList)
           
 
方法摘要
 int getBatchSize()
           
 void setValues(PreparedStatement ps, int i)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BatchUpdateSetter

public BatchUpdateSetter(List<Object[]> paramsList)
方法详细信息

setValues

public void setValues(PreparedStatement ps,
                      int i)
               throws SQLException
指定者:
接口 org.springframework.jdbc.core.BatchPreparedStatementSetter 中的 setValues
抛出:
SQLException

getBatchSize

public int getBatchSize()
指定者:
接口 org.springframework.jdbc.core.BatchPreparedStatementSetter 中的 getBatchSize


Copyright © 2014. All rights reserved.