| Package | Description |
|---|---|
| org.hibernate.search.engine.search.sort.dsl | |
| org.hibernate.search.engine.search.sort.dsl.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompositeSortComponentsStep<S extends CompositeSortComponentsStep<?>>
The initial and final step in a composite sort definition, where sort elements can be added.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeSortComponentsStep<?> |
SearchSortFactory.composite()
Order by a sort composed of several elements.
|
| Modifier and Type | Method and Description |
|---|---|
SortThenStep |
SearchSortFactory.composite(Consumer<? super CompositeSortComponentsStep<?>> elementContributor)
Order by a sort composed of several elements,
which will be defined by the given consumer.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeSortComponentsStep<?> |
DelegatingSearchSortFactory.composite() |
| Modifier and Type | Method and Description |
|---|---|
SortThenStep |
DelegatingSearchSortFactory.composite(Consumer<? super CompositeSortComponentsStep<?>> elementContributor) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.