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