Interface SortTermination

All Known Subinterfaces:
SortDistanceFieldAndReferenceContext, SortFieldContext, SortNativeContext, SortOrderTermination, SortScoreContext

@Deprecated public interface SortTermination
Deprecated.
See the deprecation note on SortContext.
Author:
Emmanuel Bernard emmanuel@hibernate.org, Yoann Rodiere
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Return the Lucene Sort corresponding to the requested sort.
  • Method Details

    • createSort

      Sort createSort()
      Deprecated.
      Return the Lucene Sort corresponding to the requested sort.
      Returns:
      the created sort