Uses of Class
ru.sergkorot.dynamic.model.paging.PageRequestWithOffset
Packages that use PageRequestWithOffset
-
Uses of PageRequestWithOffset in ru.sergkorot.dynamic.model.paging
Methods in ru.sergkorot.dynamic.model.paging that return PageRequestWithOffsetModifier and TypeMethodDescriptionstatic PageRequestWithOffsetPageRequestWithOffset.of(int offset, int limit, org.springframework.data.domain.Sort sort) Static method for building PageRequest extensionstatic PageRequestWithOffsetPageRequestWithOffset.of(Integer offset, Integer limit, List<org.springframework.data.domain.Sort.Order> sortOrders) Static method for building PageRequest extension