|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |