Package | Description |
---|---|
org.infinispan.client.hotrod.impl.query | |
org.infinispan.query.dsl |
A DSL for querying an Infinispan Cache.
|
org.infinispan.query.dsl.embedded | |
org.infinispan.query.dsl.impl |
Modifier and Type | Class and Description |
---|---|
class |
RemoteQuery |
Modifier and Type | Method and Description |
---|---|
Query |
RemoteQueryBuilder.build() |
Modifier and Type | Method and Description |
---|---|
QueryBuilder<Query> |
RemoteQueryFactory.from(Class entityType) |
Modifier and Type | Interface and Description |
---|---|
interface |
QueryBuilder<T extends Query>
A builder for
Query objects. |
interface |
QueryFactory<T extends Query>
Factory for query DSL objects.
|
Modifier and Type | Method and Description |
---|---|
<T extends Query> |
FilterConditionContext.toBuilder()
Get the
QueryBuilder that created this context. |
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneQuery
A Query kind that offers iteration and lazy/eager loading options.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseQueryBuilder<T extends Query> |
class |
BaseQueryFactory<T extends Query> |
Modifier and Type | Method and Description |
---|---|
<T extends Query> |
JPAQueryGenerator.visit(BaseQueryBuilder<T> baseQueryBuilder) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.