|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JdbcStatementAction | |
---|---|
org.clazzes.util.aop.jdbc |
Uses of JdbcStatementAction in org.clazzes.util.aop.jdbc |
---|
Methods in org.clazzes.util.aop.jdbc with parameters of type JdbcStatementAction | ||
---|---|---|
protected
|
JdbcDAOSupport.performWithStatement(int resultSetType,
int resultSetConcurrency,
JdbcStatementAction<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.performWithStatement(JdbcStatementAction<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 |