Uses of Class
org.springframework.data.gemfire.GemfireTemplate

Packages that use GemfireTemplate
org.springframework.data.gemfire.support Classes supporting the org.springframework.data.gemfire package. 
 

Uses of GemfireTemplate in org.springframework.data.gemfire.support
 

Methods in org.springframework.data.gemfire.support that return GemfireTemplate
protected  GemfireTemplate GemfireDaoSupport.createGemfireTemplate(Region<?,?> region)
          Creates a GemfireTemplate for the given Region.
 GemfireTemplate GemfireDaoSupport.getGemfireTemplate()
          Return the GemfireTemplate for this DAO, pre-initialized with the Region or set explicitly.
 

Methods in org.springframework.data.gemfire.support with parameters of type GemfireTemplate
 void GemfireDaoSupport.setGemfireTemplate(GemfireTemplate gemfireTemplate)
          Set the GemfireTemplate for this DAO explicitly, as an alternative to specifying a GemFire Region.
 



Copyright © 2010-2011 SpringSource, a division of VMware. All Rights Reserved.