Uses of Package
com.ibatis.db.dao

Packages that use com.ibatis.db.dao
com.ibatis.db.dao   
com.ibatis.db.dao.jdbc   
 

Classes in com.ibatis.db.dao used by com.ibatis.db.dao
Dao
          Dao is an interface that is used by DaoFactory for representing classes that are Data Access Objects.
DaoException
          DaoException for use for by DAO framework.
DaoManager
          DaoManager is a facade class that provides convenient access to the rest of the DAO framework.
DaoTransaction
          DaoTransaction wraps specific connection or transaction implementation such that they can be effectively hidden from applications.
DaoTransactionPool
          Manages a pool of DaoTransactions.
 

Classes in com.ibatis.db.dao used by com.ibatis.db.dao.jdbc
DaoException
          DaoException for use for by DAO framework.
DaoTransaction
          DaoTransaction wraps specific connection or transaction implementation such that they can be effectively hidden from applications.
DaoTransactionPool
          Manages a pool of DaoTransactions.