Package org.springframework.data.gemfire.repository.query
package org.springframework.data.gemfire.repository.query
-
ClassDescriptionAn abstract base class implementation of Apache Geode's
SelectResults
interface and JavaCollection
interface, which delegates to, and is backed by a given, requiredSelectResults
instance.Implementation ofGemfireEntityInformation
and Spring Data'sPersistentEntityInformation
that returns the Region name associated with thePersistentEntity
.GemfireEntityInformation<T,ID> EntityInformation
capturing GemFire specific information.QueryMethod
implementation for Apache Geode.Abstract base class for Apache Geode specificRepositoryQuery
implementations.QueryString
implementation handling paging functionality and behavior.An Apache GeodeSelectResults
implementation with support for Paging.GemfireRepositoryQuery
backed by aPartTree
, deriving an OQL query from the backingQueryMethod's
name/signature.QueryPostProcessor<T extends org.springframework.data.repository.Repository,QUERY> TheQueryPostProcessor
interface defines a contract for implementations to post process a givenquery
and possibly return a new or modified version of the samequery
.QueryString
is a base class used to construct and model syntactically valid Apache Geode OQL query statements.GemfireRepositoryQuery
using plainString
based OQL queries.