Querydsl integration support classes.
-
QSort.and(com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers)
Returns a new
QSort
consisting of the
OrderSpecifier
s of the current
QSort
combined with
the given ones.
QSort.and(List<com.querydsl.core.types.OrderSpecifier<?>> orderSpecifiers)
Returns a new
QSort
consisting of the
OrderSpecifier
s of the current
QSort
combined with
the given ones.
Returns a new
QSort
consisting of the
OrderSpecifier
s of the current
QSort
combined with
the ones from the given
QSort
.
QSort.by(com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers)
Returns a new
QSort
consisting of the
OrderSpecifier
s of the current
QSort
combined with
the ones from the given
QSort
.
QPageRequest.of(int pageNumber,
int pageSize,
QSort sort)
QPageRequest.of(int, int, QSort)
instead.