Uses of Interface
org.springframework.data.gemfire.GemfireOperations
Packages that use GemfireOperations
-
Uses of GemfireOperations in org.springframework.data.gemfire
Classes in org.springframework.data.gemfire that implement GemfireOperationsModifier and TypeClassDescriptionclass
TheGemfireTemplate
class simplifies Apache Geode data access operations, converting Apache GeodeGemFireCheckedExceptions
andGemFireExceptions
into SpringDataAccessExceptions
, following theorg.springframework.dao
Exception
hierarchy. -
Uses of GemfireOperations in org.springframework.data.gemfire.dao
Methods in org.springframework.data.gemfire.dao that return GemfireOperationsModifier and TypeMethodDescriptionfinal GemfireOperations
GemfireDaoSupport.getGemfireTemplate()
Returns the GemfireTemplate for this DAO, pre-initialized with the Region or set explicitly.Methods in org.springframework.data.gemfire.dao with parameters of type GemfireOperationsModifier and TypeMethodDescriptionfinal void
GemfireDaoSupport.setGemfireTemplate
(GemfireOperations gemfireTemplate) Set the GemfireTemplate for this DAO explicitly as an alternative to specifying a GemFire CacheRegion
.