use of mbg.test.ib2j2.generated.flat.dao.AwfulTableDAOImpl in project generator by mybatis.
the class AbstractFlatJava2Test method getAwfulTableDAO.
protected AwfulTableDAO getAwfulTableDAO() {
AwfulTableDAOImpl dao = new AwfulTableDAOImpl();
dao.setSqlMapClient(getSqlMapClient());
return dao;
}
Aggregations