Spring Data Commmons

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

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

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

Methods in org.springframework.data.repository.support that return types with arguments of type RepositoryProxyPostProcessor
 List<RepositoryProxyPostProcessor> TransactionalRepositoryFactoryBeanSupport.getRepositoryPostProcessors()
           
protected  List<RepositoryProxyPostProcessor> RepositoryFactoryBeanSupport.getRepositoryPostProcessors()
          Returns all RepositoryProxyPostProcessor to be added to the repository factory to be created.
 

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


Spring Data Commmons

Copyright © 2011. All Rights Reserved.