Uses of Interface
org.springframework.data.repository.core.support.RepositoryProxyPostProcessor
Packages that use RepositoryProxyPostProcessor
Package
Description
Base classes to implement CDI support for repositories.
Base classes to implement repositories for various data stores.
-
Uses of RepositoryProxyPostProcessor in org.springframework.data.repository.cdi
Methods in org.springframework.data.repository.cdi that return types with arguments of type RepositoryProxyPostProcessorModifier and TypeMethodDescriptiondefault List<RepositoryProxyPostProcessor>CdiRepositoryConfiguration.getRepositoryProxyPostProcessors()Returns the list ofRepositoryProxyPostProcessorto be used during repository proxy creation. -
Uses of RepositoryProxyPostProcessor in org.springframework.data.repository.core.support
Classes in org.springframework.data.repository.core.support that implement RepositoryProxyPostProcessorModifier and TypeClassDescriptionclassRepositoryProxyPostProcessorto register aMethodInterceptorto interceptCrudRepository.save(Object)andCrudRepository.delete(Object)methods and publish events potentially exposed via a method annotated withDomainEvents.classRepositoryProxyPostProcessorto register aPersistenceExceptionTranslationInterceptoron the repository proxy.Methods in org.springframework.data.repository.core.support with parameters of type RepositoryProxyPostProcessorModifier and TypeMethodDescriptionvoidRepositoryFactorySupport.addRepositoryProxyPostProcessor(RepositoryProxyPostProcessor processor) AddsRepositoryProxyPostProcessors to the factory to allow manipulation of theProxyFactorybefore the proxy gets created.