| Modifier and Type | Method and Description |
|---|---|
S |
SearchQueryOptionsStep.sort(SearchSort sort)
Add a sort to this query.
|
| Modifier and Type | Method and Description |
|---|---|
S |
AbstractSearchQueryOptionsStep.sort(SearchSort sort) |
| Modifier and Type | Method and Description |
|---|---|
SearchSort |
SortFinalStep.toSort()
Create a
SearchSort instance
matching the definition given in the previous DSL steps. |
| Modifier and Type | Method and Description |
|---|---|
S |
CompositeSortComponentsStep.add(SearchSort searchSort)
Add an element to the composite sort based on a previously-built
SearchSort. |
| Modifier and Type | Method and Description |
|---|---|
SearchSort |
SearchSortDslContext.toSort()
Create a
SearchSort instance
matching the definition given in the previous DSL steps. |
SearchSort |
AbstractSortThenStep.toSort() |
| Modifier and Type | Method and Description |
|---|---|
SearchSort |
SearchSortBuilderFactory.toSearchSort(List<B> builders)
Convert sort builders to a reusable
SearchSort object. |
| Modifier and Type | Method and Description |
|---|---|
B |
SearchSortBuilderFactory.toImplementation(SearchSort sort)
Convert a
SearchSort object back to a sequence of sort builders. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.