Package org.infinispan.query.dsl
Interface RangeConditionContext
- All Superinterfaces:
FilterConditionContext
- All Known Subinterfaces:
RangeConditionContextQueryBuilder
Deprecated.
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
Modifier and TypeMethodDescriptionincludeLower
(boolean includeLower) Deprecated.includeUpper
(boolean includeUpper) Deprecated.
-
Method Details
-
includeLower
Deprecated. -
includeUpper
Deprecated.
-
QueryBuilder
.