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