com.ibatis.db.dao
Interface DaoTransactionPool
- All Known Implementing Classes:
- DbcpDaoTransactionPool, JdbcDaoTransactionPool, JndiDataSourceDaoTransactionPool, SimpleDaoTransactionPool, SqlMapDaoTransactionPool
public interface DaoTransactionPool
Manages a pool of DaoTransactions.
- Author:
- clinton_begin
getTransaction
DaoTransaction getTransaction()
throws DaoException
- Throws:
DaoException
releaseTransaction
void releaseTransaction(DaoTransaction trans)
throws DaoException
- Throws:
DaoException
configure
void configure(java.util.Map properties)
throws DaoException
- Throws:
DaoException