| Interface | Description |
|---|---|
| GemfireEntityInformation<T,ID> |
EntityInformation capturing Pivotal GemFire specific information. |
| QueryPostProcessor<T extends Repository,QUERY> |
The
QueryPostProcessor interface defines a contract for implementations to post process
a given query and possibly return a new or modified version of the same query. |
| Class | Description |
|---|---|
| DefaultGemfireEntityInformation<T,ID> |
Implementation of
GemfireEntityInformation and Spring Data's PersistentEntityInformation
that returns the Region name associated with the PersistentEntity. |
| GemfireQueryMethod |
Pivotal GemFire specific
QueryMethod. |
| GemfireRepositoryQuery |
Base class for Pivotal GemFire specific
RepositoryQuery implementations. |
| PartTreeGemfireRepositoryQuery |
GemfireRepositoryQuery backed by a PartTree, deriving an OQL query
from the backing query method's name/signature. |
| QueryString |
QueryString is a utility class used to construct Pivotal GemFire OQL query statements. |
| StringBasedGemfireRepositoryQuery |
GemfireRepositoryQuery using plain String based OQL queries. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.