| Package | Description |
|---|---|
| org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventPublishingRepositoryProxyPostProcessor
RepositoryProxyPostProcessor to register a MethodInterceptor to intercept the
CrudRepository.save(Object) method and publish events potentially exposed via a method annotated with
DomainEvents. |
class |
PersistenceExceptionTranslationRepositoryProxyPostProcessor
RepositoryProxyPostProcessor to register a PersistenceExceptionTranslationInterceptor on the
repository proxy. |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryFactorySupport.addRepositoryProxyPostProcessor(RepositoryProxyPostProcessor processor)
Adds
RepositoryProxyPostProcessors to the factory to allow manipulation of the ProxyFactory before
the proxy gets created. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.