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. -
-
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.
-