Property | Type | Description | |
---|---|---|---|
log | ILog |
Method | Description | |
---|---|---|
AfterPropertiesSet ( ) : void |
Initialization callback called by Spring. Responsible for connecting to the distributed system and creating the cache.
|
|
Dispose ( ) : void |
Closes the cache and disconnects from the distributed system.
|
|
GetObject ( ) : object |
Returns the cache object
|
|
TranslateExceptionIfPossible ( |
Translate the given exception thrown by a persistence framework to a corresponding exception from Spring's generic DataAccessException hierarchy, if possible. Do not translate exceptions that are not understand by this translator: for example, if coming from another persistence framework, or resulting from user code and unrelated to persistence. Of particular importance is the correct translation to T:Spring.Dao.DataIntegrityViolationException for example on constraint violation. Implementations may use Spring ADO.NET Framework's sophisticated exception translation to provide further information in the event of SQLException as a root cause. |
Method | Description | |
---|---|---|
MergePropertes ( ) : GemStone.GemFire.Cache.Properties |
public TranslateExceptionIfPossible ( |
||
ex | The exception thrown. | |
return | Spring.Dao.DataAccessException |