9899100101102103104105106
return this; } @Override public QueryResult<T> maxResults(int max) { context.addJpaQueryPostProcessor(new MaxResultPostProcessor(max)); pageSize = max; return this; }
5253545556575859
return this; } @Override public QueryResult<T> maxResults(int max) { context.addJpaQueryPostProcessor(new MaxResultPostProcessor(max)); return this; }