| Package | Description |
|---|---|
| org.springframework.data.repository.config |
Support classes for repository namespace and JavaConfig integration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryConfigurationExtensionSupport
Base implementation of
RepositoryConfigurationExtension to ease the implementation of the interface. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RepositoryConfigurationExtension |
RepositoryBeanDefinitionRegistrarSupport.getExtension()
Returns the
RepositoryConfigurationExtension for store specific callbacks and BeanDefinition
post-processing. |
| Modifier and Type | Method and Description |
|---|---|
List<org.springframework.beans.factory.parsing.BeanComponentDefinition> |
RepositoryConfigurationDelegate.registerRepositoriesIn(org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
RepositoryConfigurationExtension extension)
Registers the found repositories in the given
BeanDefinitionRegistry. |
| Constructor and Description |
|---|
RepositoryBeanDefinitionParser(RepositoryConfigurationExtension extension)
Creates a new
RepositoryBeanDefinitionParser using the given RepositoryConfigurationExtension. |
Copyright © 2018. All rights reserved.