Uses of Interface
org.springframework.data.gemfire.repository.query.support.OqlQueryExecutor
Packages that use OqlQueryExecutor
Package
Description
-
Uses of OqlQueryExecutor in org.springframework.data.gemfire.repository.query
Methods in org.springframework.data.gemfire.repository.query that return OqlQueryExecutorModifier and TypeMethodDescriptionprotected OqlQueryExecutorStringBasedGemfireRepositoryQuery.getNonPagedQueryExecutor()Returns the configuredOqlQueryExecutor(strategy) used to execute Apache Geodenon-pagedOQL queries.protected OqlQueryExecutorStringBasedGemfireRepositoryQuery.getPagedQueryExecutor()protected OqlQueryExecutorStringBasedGemfireRepositoryQuery.resolveOqlQueryExecutor(QueryMethod queryMethod) Resolves theOqlQueryExecutorused to execute theOQL query statementmodeled by the givenQueryMethod. -
Uses of OqlQueryExecutor in org.springframework.data.gemfire.repository.query.support
Classes in org.springframework.data.gemfire.repository.query.support that implement OqlQueryExecutorModifier and TypeClassDescriptionclassMethods in org.springframework.data.gemfire.repository.query.support that return OqlQueryExecutorModifier and TypeMethodDescriptiondefault OqlQueryExecutorOqlQueryExecutor.thenExecuteWith(OqlQueryExecutor queryExecutor) Null-safe composition method to compose thisOqlQueryExecutorwith the givenOqlQueryExecutor.Methods in org.springframework.data.gemfire.repository.query.support with parameters of type OqlQueryExecutorModifier and TypeMethodDescriptiondefault OqlQueryExecutorOqlQueryExecutor.thenExecuteWith(OqlQueryExecutor queryExecutor) Null-safe composition method to compose thisOqlQueryExecutorwith the givenOqlQueryExecutor.