|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.data.gemfire.support.GemfireDaoSupport
public class GemfireDaoSupport
Convenient super class for GemFire data access objects. Intended for GemfireTemplate usage.
Requires a Region to be set, providing a GemfireTemplate based on it to subclasses. Can alternatively be initialized directly via a GemfireTemplate, to reuse the latter's settings.
This class will create its own GemfireTemplate if an Region reference is passed in.
A custom GemfireTemplate instance can be used through overriding createGemfireTemplate.
| Field Summary |
|---|
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
GemfireDaoSupport()
|
|
| Method Summary | |
|---|---|
protected void |
checkDaoConfig()
|
protected GemfireTemplate |
createGemfireTemplate(com.gemstone.gemfire.cache.Region<?,?> region)
Creates a GemfireTemplate for the given Region. |
GemfireTemplate |
getGemfireTemplate()
Return the GemfireTemplate for this DAO, pre-initialized with the Region or set explicitly. |
void |
setGemfireTemplate(GemfireTemplate gemfireTemplate)
Set the GemfireTemplate for this DAO explicitly, as an alternative to specifying a GemFire Region. |
void |
setRegion(com.gemstone.gemfire.cache.Region<?,?> region)
Sets the GemFire Region to be used by this DAO. |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet, initDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GemfireDaoSupport()
| Method Detail |
|---|
public void setRegion(com.gemstone.gemfire.cache.Region<?,?> region)
region - protected GemfireTemplate createGemfireTemplate(com.gemstone.gemfire.cache.Region<?,?> region)
Can be overridden in subclasses to provide a GemfireTemplate instance with different configuration, or a custom GemfireTemplate subclass.
region - the GemFire Region to create a GemfireTemplate for
setRegion(com.gemstone.gemfire.cache.Region, ?>)public final void setGemfireTemplate(GemfireTemplate gemfireTemplate)
Region.
setRegion(com.gemstone.gemfire.cache.Region, ?>)public final GemfireTemplate getGemfireTemplate()
protected final void checkDaoConfig()
checkDaoConfig in class DaoSupport
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||