Uses of Interface
org.springframework.data.gemfire.GemfireOperations
-
Uses of GemfireOperations in org.springframework.data.gemfire
Modifier 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
Modifier and TypeMethodDescriptionfinal GemfireOperations
GemfireDaoSupport.getGemfireTemplate()
Returns the GemfireTemplate for this DAO, pre-initialized with the Region or set explicitly.Modifier and TypeMethodDescriptionfinal void
GemfireDaoSupport.setGemfireTemplate
(GemfireOperations gemfireTemplate) Set the GemfireTemplate for this DAO explicitly as an alternative to specifying a GemFire CacheRegion
.