C# 클래스 Spring.Data.GemFire.GemFireCacheUtils

Helper class featuring methods for GemFire Cache or Region handling.
파일 보기 프로젝트 열기: spring-projects/spring-gemfire-net 1 사용 예제들

공개 메소드들

메소드 설명
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