public class AcrossRepositoryConfigurationDelegate extends Object
| Constructor and Description |
|---|
AcrossRepositoryConfigurationDelegate(org.springframework.data.repository.config.RepositoryConfigurationSource configurationSource,
org.springframework.core.io.ResourceLoader resourceLoader,
org.springframework.core.env.Environment environment)
Creates a new
RepositoryConfigurationDelegate for the given RepositoryConfigurationSource and
ResourceLoader and Environment. |
| Modifier and Type | Method and Description |
|---|---|
List<org.springframework.beans.factory.parsing.BeanComponentDefinition> |
registerRepositoriesIn(org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
org.springframework.data.repository.config.RepositoryConfigurationExtension extension)
Registers the found repositories in the given
BeanDefinitionRegistry. |
public AcrossRepositoryConfigurationDelegate(org.springframework.data.repository.config.RepositoryConfigurationSource configurationSource,
org.springframework.core.io.ResourceLoader resourceLoader,
org.springframework.core.env.Environment environment)
RepositoryConfigurationDelegate for the given RepositoryConfigurationSource and
ResourceLoader and Environment.configurationSource - must not be null.resourceLoader - must not be null.environment - must not be null.public List<org.springframework.beans.factory.parsing.BeanComponentDefinition> registerRepositoriesIn(org.springframework.beans.factory.support.BeanDefinitionRegistry registry, org.springframework.data.repository.config.RepositoryConfigurationExtension extension)
BeanDefinitionRegistry.registry - extension - BeanComponentDefinitions for all repository bean definitions found.Copyright © 2020. All rights reserved.