C# Класс Spring.Data.GemFire.GemFireCacheUtils

Helper class featuring methods for GemFire Cache or Region handling.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ConvertGemFireAccessException ( GemFireException ex ) : Spring.Dao.DataAccessException

Converts the GemFireException into an appropriate one from the Spring.Data.Dao hierarchy.

Описание методов

ConvertGemFireAccessException() публичный статический Метод

Converts the GemFireException into an appropriate one from the Spring.Data.Dao hierarchy.
public static ConvertGemFireAccessException ( GemFireException ex ) : Spring.Dao.DataAccessException
ex GemFireException The GemFire exception.
Результат Spring.Dao.DataAccessException