| Package | Description |
|---|---|
| org.infinispan.client.hotrod.impl.query | |
| org.infinispan.query.dsl |
A DSL for querying an Infinispan Cache.
|
| org.infinispan.query.dsl.embedded.impl | |
| org.infinispan.query.dsl.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteQueryBuilder |
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder<Query> |
RemoteQueryFactory.from(Class entityType) |
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder<T> |
QueryFactory.from(Class entityType)
Creates a QueryBuilder for the given entity type.
|
QueryBuilder |
QueryBuilder.maxResults(int maxResults) |
QueryBuilder |
QueryBuilder.orderBy(String attributePath,
SortOrder sortOrder) |
QueryBuilder |
QueryBuilder.setProjection(String... attributePath) |
QueryBuilder |
QueryBuilder.startOffset(long startOffset) |
<T extends Query> |
FilterConditionContext.toBuilder()
Get the
QueryBuilder that created this context. |
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder<LuceneQuery> |
EmbeddedLuceneQueryFactory.from(Class type) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseQueryBuilder<T extends Query> |
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder |
BaseQueryBuilder.maxResults(int maxResults) |
QueryBuilder |
BaseQueryBuilder.orderBy(String attributePath,
SortOrder sortOrder) |
QueryBuilder |
BaseQueryBuilder.setProjection(String... projection) |
QueryBuilder |
BaseQueryBuilder.startOffset(long startOffset) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.