public static NetFlowMatchCriteriaDAO getNetFlowMatchCriteriaDAO(Connection connection) throws DBException {
return new NetFlowMatchCriteriaDAO(connection);
}
public static NetFlowMatchCriteriaDAO getNetFlowMatchCriteriaDAO() throws DBException {
return new NetFlowMatchCriteriaDAO(DBUtil.getConnection());
}