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