Package | Description |
---|---|
org.infinispan.query.dsl |
A DSL for querying an Infinispan Cache.
|
Modifier and Type | Method and Description |
---|---|
RangeConditionContextQueryBuilder |
FilterConditionEndContext.between(Object from,
Object to)
Checks that the left argument is between the given range limits.
|
RangeConditionContextQueryBuilder |
RangeConditionContext.includeLower(boolean includeLower) |
RangeConditionContextQueryBuilder |
RangeConditionContext.includeUpper(boolean includeUpper) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.