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
postProcess
void postProcess(ProxyFactory factory,
RepositoryInformation repositoryInformation)
- Manipulates the
ProxyFactory, e.g. add further interceptors to it.
- Parameters:
factory - will never be null.repositoryInformation - will never be null.
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.