org.springframework.data.gemfire.repository.query
Class PartTreeGemfireRepositoryQuery

java.lang.Object
  extended by 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.


Constructor Summary
PartTreeGemfireRepositoryQuery(GemfireQueryMethod method, GemfireTemplate template)
          Creates a new PartTreeGemfireRepositoryQuery using the given GemfireQueryMethod and GemfireTemplate.
 
Method Summary
 Object execute(Object[] parameters)
           
 org.springframework.data.repository.query.QueryMethod getQueryMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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