| Package | Description |
|---|---|
| org.springframework.data.gemfire.repository.query |
| Modifier and Type | Method and Description |
|---|---|
protected GemfireQueryMethod |
GemfireRepositoryQuery.getGemfireQueryMethod()
Returns a reference to the
Repository GemfireQueryMethod modeling the Apache Geode OQL query. |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<GemfireQueryMethod> |
PagedQueryString.getQueryMethod() |
| Modifier and Type | Method and Description |
|---|---|
PagedQueryString |
PagedQueryString.withQueryMethod(GemfireQueryMethod queryMethod) |
| Constructor and Description |
|---|
GemfireRepositoryQuery(GemfireQueryMethod queryMethod)
Constructs a new instance of
GemfireRepositoryQuery initialized with
the given GemfireQueryMethod implementing the Repository QueryMethod. |
PartTreeGemfireRepositoryQuery(GemfireQueryMethod queryMethod,
GemfireTemplate template)
Constructs a new instance of
PartTreeGemfireRepositoryQuery initialized with
the given GemfireQueryMethod and GemfireTemplate. |
StringBasedGemfireRepositoryQuery(String query,
GemfireQueryMethod queryMethod,
GemfireTemplate template)
Constructs a new instance of
StringBasedGemfireRepositoryQuery initialized with
the given query, GemfireQueryMethod and GemfireTemplate. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.