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 QueryFactorySearch.getQueryFactory(RemoteCache<?, ?> cache) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of QueryFactory in org.infinispan.query
Methods in org.infinispan.query that return QueryFactoryModifier and TypeMethodDescriptionstatic QueryFactorySearch.getQueryFactory(Cache<?, ?> cache) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of QueryFactory in org.infinispan.query.core
Methods in org.infinispan.query.core that return QueryFactoryModifier and TypeMethodDescriptionstatic QueryFactorySearch.getQueryFactory(Cache<?, ?> cache) Deprecated, for removal: This API element is subject to removal in a future version.Obtain the query factory for building DSL based Ickle queries.