com.ibatis.db.dao
Interface Dao


public interface Dao

Dao is an interface that is used by DaoFactory for representing classes that are Data Access Objects. Dao does not have any methods of its own, allowing for ultimate flexibility in Dao implementation.

Author:
clinton_begin