Package org.springframework.data.gemfire.repository.query

Interface Summary
GemfireEntityInformation<T,ID extends Serializable> EntityInformation to capture Gemfire specific information.
 

Class Summary
DefaultGemfireEntityInformation<T,ID extends Serializable> Implementation of GemfireEntityInformation using reflection to lookup region names.
GemfireQueryMethod Gemfire specific QueryMethod.
PartTreeGemfireRepositoryQuery GemfireRepositoryQuery backed by a PartTree and thus, deriving an OQL query from the backing query method's name.
StringBasedGemfireRepositoryQuery GemfireRepositoryQuery using plain String based OQL queries.