Package org.infinispan.query.dsl
Interface RangeConditionContext
-
- All Superinterfaces:
FilterConditionContext
- All Known Subinterfaces:
RangeConditionContextQueryBuilder
@Deprecated public interface RangeConditionContext extends FilterConditionContext
Deprecated.since 10.1. See deprecation note onQueryBuilder
.A context for ranges. Allow specifying if the bounds are included or not. They are included by default. This context is considered completed.- Since:
- 6.0
- Author:
- anistor@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RangeConditionContextQueryBuilder
includeLower(boolean includeLower)
Deprecated.RangeConditionContextQueryBuilder
includeUpper(boolean includeUpper)
Deprecated.
-
-
-
Method Detail
-
includeLower
RangeConditionContextQueryBuilder includeLower(boolean includeLower)
Deprecated.
-
includeUpper
RangeConditionContextQueryBuilder includeUpper(boolean includeUpper)
Deprecated.
-
-