org.springframework.data.repository.core.support
Interface RepositoryProxyPostProcessor
public interface RepositoryProxyPostProcessor
Callback interface used during repository proxy creation. Allows manipulating the ProxyFactory creating the
repository.
- Author:
- Oliver Gierke
|
Method Summary |
void |
postProcess(org.springframework.aop.framework.ProxyFactory factory)
Manipulates the ProxyFactory, e.g. |
postProcess
void postProcess(org.springframework.aop.framework.ProxyFactory factory)
- Manipulates the
ProxyFactory, e.g. add further interceptors to it.
- Parameters:
factory -
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.