Spring Data Core

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

All Known Implementing Classes:
PersistenceExceptionTranslationRepositoryProxyPostProcessor

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 Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.