Uses of Class
org.infinispan.query.dsl.embedded.impl.QueryEngine
Packages that use QueryEngine
Package
Description
Query DSL implementation internals.
Query module internals.
-
Uses of QueryEngine in org.infinispan.query.dsl.embedded.impl
Methods in org.infinispan.query.dsl.embedded.impl that return types with arguments of type QueryEngineModifier and TypeMethodDescriptionprotected org.infinispan.util.function.SerializableFunction<org.infinispan.AdvancedCache<?, ?>, QueryEngine<?>> QueryEngine.getQueryEngineProvider() -
Uses of QueryEngine in org.infinispan.query.impl
Methods in org.infinispan.query.impl that return QueryEngineModifier and TypeMethodDescriptionstatic QueryEngine<Class<?>> ComponentRegistryUtils.getEmbeddedQueryEngine(org.infinispan.Cache<?, ?> cache) Constructor parameters in org.infinispan.query.impl with type arguments of type QueryEngineModifierConstructorDescriptionQueryDefinition(String queryString, org.infinispan.objectfilter.impl.syntax.parser.IckleParsingResult.StatementType statementType, org.infinispan.util.function.SerializableFunction<org.infinispan.AdvancedCache<?, ?>, QueryEngine<?>> queryEngineProvider, int originalMaxResults)