| Package | Description |
|---|---|
| org.infinispan.client.hotrod |
HotRod Client API
|
| org.infinispan.client.hotrod.impl.query | |
| org.infinispan.query.dsl.impl |
DSL implementation and translation to internal intermediary representation based on a JPQL syntax subset.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryFactory<Query> |
Search.getQueryFactory(RemoteCache<?,?> cache) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteQueryFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseQueryFactory<T extends Query> |
| Modifier and Type | Field and Description |
|---|---|
protected QueryFactory |
BaseQueryBuilder.queryFactory |
protected QueryFactory |
BaseQuery.queryFactory |
| Modifier and Type | Method and Description |
|---|---|
QueryFactory |
BaseQuery.getQueryFactory() |
| Constructor and Description |
|---|
BaseQuery(QueryFactory queryFactory,
String jpaQuery,
Map<String,Object> namedParameters,
String[] projection,
long startOffset,
int maxResults) |
BaseQueryBuilder(QueryFactory queryFactory,
String rootTypeName) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.