| Package | Description |
|---|---|
| org.springframework.data.querydsl |
Querydsl integration support classes.
|
| Modifier and Type | Method and Description |
|---|---|
QSort |
QSort.and(List<com.querydsl.core.types.OrderSpecifier<?>> orderSpecifiers)
|
QSort |
QSort.and(com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers)
|
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. |
static QSort |
QSort.by(com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers) |
static QSort |
QSort.unsorted() |
| Modifier and Type | Method and Description |
|---|---|
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. |
static QPageRequest |
QPageRequest.of(int page,
int size,
QSort sort)
Creates a new
QPageRequest with sort parameters applied. |
| Constructor and Description |
|---|
QPageRequest(int page,
int size,
QSort sort)
Deprecated.
since 2.1, use
QPageRequest.of(int, int, QSort) instead. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.