Uses of Class
org.infinispan.query.dsl.embedded.impl.QueryEngine
-
Packages that use QueryEngine Package Description org.infinispan.query.dsl.embedded.impl Query DSL implementation internals.org.infinispan.query.impl 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 QueryEngine Modifier and Type Method Description protected 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 QueryEngine Modifier and Type Method Description static QueryEngine<Class<?>>ComponentRegistryUtils. getEmbeddedQueryEngine(org.infinispan.Cache<?,?> cache)Constructor parameters in org.infinispan.query.impl with type arguments of type QueryEngine Constructor Description QueryDefinition(String queryString, org.infinispan.objectfilter.impl.syntax.parser.IckleParsingResult.StatementType statementType, org.infinispan.util.function.SerializableFunction<org.infinispan.AdvancedCache<?,?>,QueryEngine<?>> queryEngineProvider, int originalMaxResults)
-