Package org.hibernate.search.query.dsl
Interface RangeMatchingContext.FromRangeContext<T>
-
- Enclosing interface:
- RangeMatchingContext
public static interface RangeMatchingContext.FromRangeContext<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RangeMatchingContext.FromRangeContext<T>excludeLimit()RangeTerminationExcludableto(T to)
-
-
-
Method Detail
-
to
RangeTerminationExcludable to(T to)
-
excludeLimit
RangeMatchingContext.FromRangeContext<T> excludeLimit()
-
-