Class PartTreeGemfireRepositoryQuery

java.lang.Object
org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery
org.springframework.data.gemfire.repository.query.PartTreeGemfireRepositoryQuery
All Implemented Interfaces:
RepositoryQuery

public class PartTreeGemfireRepositoryQuery extends GemfireRepositoryQuery
GemfireRepositoryQuery backed by a PartTree, deriving an OQL query from the backing QueryMethod's name/signature.
Author:
Oliver Gierke, John Blum
See Also: