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