Interface | Description |
---|---|
GemfireEntityInformation<T,ID extends Serializable> |
EntityInformation to capture Gemfire specific information. |
Class | Description |
---|---|
DefaultGemfireEntityInformation<T,ID extends Serializable> |
Implementation of
GemfireEntityInformation to return the region name stored in the backing
PersistentEntity . |
GemfireQueryMethod |
GemFire specific
QueryMethod . |
PartTreeGemfireRepositoryQuery |
GemfireRepositoryQuery backed by a PartTree and thus, deriving an OQL query from the backing query
method's name. |
QueryString |
Value object to work with OQL query strings.
|
StringBasedGemfireRepositoryQuery |
GemfireRepositoryQuery using plain String based OQL queries. |