Package | Description |
---|---|
org.springframework.data.gemfire | |
org.springframework.data.gemfire.dao |
Modifier and Type | Class and Description |
---|---|
class |
GemfireTemplate
Helper class that simplifies Pivotal 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 Pivotal GemFire Cache
Region . |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.