Interface SortDistanceNoFieldContext
-
@Deprecated public interface SortDistanceNoFieldContext
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 SortDistanceFieldContextonField(String fieldName)Deprecated.Order elements by distance computed from the coordinates carried by the given field.
-
-
-
Method Detail
-
onField
SortDistanceFieldContext onField(String fieldName)
Deprecated.Order elements by distance computed from the coordinates carried by the given field.The distance is computed between the value of the given field (which must be a
Spatialfield) and reference coordinates, to be provided in thenext context.- Parameters:
fieldName- The name of the index field carrying the spatial coordinates.- Returns:
thisfor method chaining
-
-