|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QSort | |
|---|---|
| org.springframework.data.querydsl | Querydsl integration support classes. |
| Uses of QSort in org.springframework.data.querydsl |
|---|
| Methods in org.springframework.data.querydsl that return QSort | |
|---|---|
QSort |
QSort.and(List<com.mysema.query.types.OrderSpecifier<?>> orderSpecifiers)
Returns a new QSort consisting of the OrderSpecifiers of the current QSort combined with
the given ones. |
QSort |
QSort.and(com.mysema.query.types.OrderSpecifier<?>... orderSpecifiers)
Returns a new QSort consisting of the OrderSpecifiers of the current QSort combined with
the given ones. |
QSort |
QSort.and(QSort sort)
Returns a new QSort consisting of the OrderSpecifiers of the current QSort combined with
the ones from the given QSort. |
QSort |
QPageRequest.getSort()
|
| Methods in org.springframework.data.querydsl with parameters of type QSort | |
|---|---|
QSort |
QSort.and(QSort sort)
Returns a new QSort consisting of the OrderSpecifiers of the current QSort combined with
the ones from the given QSort. |
| Constructors in org.springframework.data.querydsl with parameters of type QSort | |
|---|---|
QPageRequest(int page,
int size,
QSort sort)
Creates a new QPageRequest with sort parameters applied. |
|
|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||