Uses of Class
org.springframework.data.gemfire.GemfireTemplate
Packages that use GemfireTemplate
Package
Description
-
Uses of GemfireTemplate in org.springframework.data.gemfire.dao
Methods in org.springframework.data.gemfire.dao that return GemfireTemplateModifier and TypeMethodDescriptionprotected GemfireTemplateGemfireDaoSupport.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
Methods in org.springframework.data.gemfire.repository.query that return GemfireTemplateModifier and TypeMethodDescriptionprotected GemfireTemplatePartTreeGemfireRepositoryQuery.getTemplate()Returns a reference to theGemfireTemplateused to perform all data access and query operations.protected GemfireTemplateStringBasedGemfireRepositoryQuery.getTemplate()Returns a reference to theGemfireTemplateused to perform all data access and query operations.Constructors in org.springframework.data.gemfire.repository.query with parameters of type GemfireTemplateModifierConstructorDescriptionPartTreeGemfireRepositoryQuery(GemfireQueryMethod queryMethod, GemfireTemplate template) Constructs a new instance ofPartTreeGemfireRepositoryQueryinitialized with the givenGemfireQueryMethodandGemfireTemplate.StringBasedGemfireRepositoryQuery(String query, GemfireQueryMethod queryMethod, GemfireTemplate template) Constructs a new instance ofStringBasedGemfireRepositoryQueryinitialized with the givenquery,GemfireQueryMethodandGemfireTemplate. -
Uses of GemfireTemplate in org.springframework.data.gemfire.repository.query.support
Methods in org.springframework.data.gemfire.repository.query.support that return GemfireTemplateModifier and TypeMethodDescriptionprotected GemfireTemplateTemplateBasedOqlQueryExecutor.getTemplate()Gets the configuredGemfireTemplateused to execute Apache GeodeOQL queries.Constructors in org.springframework.data.gemfire.repository.query.support with parameters of type GemfireTemplateModifierConstructorDescriptionTemplateBasedOqlQueryExecutor(GemfireTemplate template) Constructs a new instance ofTemplateBasedOqlQueryExecutorinitialized with the given, requiredGemfireTemplateused to execute Apache GeodeOQL queries. -
Uses of GemfireTemplate in org.springframework.data.gemfire.repository.support
Methods in org.springframework.data.gemfire.repository.support that return GemfireTemplateModifier and TypeMethodDescriptionSimpleGemfireRepository.getTemplate()Returns a reference to theGemfireTemplateused by thisGemfireRepositoryto perform basic CRUD and simple OQL queries data access operationsprotected GemfireTemplateGemfireRepositoryFactory.newTemplate(RepositoryMetadata repositoryMetadata) Constructs a new instance ofGemfireTemplateinitialized with the identifiedRegionused to back all persistent, data access operations defined by theRepository.Constructors in org.springframework.data.gemfire.repository.support with parameters of type GemfireTemplateModifierConstructorDescriptionSimpleGemfireRepository(GemfireTemplate template, EntityInformation<T, ID> entityInformation) Constructs a new instance ofSimpleGemfireRepositoryinitialized with theGemfireTemplateandEntityInformation.