public class LazyResolvingComposableIndexConfigurer extends AbstractLazyResolvingComposableConfigurer<IndexFactoryBean,IndexConfigurer> implements IndexConfigurer
IndexConfigurer の構成。IndexFactoryBean, IndexConfigurer, AbstractLazyResolvingComposableConfigurer, LuceneIndexFactoryBeanHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| コンストラクターと説明 |
|---|
LazyResolvingComposableIndexConfigurer() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | configure(StringSE beanName, LuceneIndexFactoryBean luceneIndexFactoryBean) ピア LuceneIndex のインスタンスを構築、構成、初期化するために使用される LuceneIndexFactoryBean への参照を提供する構成コールバックメソッド。 |
static LazyResolvingComposableIndexConfigurer | create() |
static LazyResolvingComposableIndexConfigurer | create(BeanFactory beanFactory) |
protected ClassSE<IndexConfigurer> | getConfigurerType() |
configure, getBeanFactory, resolveConfigurers, setBeanFactory, withcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEconfiguregetOrderpublic static LazyResolvingComposableIndexConfigurer create()
public static LazyResolvingComposableIndexConfigurer create(@Nullable BeanFactory beanFactory)
protected ClassSE<IndexConfigurer> getConfigurerType()
AbstractLazyResolvingComposableConfigurerAbstractLazyResolvingComposableConfigurer<IndexFactoryBean, IndexConfigurer> の getConfigurerType Configurer によって構成される Configurer の主な ClassSE 型。ClassSEpublic void configure(StringSE beanName, LuceneIndexFactoryBean luceneIndexFactoryBean)
IndexConfigurerLuceneIndex のインスタンスを構築、構成、初期化するために使用される LuceneIndexFactoryBean への参照を提供する構成コールバックメソッド。IndexConfigurer 内の configure beanName - Spring アプリケーションコンテキストで宣言された LuceneIndex Bean の名前。luceneIndexFactoryBean - LuceneIndexFactoryBean への参照。LuceneIndexFactoryBeanCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.