Uses of Interface
org.clazzes.util.aop.jdbc.JdbcPreparedStatementAction

Packages that use JdbcPreparedStatementAction
org.clazzes.util.aop.jdbc   
 

Uses of JdbcPreparedStatementAction in org.clazzes.util.aop.jdbc
 

Methods in org.clazzes.util.aop.jdbc with parameters of type JdbcPreparedStatementAction
protected
<T> T
JdbcDAOSupport.performWithPreparedStatement(String sql, int autoGeneratedKeys, JdbcPreparedStatementAction<T> action)
          Perform a JDBC action inside a context, where an JDBC statement has been set up and will be closed in a finally clause.
protected
<T> T
JdbcDAOSupport.performWithPreparedStatement(String sql, JdbcPreparedStatementAction<T> action)
          Perform a JDBC action inside a context, where an JDBC statement has been set up and will be closed in a finally clause.
 



Copyright © 2012. All Rights Reserved.