Java org.springframework.data.repository.config RepositoryConfigurationExtension fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.repository.config RepositoryConfigurationExtension fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.repository.config RepositoryConfigurationExtension.

The text is from its open source code.

Method

StringgetModuleName()
Returns the descriptive name of the module.
Collection>getRepositoryConfigurations( T configSource, ResourceLoader loader, boolean strictMatchesOnly)
Returns all RepositoryConfiguration s obtained through the given RepositoryConfigurationSource .
voidpostProcess(BeanDefinitionBuilder builder, RepositoryConfigurationSource config)
Callback to post process the BeanDefinition and tweak the configuration if necessary.
voidpostProcess(BeanDefinitionBuilder builder, AnnotationRepositoryConfigurationSource config)
Callback to post process the BeanDefinition built from annotations and tweak the configuration if necessary.
voidpostProcess(BeanDefinitionBuilder builder, XmlRepositoryConfigurationSource config)
Callback to post process the BeanDefinition built from XML and tweak the configuration if necessary.
voidregisterBeansForRoot(BeanDefinitionRegistry registry, RepositoryConfigurationSource configurationSource)
Callback to register additional bean definitions for a repositories root node.