Package com.ibatis.dao.client.template
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
DaoTemplate A base class for Dao implementations, or other DAO templates.
HibernateDaoTemplate A DaoTemplate for Hibernate implementations that provides a convenient method to access the Hibernate Session.
JdbcDaoTemplate A DaoTemplate for JDBC implementations that provides a convenient method to access the JDBC Connection.
JtaDaoTemplate DEPRECATED This is now exactly the same as the JdbcDaoTemplate, and therefore has beend deprecated.
OjbBrokerDaoTemplate A DaoTemplate for OJB broker implementations that provides a convenient method to access the broker.
SqlMapDaoTemplate A DaoTemplate for SQL Map implementations that provides a convenient method to access the SqlMapExecutor.