Uses of Class
org.springframework.data.querydsl.QSort
Packages that use QSort
-
Uses of QSort in org.springframework.data.querydsl
Methods in org.springframework.data.querydsl that return QSortModifier and TypeMethodDescriptionQSort.and
(com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers) Returns a newQSort
consisting of theOrderSpecifier
s of the currentQSort
combined with the ones from the givenQSort
.static QSort
QSort.by
(com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers) static QSort
QSort.unsorted()
Methods in org.springframework.data.querydsl with parameters of type QSortModifier and TypeMethodDescriptionReturns a newQSort
consisting of theOrderSpecifier
s of the currentQSort
combined with the ones from the givenQSort
.static QPageRequest
Creates a newQPageRequest
with sort parameters applied.Creates a newQPageRequest
withQSort
applied.Constructors in org.springframework.data.querydsl with parameters of type QSort
QPageRequest.of(int, int, QSort)
instead.