This class implements the {@link org.springframework.dao.support.PersistenceExceptionTranslator}interface, as auto-detected by Spring's {@link org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor}, for AOP-based translation of native Exceptions to Spring DataAccessExceptions. Hence, the presence of this class automatically enables a PersistenceExceptionTranslationPostProcessor to translate GemFire Exceptions appropriately. @author Costin Leau @author David Turanski @author John Blum @see org.springframework.beans.factory.BeanClassLoaderAware @see org.springframework.beans.factory.BeanFactoryAware @see org.springframework.beans.factory.BeanNameAware @see org.springframework.beans.factory.FactoryBean @see org.springframework.beans.factory.InitializingBean @see org.springframework.beans.factory.DisposableBean @see org.springframework.dao.support.PersistenceExceptionTranslator
|
|