public static CustomOIDCollectorDAO getCustomOIDCollectorDAO() throws DBException {
return new CustomOIDCollectorDAO(DBUtil.getConnection());
}
public static CustomOIDDAO getCustomOIDDAO(Connection connection) throws DBException {
return new CustomOIDDAO(connection);
}