Example usage for org.springframework.data.repository.core.support RepositoryProxyPostProcessor interface-usage

List of usage examples for org.springframework.data.repository.core.support RepositoryProxyPostProcessor interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.repository.core.support RepositoryProxyPostProcessor interface-usage.

Usage

From source file org.springframework.data.repository.core.support.TransactionalRepositoryProxyPostProcessor.java

/**
 * {@link RepositoryProxyPostProcessor} to add transactional behaviour to repository proxies. Adds a
 * {@link PersistenceExceptionTranslationInterceptor} as well as an annotation based {@link TransactionInterceptor} to
 * the proxy.
 * 
 * @author Oliver Gierke

From source file org.domi.config.security.prepost.TransactionalRepositoryProxyPostProcessor.java

/**
 * {@link RepositoryProxyPostProcessor} to add transactional behaviour to
 * repository proxies. Adds a {@link PersistenceExceptionTranslationInterceptor}
 * as well as an annotation based {@link TransactionInterceptor} to the proxy.
 *
 * @author Oliver Gierke

From source file com.sinosoft.one.data.jpa.repository.support.OneTransactionalRepositoryProxyPostProcessor.java

/**
 * {@link org.springframework.data.repository.core.support.RepositoryProxyPostProcessor} to add transactional behaviour to repository proxies. Adds a
 * {@link org.springframework.dao.support.PersistenceExceptionTranslationInterceptor} as well as an annotation based {@link org.springframework.transaction.interceptor.TransactionInterceptor} to
 * the proxy.
 *
 * @author Oliver Gierke