| Package | Description |
|---|---|
| org.springframework.data.gemfire.repository.query | |
| org.springframework.data.gemfire.repository.query.support |
| Modifier and Type | Method and Description |
|---|---|
protected OqlQueryExecutor |
StringBasedGemfireRepositoryQuery.getNonPagedQueryExecutor()
Returns the configured
OqlQueryExecutor (strategy) used to execute Apache Geode
non-paged OQL queries. |
protected OqlQueryExecutor |
StringBasedGemfireRepositoryQuery.getPagedQueryExecutor()
|
protected OqlQueryExecutor |
StringBasedGemfireRepositoryQuery.resolveOqlQueryExecutor(QueryMethod queryMethod)
Resolves the
OqlQueryExecutor used to execute the OQL query statement modeled by
the given QueryMethod. |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateBasedOqlQueryExecutor
|
| Modifier and Type | Method and Description |
|---|---|
default OqlQueryExecutor |
OqlQueryExecutor.thenExecuteWith(OqlQueryExecutor queryExecutor)
Null-safe composition method to compose this
OqlQueryExecutor with
the given OqlQueryExecutor. |
| Modifier and Type | Method and Description |
|---|---|
default OqlQueryExecutor |
OqlQueryExecutor.thenExecuteWith(OqlQueryExecutor queryExecutor)
Null-safe composition method to compose this
OqlQueryExecutor with
the given OqlQueryExecutor. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.