| Package | Description |
|---|---|
| org.springframework.data.gemfire.repository.query | |
| org.springframework.data.gemfire.repository.support |
| Modifier and Type | Class and Description |
|---|---|
class |
PartTreeGemfireRepositoryQuery
GemfireRepositoryQuery backed by a PartTree, deriving an OQL query
from the backing QueryMethod's name/signature. |
class |
StringBasedGemfireRepositoryQuery
GemfireRepositoryQuery using plain String based OQL queries. |
| Modifier and Type | Method and Description |
|---|---|
GemfireRepositoryQuery |
GemfireRepositoryQuery.register(QueryPostProcessor<Repository,String> queryPostProcessor)
Registers the given
QueryPostProcessor to use for processing OQL queries
generated from Repository query methods. |
| Modifier and Type | Method and Description |
|---|---|
void |
GemfireRepositoryFactoryBean.QueryPostProcessorRegistrationOnQueryCreationListener.onCreation(GemfireRepositoryQuery repositoryQuery) |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.