Uses of Class
org.springframework.data.gemfire.GemfireTemplate
Package
Description
-
Uses of GemfireTemplate in org.springframework.data.gemfire.dao
Modifier and TypeMethodDescriptionprotected GemfireTemplate
GemfireDaoSupport.createGemfireTemplate
(Region<?, ?> region) Creates an instance of the GemfireTemplate for the given GemFire Cache Region. -
Uses of GemfireTemplate in org.springframework.data.gemfire.repository.query
Modifier and TypeMethodDescriptionprotected GemfireTemplate
PartTreeGemfireRepositoryQuery.getTemplate()
Returns a reference to theGemfireTemplate
used to perform all data access and query operations.protected GemfireTemplate
StringBasedGemfireRepositoryQuery.getTemplate()
Returns a reference to theGemfireTemplate
used to perform all data access and query operations.ModifierConstructorDescriptionPartTreeGemfireRepositoryQuery
(GemfireQueryMethod queryMethod, GemfireTemplate template) Constructs a new instance ofPartTreeGemfireRepositoryQuery
initialized with the givenGemfireQueryMethod
andGemfireTemplate
.StringBasedGemfireRepositoryQuery
(String query, GemfireQueryMethod queryMethod, GemfireTemplate template) Constructs a new instance ofStringBasedGemfireRepositoryQuery
initialized with the givenquery
,GemfireQueryMethod
andGemfireTemplate
. -
Uses of GemfireTemplate in org.springframework.data.gemfire.repository.query.support
Modifier and TypeMethodDescriptionprotected GemfireTemplate
TemplateBasedOqlQueryExecutor.getTemplate()
Gets the configuredGemfireTemplate
used to execute Apache GeodeOQL queries
.ModifierConstructorDescriptionTemplateBasedOqlQueryExecutor
(GemfireTemplate template) Constructs a new instance ofTemplateBasedOqlQueryExecutor
initialized with the given, requiredGemfireTemplate
used to execute Apache GeodeOQL queries
. -
Uses of GemfireTemplate in org.springframework.data.gemfire.repository.support
Modifier and TypeMethodDescriptionSimpleGemfireRepository.getTemplate()
Returns a reference to theGemfireTemplate
used by thisGemfireRepository
to perform basic CRUD and simple OQL queries data access operationsprotected GemfireTemplate
GemfireRepositoryFactory.newTemplate
(RepositoryMetadata repositoryMetadata) Constructs a new instance ofGemfireTemplate
initialized with the identifiedRegion
used to back all persistent, data access operations defined by theRepository
.ModifierConstructorDescriptionSimpleGemfireRepository
(GemfireTemplate template, EntityInformation<T, ID> entityInformation) Constructs a new instance ofSimpleGemfireRepository
initialized with theGemfireTemplate
andEntityInformation
.