public class PartTreeGemfireRepositoryQuery extends Object
GemfireRepositoryQuery backed by a PartTree and thus, deriving an OQL query from the backing query
method's name.| 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[] parameters) |
QueryMethod |
getQueryMethod() |
public PartTreeGemfireRepositoryQuery(GemfireQueryMethod method, GemfireTemplate template)
PartTreeGemfireRepositoryQuery using the given GemfireQueryMethod and
GemfireTemplate.method - must not be null.template - must not be null.public QueryMethod getQueryMethod()
getQueryMethod in interface RepositoryQueryCopyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.