public class PartTreeGemfireRepositoryQuery extends GemfireRepositoryQuery
GemfireRepositoryQuery backed by a PartTree, deriving an OQL query
from the backing query method's name/signature.GemfireRepositoryQuery| Constructor and Description |
|---|
PartTreeGemfireRepositoryQuery(GemfireQueryMethod method,
GemfireTemplate template)
Creates a new
PartTreeGemfireRepositoryQuery using the given GemfireQueryMethod and
GemfireTemplate. |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object[] arguments) |
getQueryMethod, getQueryPostProcessor, registerpublic PartTreeGemfireRepositoryQuery(GemfireQueryMethod method, GemfireTemplate template)
PartTreeGemfireRepositoryQuery using the given GemfireQueryMethod and
GemfireTemplate.method - must not be null.template - must not be null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.