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.
|
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 . |
Constructor and Description |
---|
SimpleGemfireRepository(GemfireTemplate template,
EntityInformation<T,ID> entityInformation)
Creates a new
SimpleGemfireRepository . |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.