com.ibatis.dao.client.template
Class DaoTemplate

java.lang.Object
  extended by com.ibatis.dao.client.template.DaoTemplate
All Implemented Interfaces:
Dao
Direct Known Subclasses:
HibernateDaoTemplate, JdbcDaoTemplate, OjbBrokerDaoTemplate, SqlMapDaoTemplate, ToplinkDaoTemplate

public abstract class DaoTemplate
extends java.lang.Object
implements Dao

A base class for Dao implementations, or other DAO templates.


Field Summary
protected  DaoManager daoManager
           
 
Constructor Summary
DaoTemplate(DaoManager daoManager)
          The DaoManager that manages this Dao instance will be passed in as the parameter to this constructor automatically upon instantiation.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

daoManager

protected DaoManager daoManager
Constructor Detail

DaoTemplate

public DaoTemplate(DaoManager daoManager)
The DaoManager that manages this Dao instance will be passed in as the parameter to this constructor automatically upon instantiation.

Parameters:
daoManager -