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