Uses of Class
org.springframework.data.querydsl.QPageRequest
-
Uses of QPageRequest in org.springframework.data.querydsl
Modifier and TypeMethodDescriptionstatic QPageRequest
QPageRequest.of
(int pageNumber, int pageSize) Creates a newQPageRequest
.static QPageRequest
QPageRequest.of
(int pageNumber, int pageSize, com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers) Creates a newQPageRequest
with the givenOrderSpecifier
s applied.static QPageRequest
Creates a newQPageRequest
with sort parameters applied.static QPageRequest
QPageRequest.ofSize
(int pageSize) QPageRequest.withPage
(int pageNumber) Creates a newQPageRequest
withpageNumber
applied.Creates a newQPageRequest
withQSort
applied.