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 |
BaseQuery.queryFactory |
protected QueryFactory |
BaseQueryBuilder.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 © 2017 JBoss, a division of Red Hat. All rights reserved.