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