use of org.smartdata.metastore.dao.MetaStoreHelper in project SSM by Intel-bigdata.
the class TestRuleExecutor method initActionDao.
@Before
public void initActionDao() throws Exception {
initDao();
metaStoreHelper = new MetaStoreHelper(druidPool.getDataSource());
adapter = new MetaStore(druidPool);
}
Aggregations