Package | Description |
---|---|
org.clazzes.util.aop.jdbc |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
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 <T> T |
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.
|
Copyright © 2016 Clazzes.org. All rights reserved.