91929394959697
if (transformedFetchSize <= 0) { throw new IllegalArgumentException("Fetch size cannot be lower than zero"); } return new PagingConfiguration(transformedFetchSize); }