Interface CompositeSortComponentsStep<SR,S extends CompositeSortComponentsStep<SR,?>>
- Type Parameters:
SR
- Scope root type.S
- The "self" type (the actual exposed type of this step).
- All Superinterfaces:
CompositeSortOptionsCollector<S>
,SortFinalStep
,SortThenStep<SR>
public interface CompositeSortComponentsStep<SR,S extends CompositeSortComponentsStep<SR,?>>
extends CompositeSortOptionsCollector<S>, SortFinalStep, SortThenStep<SR>
The initial and final step in a composite sort definition, where sort elements can be added.
This is only used in "explicit" composite sorts,
for example when calling SearchSortFactory.composite()
,
but not in "implicit" composite sorts such as when calling SortThenStep.then()
.
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.CompositeSortOptionsCollector
add, add
Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortFinalStep
toSort
Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortThenStep
then