Searched refs:idName (Results 1 – 1 of 1) sorted by relevance
128 public static String buildSelectionForIds(String idName, List<Long> ids) { in buildSelectionForIds() argument130 sb.append(idName).append(" in (").append(ids.get(0)); in buildSelectionForIds()