| Package | Description |
|---|---|
| org.springframework.data.querydsl |
Querydsl integration support classes.
|
| Modifier and Type | Method and Description |
|---|---|
QSort |
QSort.and(List<com.mysema.query.types.OrderSpecifier<?>> orderSpecifiers)
|
QSort |
QSort.and(com.mysema.query.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. |
QSort |
QPageRequest.getSort() |
| 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. |
| Constructor and Description |
|---|
QPageRequest(int page,
int size,
QSort sort)
Creates a new
QPageRequest with sort parameters applied. |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.