Uses of Class
com.ibatis.dao.client.template.DaoTemplate

Packages that use DaoTemplate
com.ibatis.dao.client.template   
 

Uses of DaoTemplate in com.ibatis.dao.client.template
 

Subclasses of DaoTemplate in com.ibatis.dao.client.template
 class HibernateDaoTemplate
          A DaoTemplate for Hibernate implementations that provides a convenient method to access the Hibernate Session.
 class JdbcDaoTemplate
          A DaoTemplate for JDBC implementations that provides a convenient method to access the JDBC Connection.
 class JtaDaoTemplate
          Deprecated. Use JdbcDaoTemplate instead. Both have the same interface, so simply changing your code to extend JdbcDaoTemplate should work without any change in behaviour.
 class OjbBrokerDaoTemplate
          A DaoTemplate for OJB broker implementations that provides a convenient method to access the broker.
 class SqlMapDaoTemplate
          A DaoTemplate for SQL Map implementations that provides a convenient method to access the SqlMapExecutor.