262263264265266267268269270271272
for (Resource resource : resources) { if (pbWithPredicate != null) { pb = pbWithPredicate.or(); } pb = pb.begin(); pbWithPredicate = null; for (String keyPropertyId : keyPropertyIds) { if (pbWithPredicate != null) { pb = pbWithPredicate.and();
306307308309310311312313314315316
for (Resource resource : resources) { if (pbPredicate != null) { pb = pbPredicate.or(); } pb = pb.begin(); pbPredicate = null; for (String keyPropertyId : keyPropertyIds) { if (pbPredicate != null) { pb = pbPredicate.and();
401402403404405406407408409410411
469470471472473474475476477478479
265266267268269270271272273274275
421422423424425426427428429430431
403404405406407408409410411412413