|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepositoryInformation | |
|---|---|
| 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. |
| Uses of RepositoryInformation in org.springframework.data.repository.core.support |
|---|
| Methods in org.springframework.data.repository.core.support that return RepositoryInformation | |
|---|---|
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. |
| Methods in org.springframework.data.repository.core.support with parameters of type RepositoryInformation | |
|---|---|
void |
RepositoryProxyPostProcessor.postProcess(ProxyFactory factory,
RepositoryInformation repositoryInformation)
Manipulates the ProxyFactory, e.g. add further interceptors to it. |
void |
PersistenceExceptionTranslationRepositoryProxyPostProcessor.postProcess(ProxyFactory factory,
RepositoryInformation repositoryInformation)
|
| Constructors in org.springframework.data.repository.core.support with parameters of type RepositoryInformation | |
|---|---|
RepositoryFactorySupport.QueryExecutorMethodInterceptor(RepositoryInformation repositoryInformation,
Object customImplementation,
Object target)
Creates a new RepositoryFactorySupport.QueryExecutorMethodInterceptor. |
|
| Uses of RepositoryInformation in org.springframework.data.repository.support |
|---|
| Methods in org.springframework.data.repository.support that return RepositoryInformation | |
|---|---|
RepositoryInformation |
Repositories.getRepositoryInformationFor(Class<?> domainClass)
Returns the RepositoryInformation for the given domain class. |
|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||