|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sort | |
|---|---|
| org.synyx.hades.dao | |
| org.synyx.hades.dao.orm | |
| org.synyx.hades.dao.query | |
| org.synyx.hades.domain | |
| Uses of Sort in org.synyx.hades.dao |
|---|
| Methods in org.synyx.hades.dao with parameters of type Sort | |
|---|---|
java.util.List<T> |
GenericDao.readAll(Sort sort)
Returns all entities sorted by the given options. |
| Uses of Sort in org.synyx.hades.dao.orm |
|---|
| Methods in org.synyx.hades.dao.orm with parameters of type Sort | |
|---|---|
java.util.List<T> |
GenericJpaDao.readAll(Sort sort)
|
| Uses of Sort in org.synyx.hades.dao.query |
|---|
| Methods in org.synyx.hades.dao.query with parameters of type Sort | |
|---|---|
static java.lang.String |
QueryUtils.applySorting(java.lang.String query,
Sort sort)
Adds order by clause to the JPQL query. |
static java.lang.String |
QueryUtils.applySorting(java.lang.String query,
Sort sort,
java.lang.String alias)
Adds order by clause to the JPQL query. |
| Uses of Sort in org.synyx.hades.domain |
|---|
| Methods in org.synyx.hades.domain that return Sort | |
|---|---|
Sort |
PageRequest.getSort()
|
Sort |
PageImpl.getSort()
|
Sort |
Pageable.getSort()
Returns the sorting parameters. |
Sort |
Page.getSort()
Returns the sorting parameters for the page. |
Sort |
Sort.Property.withProperties(java.lang.String... properties)
Returns a new Sort instance for the given properties. |
| Constructors in org.synyx.hades.domain with parameters of type Sort | |
|---|---|
PageRequest(int page,
int size,
Sort sort)
Creates a new PageRequest with sort parameters applied. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||