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 Pivotal 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 |
---|---|
GemfireTemplate |
SimpleGemfireRepository.getTemplate()
Returns a reference to the
GemfireTemplate used by this GemfireRepository to perform basic
CRUD data access operations and simple OQL queries. |
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)
Constructs a new instance of
SimpleGemfireRepository initialized with the GemfireTemplate
and EntityInformation . |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.