Interface | Description |
---|---|
GemfireEntityInformation<T,ID> |
EntityInformation capturing GemFire specific information. |
Class | Description |
---|---|
DefaultGemfireEntityInformation<T,ID> |
Implementation of
GemfireEntityInformation and Spring Data's PersistentEntityInformation
that returns the Region name associated with the 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 |
QueryString is a utility class used to construct GemFire OQL query statement syntax. |
StringBasedGemfireRepositoryQuery |
GemfireRepositoryQuery using plain String based OQL queries. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.