Uses of Interface
org.infinispan.query.dsl.QueryFactory
-
Packages that use QueryFactory Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.query Query API.org.infinispan.query.dsl.embedded.impl Query DSL implementation internals.org.infinispan.query.dsl.impl Query builder DSL implementation for Ickle (a JP-QL subset). -
-
Uses of QueryFactory in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return QueryFactory Modifier and Type Method Description static QueryFactory
Search. getQueryFactory(RemoteCache<?,?> cache)
-
Uses of QueryFactory in org.infinispan.query
Methods in org.infinispan.query that return QueryFactory Modifier and Type Method Description static QueryFactory
Search. getQueryFactory(Cache<?,?> cache)
Obtain the query factory for building DSL based Ickle queries. -
Uses of QueryFactory in org.infinispan.query.dsl.embedded.impl
Classes in org.infinispan.query.dsl.embedded.impl that implement QueryFactory Modifier and Type Class Description class
EmbeddedQueryFactory
Methods in org.infinispan.query.dsl.embedded.impl with parameters of type QueryFactory Modifier and Type Method Description protected BaseQuery
QueryEngine. buildQuery(QueryFactory queryFactory, org.infinispan.objectfilter.impl.syntax.parser.IckleParsingResult<TypeMetadata> parsingResult, Map<String,Object> namedParameters, long startOffset, int maxResults)
protected BaseQuery
QueryEngine. buildQuery(QueryFactory queryFactory, org.infinispan.objectfilter.impl.syntax.parser.IckleParsingResult<TypeMetadata> parsingResult, Map<String,Object> namedParameters, long startOffset, int maxResults, IndexedQueryMode queryMode)
-
Uses of QueryFactory in org.infinispan.query.dsl.impl
Classes in org.infinispan.query.dsl.impl that implement QueryFactory Modifier and Type Class Description class
BaseQueryFactory
Fields in org.infinispan.query.dsl.impl declared as QueryFactory Modifier and Type Field Description protected QueryFactory
BaseQuery. queryFactory
protected QueryFactory
BaseQueryBuilder. queryFactory
Constructors in org.infinispan.query.dsl.impl with parameters of type QueryFactory Constructor Description BaseQuery(QueryFactory queryFactory, String queryString)
BaseQuery(QueryFactory queryFactory, String queryString, Map<String,Object> namedParameters, String[] projection, long startOffset, int maxResults)
BaseQueryBuilder(QueryFactory queryFactory, String rootTypeName)
-