Uses of Interface
org.infinispan.query.dsl.QueryFactory
Packages that use QueryFactory
Package
Description
Hot Rod client API.
Query API that lets you perform Ickle queries and look up values in caches.
-
Uses of QueryFactory in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return QueryFactoryModifier and TypeMethodDescriptionstatic QueryFactory
Search.getQueryFactory
(RemoteCache<?, ?> cache) -
Uses of QueryFactory in org.infinispan.query
Methods in org.infinispan.query that return QueryFactoryModifier and TypeMethodDescriptionstatic QueryFactory
Search.getQueryFactory
(Cache<?, ?> cache) Obtains a query factory to build DSL-based Ickle queries.