Interface RepositoryProxyPostProcessor
- All Known Implementing Classes:
EventPublishingRepositoryProxyPostProcessor
,PersistenceExceptionTranslationRepositoryProxyPostProcessor
public interface RepositoryProxyPostProcessor
Callback interface used during repository proxy creation. Allows manipulating the
ProxyFactory
creating the
repository.- Author:
- Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcess
(ProxyFactory factory, RepositoryInformation repositoryInformation) Manipulates theProxyFactory
, e.g. add further interceptors to it.
-
Method Details
-
postProcess
Manipulates theProxyFactory
, e.g. add further interceptors to it.- Parameters:
factory
- will never be null.repositoryInformation
- will never be null.
-