Uses of Interface
org.infinispan.query.dsl.RangeConditionContextQueryBuilder
-
Packages that use RangeConditionContextQueryBuilder Package Description org.infinispan.query.dsl Query DSL API. -
-
Uses of RangeConditionContextQueryBuilder in org.infinispan.query.dsl
Methods in org.infinispan.query.dsl that return RangeConditionContextQueryBuilder Modifier and Type Method Description RangeConditionContextQueryBuilder
FilterConditionEndContext. between(Object from, Object to)
Deprecated.Checks that the left argument is between the given range limits.RangeConditionContextQueryBuilder
RangeConditionContext. includeLower(boolean includeLower)
Deprecated.RangeConditionContextQueryBuilder
RangeConditionContext. includeUpper(boolean includeUpper)
Deprecated.
-