Uses of Interface
org.infinispan.query.dsl.QueryFactory
-
Packages that use QueryFactory Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl.query 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 QueryFactorySearch. getQueryFactory(RemoteCache<?,?> cache) -
Uses of QueryFactory in org.infinispan.client.hotrod.impl.query
Classes in org.infinispan.client.hotrod.impl.query that implement QueryFactory Modifier and Type Class Description classRemoteQueryFactory -
Uses of QueryFactory in org.infinispan.query.dsl.impl
Classes in org.infinispan.query.dsl.impl that implement QueryFactory Modifier and Type Class Description classBaseQueryFactoryFields in org.infinispan.query.dsl.impl declared as QueryFactory Modifier and Type Field Description protected QueryFactoryBaseQuery. queryFactoryprotected QueryFactoryBaseQueryBuilder. queryFactoryConstructors 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, boolean local)BaseQueryBuilder(QueryFactory queryFactory, String rootTypeName)
-