Package org.hibernate.search.query.dsl
Interface RangeTerminationExcludable
-
- All Superinterfaces:
Termination<RangeTerminationExcludable>
@Deprecated public interface RangeTerminationExcludable extends Termination<RangeTerminationExcludable>
Deprecated.See the deprecation note onQueryBuilder.- Author:
- Emmanuel Bernard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RangeTerminationExcludableexcludeLimit()Deprecated.-
Methods inherited from interface org.hibernate.search.query.dsl.Termination
createQuery
-
-
-
-
Method Detail
-
excludeLimit
RangeTerminationExcludable excludeLimit()
Deprecated.
-
-