I can't understand the following code:
final Specifications<PaymentBatch> criteriaSpecification =
where(paymentBatchesInZone(getCurrentZone()))
.and(new PaymentBatchSearchFilter(paymentBatchSearchQueryDTO));
What do .and
and where
stand for?