Package org.hibernate.search.query.dsl
Interface FacetRangeAboveBelowContext<T>
-
- All Superinterfaces:
FacetRangeStartContext<T>
@Deprecated public interface FacetRangeAboveBelowContext<T> extends FacetRangeStartContext<T>
Deprecated.See the deprecation note onFacetContext.- Author:
- Hardy Ferentschik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description FacetRangeAboveContext<T>above(T max)Deprecated.FacetRangeBelowContinuationContext<T>below(T min)Deprecated.-
Methods inherited from interface org.hibernate.search.query.dsl.FacetRangeStartContext
from
-
-
-
-
Method Detail
-
below
FacetRangeBelowContinuationContext<T> below(T min)
Deprecated.
-
above
FacetRangeAboveContext<T> above(T max)
Deprecated.
-
-