594595596597598599600601602603604
for (Object[] item : items) { keys[i++] = StringUtils.arrayToString(item, ""); } if (isInvertSelection()) cmd.where(keyExpr.notIn(keys)); else cmd.where(keyExpr.in(keys)); } // clear previous settings without the where causes cmd.clearSelect();
595596597598599600601602603604605
574575576577578579580581582583584
572573574575576577578579580581582