Searched refs:projectionList (Results 1 – 1 of 1) sorted by relevance
340 final ArrayList<String> projectionList = new ArrayList<String>(); in applyInternal() local342 projectionList.add(entry.getKey()); in applyInternal()344 projection = projectionList.toArray(new String[projectionList.size()]); in applyInternal()