Package | Description |
---|---|
org.infinispan.client.hotrod.impl.query | |
org.infinispan.query.dsl |
A DSL for querying an Infinispan Cache.
|
org.infinispan.query.dsl.impl |
Modifier and Type | Class and Description |
---|---|
class |
RemoteQueryBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
QueryBuilder<T extends Query>
A builder for
Query objects. |
Modifier and Type | Method and Description |
---|---|
FilterConditionBeginContext |
FilterConditionContext.and()
Creates a new context and connects it with the current one using boolean AND.
|
FilterConditionBeginContext |
FilterConditionBeginContext.not() |
FilterConditionBeginContext |
QueryFactory.not()
Creates a negated condition that is to be completed later by using it as a sub-condition.
|
FilterConditionBeginContext |
FilterConditionContext.or()
Creates a new context and connects it with the current one using boolean OR.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseQueryBuilder<T extends Query> |
Modifier and Type | Method and Description |
---|---|
FilterConditionBeginContext |
BaseQueryBuilder.not() |
FilterConditionBeginContext |
BaseQueryFactory.not() |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.