| 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
The
GemfireTemplate class simplifies Apache Geode data access operations, converting Apache Geode
GemFireCheckedExceptions and GemFireExceptions into
Spring DataAccessExceptions, 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–2023 Pivotal Software, Inc.. All rights reserved.