Uses of Interface
org.hibernate.search.query.dsl.sort.SortFieldContext
-
Packages that use SortFieldContext Package Description org.hibernate.search.query.dsl.sort -
-
Uses of SortFieldContext in org.hibernate.search.query.dsl.sort
Methods in org.hibernate.search.query.dsl.sort that return SortFieldContext Modifier and Type Method Description SortFieldContextSortAdditionalSortFieldContext. andByField(String fieldName)Deprecated.Order elements by the value of a specific field.SortFieldContextSortContext. byField(String fieldName)Deprecated.Order elements by the value of a specific field.Methods in org.hibernate.search.query.dsl.sort that return types with arguments of type SortFieldContext Modifier and Type Method Description SortMissingValueContext<SortFieldContext>SortFieldContext. onMissingValue()Deprecated.Describe how to treat missing values when doing the sorting.
-