Class GemfireRepositoryQuery

java.lang.Object
org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery
All Implemented Interfaces:
RepositoryQuery
Direct Known Subclasses:
PartTreeGemfireRepositoryQuery, StringBasedGemfireRepositoryQuery

public abstract class GemfireRepositoryQuery extends Object implements RepositoryQuery
Abstract base class for Apache Geode specific RepositoryQuery implementations.
Author:
Oliver Gierke, David Turanski, John Blum
See Also: