| 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 |
PartTreeGemfireRepositoryQuery.getTemplate()
Returns a reference to the
GemfireTemplate used to perform all data access and query operations. |
protected GemfireTemplate |
StringBasedGemfireRepositoryQuery.getTemplate()
Returns a reference to the
GemfireTemplate used to perform all data access and query operations. |
| Constructor and Description |
|---|
PartTreeGemfireRepositoryQuery(GemfireQueryMethod queryMethod,
GemfireTemplate template)
Constructs a new instance of
PartTreeGemfireRepositoryQuery initialized with
the given GemfireQueryMethod and GemfireTemplate. |
StringBasedGemfireRepositoryQuery(String query,
GemfireQueryMethod queryMethod,
GemfireTemplate template)
Constructs a new instance of
StringBasedGemfireRepositoryQuery initialized with
the given query, GemfireQueryMethod and GemfireTemplate. |
| Modifier and Type | Method and Description |
|---|---|
protected GemfireTemplate |
TemplateBasedOqlQueryExecutor.getTemplate()
Gets the configured
GemfireTemplate used to execute Apache Geode OQL queries. |
| Constructor and Description |
|---|
TemplateBasedOqlQueryExecutor(GemfireTemplate template)
Constructs a new instance of
TemplateBasedOqlQueryExecutor initialized with the given,
required GemfireTemplate used to execute Apache Geode OQL queries. |
| Modifier and Type | Method and Description |
|---|---|
GemfireTemplate |
SimpleGemfireRepository.getTemplate()
Returns a reference to the
GemfireTemplate used by this GemfireRepository to perform basic
CRUD and simple OQL queries data access operations |
protected GemfireTemplate |
GemfireRepositoryFactory.newTemplate(org.springframework.data.repository.core.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,
org.springframework.data.repository.core.EntityInformation<T,ID> entityInformation)
Constructs a new instance of
SimpleGemfireRepository initialized with the GemfireTemplate
and EntityInformation. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.