Aditya Parikh

Results 1 issues of Aditya Parikh

BlazePaginationRepository: ``` public PagedList findTopN(Specification specification, Sort sortBy, int pageSize, Class focalEntityClass) { return sortedCriteriaBuilder(specification, sortBy, focalEntityClass) .page(0, pageSize) .withKeysetExtraction(true) .withExtractAllKeysets(true) .getResultList(); } ``` ``` public PagedList findNextN(Specification specification, Sort...

kind: bug
component: core
worth: high