org.springframework.data.gemfire.repository.query
Class PartTreeGemfireRepositoryQuery
java.lang.Object
org.springframework.data.gemfire.repository.query.PartTreeGemfireRepositoryQuery
- All Implemented Interfaces:
- org.springframework.data.repository.query.RepositoryQuery
public class PartTreeGemfireRepositoryQuery
- extends Object
GemfireRepositoryQuery backed by a PartTree and thus, deriving an OQL query from the backing query
method's name.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartTreeGemfireRepositoryQuery
public PartTreeGemfireRepositoryQuery(GemfireQueryMethod method,
GemfireTemplate template)
- Creates a new
PartTreeGemfireRepositoryQuery using the given GemfireQueryMethod and
GemfireTemplate.
- Parameters:
method - must not be null.template - must not be null.
execute
public Object execute(Object[] parameters)
getQueryMethod
public org.springframework.data.repository.query.QueryMethod getQueryMethod()
- Specified by:
getQueryMethod in interface org.springframework.data.repository.query.RepositoryQuery