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 RangeConditionContextQueryBuilderFilterConditionEndContext. between(Object from, Object to)Deprecated.Checks that the left argument is between the given range limits.RangeConditionContextQueryBuilderRangeConditionContext. includeLower(boolean includeLower)Deprecated.RangeConditionContextQueryBuilderRangeConditionContext. includeUpper(boolean includeUpper)Deprecated.
-