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 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 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)
Obtains a query factory to build DSL-based Ickle queries.
-