| Package | Description |
|---|---|
| org.springframework.data.gemfire.dao | |
| org.springframework.data.gemfire.repository.query | |
| org.springframework.data.gemfire.repository.support |
| Modifier and Type | Method and Description |
|---|---|
protected GemfireTemplate |
GemfireDaoSupport.createGemfireTemplate(org.apache.geode.cache.Region<?,?> region)
Creates an instance of the GemfireTemplate for the given GemFire Cache Region.
|
| Modifier and Type | Method and Description |
|---|---|
protected GemfireTemplate |
StringBasedGemfireRepositoryQuery.getTemplate()
Returns a reference to the
GemfireTemplate used to perform all data access and query operations. |
| Constructor and Description |
|---|
PartTreeGemfireRepositoryQuery(GemfireQueryMethod method,
GemfireTemplate template)
Creates a new
PartTreeGemfireRepositoryQuery using the given GemfireQueryMethod and
GemfireTemplate. |
StringBasedGemfireRepositoryQuery(GemfireQueryMethod queryMethod,
GemfireTemplate template)
Creates a new
StringBasedGemfireRepositoryQuery using the given GemfireQueryMethod and
GemfireTemplate. |
StringBasedGemfireRepositoryQuery(String query,
GemfireQueryMethod queryMethod,
GemfireTemplate template)
Creates a new
StringBasedGemfireRepositoryQuery using the given query String,
GemfireQueryMethod and GemfireTemplate. |
| Modifier and Type | Method and Description |
|---|---|
protected GemfireTemplate |
GemfireRepositoryFactory.newTemplate(RepositoryMetadata repositoryMetadata)
Constructs a new instance of
GemfireTemplate initialized with the identified Region
used to back all persistent, data access operations defined by the Repository. |
| Constructor and Description |
|---|
SimpleGemfireRepository(GemfireTemplate template,
EntityInformation<T,ID> entityInformation)
Creates a new
SimpleGemfireRepository. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.