Interface SortTermination
-
- All Known Subinterfaces:
SortDistanceFieldAndReferenceContext,SortFieldContext,SortNativeContext,SortOrderTermination,SortScoreContext
@Deprecated public interface SortTermination
Deprecated.See the deprecation note onSortContext.- Author:
- Emmanuel Bernard emmanuel@hibernate.org, Yoann Rodiere
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SortcreateSort()Deprecated.Return the LuceneSortcorresponding to the requested sort.
-
-
-
Method Detail
-
createSort
Sort createSort()
Deprecated.Return the LuceneSortcorresponding to the requested sort.- Returns:
- the created sort
-
-