Class PersistenceExceptionTranslationRepositoryProxyPostProcessor

java.lang.Object
org.springframework.data.repository.core.support.PersistenceExceptionTranslationRepositoryProxyPostProcessor
All Implemented Interfaces:
RepositoryProxyPostProcessor

public class PersistenceExceptionTranslationRepositoryProxyPostProcessor extends Object implements RepositoryProxyPostProcessor
RepositoryProxyPostProcessor to register a PersistenceExceptionTranslationInterceptor on the repository proxy.
Author:
Oliver Gierke, Johannes Englmeier
  • Constructor Details

    • PersistenceExceptionTranslationRepositoryProxyPostProcessor

      public PersistenceExceptionTranslationRepositoryProxyPostProcessor(org.springframework.beans.factory.ListableBeanFactory beanFactory)
      Creates a new PersistenceExceptionTranslationRepositoryProxyPostProcessor using the given ListableBeanFactory.
      Parameters:
      beanFactory - must not be null.
  • Method Details