org.crazycake.jdbcTemplateTool.impl
类 ReturnIdPreparedStatementCreator
java.lang.Object
org.crazycake.jdbcTemplateTool.impl.ReturnIdPreparedStatementCreator
- 所有已实现的接口:
- org.springframework.jdbc.core.PreparedStatementCreator
public class ReturnIdPreparedStatementCreator
- extends Object
- implements org.springframework.jdbc.core.PreparedStatementCreator
返回主键的PreparedStatementCreator
- 作者:
- Administrator
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReturnIdPreparedStatementCreator
public ReturnIdPreparedStatementCreator(String sql,
Object[] params,
String autoGeneratedColumnName)
createPreparedStatement
public PreparedStatement createPreparedStatement(Connection connection)
throws SQLException
- 指定者:
- 接口
org.springframework.jdbc.core.PreparedStatementCreator 中的 createPreparedStatement
- 抛出:
SQLException
Copyright © 2014. All rights reserved.