public abstract class AbstractRepositoryConfigurationSourceSupport extends ObjectSE implements BeanFactoryAware, ImportBeanDefinitionRegistrar, ResourceLoaderAware, EnvironmentAware
ImportBeanDefinitionRegistrar。| コンストラクターと説明 |
|---|
AbstractRepositoryConfigurationSourceSupport() |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected abstract ClassSE<? extends AnnotationSE> | getAnnotation() 特定のリポジトリサポートを有効にするために使用される Spring Data アノテーション。 |
protected org.springframework.data.util.Streamable<StringSE> | getBasePackages() |
protected org.springframework.data.repository.config.BootstrapMode | getBootstrapMode() 特定のリポジトリサポート用の BootstrapMode。 |
protected abstract ClassSE<?> | getConfiguration()Spring Boot がテンプレートとして使用する構成クラス。 |
protected abstract org.springframework.data.repository.config.RepositoryConfigurationExtension | getRepositoryConfigurationExtension() 特定のリポジトリサポート用の RepositoryConfigurationExtension。 |
void | registerBeanDefinitions(AnnotationMetadata importingClassMetadata, BeanDefinitionRegistry registry) |
void | setBeanFactory(BeanFactory beanFactory) |
void | setEnvironment(Environment environment) |
void | setResourceLoader(ResourceLoader resourceLoader) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic AbstractRepositoryConfigurationSourceSupport()
public void registerBeanDefinitions(AnnotationMetadata importingClassMetadata, BeanDefinitionRegistry registry)
ImportBeanDefinitionRegistrar 内の registerBeanDefinitions protected org.springframework.data.util.Streamable<StringSE> getBasePackages()
protected abstract ClassSE<? extends AnnotationSE> getAnnotation()
protected abstract ClassSE<?> getConfiguration()
protected abstract org.springframework.data.repository.config.RepositoryConfigurationExtension getRepositoryConfigurationExtension()
RepositoryConfigurationExtension。protected org.springframework.data.repository.config.BootstrapMode getBootstrapMode()
BootstrapMode。デフォルトは BootstrapMode.DEFAULT です。public void setResourceLoader(ResourceLoader resourceLoader)
ResourceLoaderAware 内の setResourceLoader public void setBeanFactory(BeanFactory beanFactory) throws BeansException
BeanFactoryAware 内の setBeanFactory BeansExceptionpublic void setEnvironment(Environment environment)
EnvironmentAware 内の setEnvironment Copyright © 2019 Pivotal Software, Inc.. All rights reserved.