Spring Data Commons

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(ProxyFactory factory)
          Manipulates the ProxyFactory, e.g. add further interceptors to it.
 

Method Detail

postProcess

void postProcess(ProxyFactory factory)
Manipulates the ProxyFactory, e.g. add further interceptors to it.

Parameters:
factory -

Spring Data Commons

Copyright © 2012. All Rights Reserved.