|
Class Summary |
| 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. |
| 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. |
| ToplinkDaoTemplate |
A DaoTemplate for Toplink implementations that provides a convenient method
to access the Toplink Session. |