com.ibatis.db.dao.jdbc
Class JdbcDaoTransactionPool

java.lang.Object
  extended by com.ibatis.db.dao.jdbc.SimpleDaoTransactionPool
      extended by com.ibatis.db.dao.jdbc.JdbcDaoTransactionPool
All Implemented Interfaces:
DaoTransactionPool

Deprecated. Use SimpleDaoTransactionPool instead.

public class JdbcDaoTransactionPool
extends SimpleDaoTransactionPool


Constructor Summary
JdbcDaoTransactionPool()
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.ibatis.db.dao.jdbc.SimpleDaoTransactionPool
configure, getDataSource, getTransaction, releaseTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcDaoTransactionPool

public JdbcDaoTransactionPool()
Deprecated.