Package | Description |
---|---|
org.springframework.data.gemfire |
Package providing integration of
GemFire
with Spring concepts.
|
org.springframework.data.gemfire.dao |
Modifier and Type | Class and Description |
---|---|
class |
GemfireTemplate
Helper class that simplifies GemFire data access code and converts
GemFireCheckedException and
GemFireException into Spring DataAccessException , following the org.springframework.dao
exception hierarchy. |
Modifier and Type | Method and Description |
---|---|
GemfireOperations |
GemfireDaoSupport.getGemfireTemplate()
Returns the GemfireTemplate for this DAO, pre-initialized with the Region or set explicitly.
|
Modifier and Type | Method and Description |
---|---|
void |
GemfireDaoSupport.setGemfireTemplate(GemfireOperations gemfireTemplate)
Set the GemfireTemplate for this DAO explicitly as an alternative to specifying a GemFire Cache
Region . |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.