Spring Data Commons

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
 

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 Commons

Copyright © 2012. All Rights Reserved.