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 TypeClassDescriptionclassTheGemfireTemplateclass simplifies Apache Geode data access operations, converting Apache GeodeGemFireCheckedExceptionsandGemFireExceptionsinto SpringDataAccessExceptions, following theorg.springframework.daoExceptionhierarchy. -
Uses of GemfireOperations in org.springframework.data.gemfire.dao
Methods in org.springframework.data.gemfire.dao that return GemfireOperationsModifier and TypeMethodDescriptionfinal GemfireOperationsGemfireDaoSupport.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 voidGemfireDaoSupport.setGemfireTemplate(GemfireOperations gemfireTemplate) Set the GemfireTemplate for this DAO explicitly as an alternative to specifying a GemFire CacheRegion.