| Package | Description |
|---|---|
| org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
| org.springframework.data.repository.support |
Support classes for integration of the repository programming model with 3rd party frameworks.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryInformation |
RepositoryFactoryInformation.getRepositoryInformation()
Returns the
RepositoryInformation to determine meta-information about the repository being used. |
RepositoryInformation |
RepositoryFactoryBeanSupport.getRepositoryInformation() |
protected RepositoryInformation |
RepositoryFactorySupport.getRepositoryInformation(RepositoryMetadata metadata,
Class<?> customImplementationClass)
Returns the
RepositoryInformation for the given repository interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryProxyPostProcessor.postProcess(ProxyFactory factory,
RepositoryInformation repositoryInformation)
Manipulates the
ProxyFactory, e.g. add further interceptors to it. |
void |
PersistenceExceptionTranslationRepositoryProxyPostProcessor.postProcess(ProxyFactory factory,
RepositoryInformation repositoryInformation) |
| Constructor and Description |
|---|
QueryExecutorMethodInterceptor(RepositoryInformation repositoryInformation,
Object customImplementation,
Object target)
Creates a new
RepositoryFactorySupport.QueryExecutorMethodInterceptor. |
| Modifier and Type | Method and Description |
|---|---|
RepositoryInformation |
Repositories.getRepositoryInformationFor(Class<?> domainClass)
Returns the
RepositoryInformation for the given domain class. |
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.