Uses of Interface
org.springframework.data.repository.config.RepositoryConfiguration
Packages that use RepositoryConfiguration
Package
Description
Support classes for repository namespace and JavaConfig integration.
-
Uses of RepositoryConfiguration in org.springframework.data.repository.config
Classes in org.springframework.data.repository.config that implement RepositoryConfigurationMethods in org.springframework.data.repository.config that return RepositoryConfigurationModifier and TypeMethodDescriptionprotected <T extends RepositoryConfigurationSource>
RepositoryConfiguration<T>RepositoryConfigurationExtensionSupport.getRepositoryConfiguration(BeanDefinition definition, T configSource) Creates a actualRepositoryConfigurationinstance for the givenRepositoryConfigurationSourceand interface name.protected RepositoryConfiguration<?>RepositoryRegistrationAotProcessor.getRepositoryMetadata(RegisteredBean bean) Methods in org.springframework.data.repository.config that return types with arguments of type RepositoryConfigurationModifier and TypeMethodDescriptionRepositoryRegistrationAotProcessor.getConfigMap()<T extends RepositoryConfigurationSource>
Collection<RepositoryConfiguration<T>>RepositoryConfigurationExtension.getRepositoryConfigurations(T configSource, ResourceLoader loader, boolean strictMatchesOnly) Returns allRepositoryConfigurations obtained through the givenRepositoryConfigurationSource.<T extends RepositoryConfigurationSource>
Collection<RepositoryConfiguration<T>>RepositoryConfigurationExtensionSupport.getRepositoryConfigurations(T configSource, ResourceLoader loader) <T extends RepositoryConfigurationSource>
Collection<RepositoryConfiguration<T>>RepositoryConfigurationExtensionSupport.getRepositoryConfigurations(T configSource, ResourceLoader loader, boolean strictMatchesOnly) Methods in org.springframework.data.repository.config with parameters of type RepositoryConfigurationModifier and TypeMethodDescriptionRepositoryRegistrationAotContribution.buildAotRepositoryContext(RegisteredBean bean, RepositoryConfiguration<?> repositoryMetadata) protected voidRepositoryRegistrationAotContribution.enhanceRepositoryBeanDefinition(RegisteredBean repositoryBean, RepositoryConfiguration<?> repositoryMetadata, AotRepositoryContext repositoryContext) Helps the AOT processing render theFactoryBeantype correctly that is used to tell the outcome of theFactoryBean.ImplementationDetectionConfiguration.forRepositoryConfiguration(RepositoryConfiguration<?> config) Returns the final lookup configuration for the givenRepositoryConfiguration.Method parameters in org.springframework.data.repository.config with type arguments of type RepositoryConfigurationModifier and TypeMethodDescriptionvoidRepositoryRegistrationAotProcessor.setConfigMap(Map<String, RepositoryConfiguration<?>> configMap)