Interface FieldSortOptionsStep<SR,S extends FieldSortOptionsStep<SR,?,PDF>,PDF extends TypedSearchPredicateFactory<SR>>
- Type Parameters:
SR
- Scope root type.S
- The "self" type (the actual exposed type of this step).PDF
- The type of factory used to create predicates inSortFilterStep.filter(Function)
.
- All Superinterfaces:
FieldSortOptionsGenericStep<SR,
,Object, S, FieldSortMissingValueBehaviorStep<S>, PDF> SortFilterStep<SR,
,S, PDF> SortFinalStep
,SortModeStep<S>
,SortOrderStep<S>
,SortThenStep<SR>
public interface FieldSortOptionsStep<SR,S extends FieldSortOptionsStep<SR,?,PDF>,PDF extends TypedSearchPredicateFactory<SR>>
extends FieldSortOptionsGenericStep<SR,Object,S,FieldSortMissingValueBehaviorStep<S>,PDF>
The initial and final step in a "field" sort definition, where optional parameters can be set.
- Author:
- Emmanuel Bernard emmanuel@hibernate.org
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.FieldSortOptionsGenericStep
missing
Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortFilterStep
filter, filter, filter
Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortFinalStep
toSort
Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortModeStep
mode
Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortOrderStep
asc, desc, order
Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortThenStep
then