Class GemfireRepositoryQuery

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

public abstract class GemfireRepositoryQuery extends Object implements org.springframework.data.repository.query.RepositoryQuery
Abstract base class for Apache Geode specific RepositoryQuery implementations.
See Also: