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
| 从类 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.