Interface | Description |
---|---|
JdbcPreparedStatementAction<T> |
This interface encapsulates JDBC code, which is executed as part of a
DAO.
|
JdbcStatementAction<T> |
This interface encapsulates JDBC code, which is executed as part of a
DAO.
|
Class | Description |
---|---|
JdbcDAOSupport |
A base class for JDBC DAO classes, which provides access to a thread-bound
JDBC connection, which is established by a
JdbcTransactionInterceptor . |
JdbcTransactionInterceptor |
This method interceptor fetches a JDBC transaction from a JDBC
Datasource, opens a transaction and binds the JDBC connection to the current thread
using
ThreadLocalManager.bindResource(String, Object) with the given
datasource as a key. |
Copyright © 2016 Clazzes.org. All rights reserved.