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 newQSortconsisting of theOrderSpecifiers of the currentQSortcombined with the ones from the givenQSort.static QSortQSort.by(com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers) static QSortQSort.unsorted()Methods in org.springframework.data.querydsl with parameters of type QSortModifier and TypeMethodDescriptionReturns a newQSortconsisting of theOrderSpecifiers of the currentQSortcombined with the ones from the givenQSort.static QPageRequestCreates a newQPageRequestwith sort parameters applied.Creates a newQPageRequestwithQSortapplied.Constructors in org.springframework.data.querydsl with parameters of type QSort
QPageRequest.of(int, int, QSort)instead.