Spring Data Core

Uses of Interface
org.springframework.data.repository.core.support.RepositoryProxyPostProcessor

Packages that use RepositoryProxyPostProcessor
org.springframework.data.repository.core.support Base classes to implement repositories for various data stores. 
 

Uses of RepositoryProxyPostProcessor in org.springframework.data.repository.core.support
 

Classes in org.springframework.data.repository.core.support that implement RepositoryProxyPostProcessor
 class PersistenceExceptionTranslationRepositoryProxyPostProcessor
          RepositoryProxyPostProcessor to register a PersistenceExceptionTranslationInterceptor on the repository proxy.
 

Methods in org.springframework.data.repository.core.support with parameters of type RepositoryProxyPostProcessor
 void RepositoryFactorySupport.addRepositoryProxyPostProcessor(RepositoryProxyPostProcessor processor)
          Adds RepositoryProxyPostProcessors to the factory to allow manipulation of the ProxyFactory before the proxy gets created.
 


Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.