Interface AutomaticIndexingStrategyStartContext


@Deprecated public interface AutomaticIndexingStrategyStartContext
Deprecated.
This SPI was introduced by mistake and was never used.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.search.engine.environment.bean.BeanResolver
    Deprecated.
     
    org.hibernate.search.engine.cfg.ConfigurationPropertySource
    Deprecated.
     
  • Method Details

    • beanResolver

      org.hibernate.search.engine.environment.bean.BeanResolver beanResolver()
      Deprecated.
      Returns:
      A BeanResolver.
    • configurationPropertySource

      org.hibernate.search.engine.cfg.ConfigurationPropertySource configurationPropertySource()
      Deprecated.
      Returns:
      A configuration property source, appropriately masked so that the strategy doesn't need to care about Hibernate Search prefixes (hibernate.search.*, etc.). All the properties can be accessed at the root. CAUTION: the property key "synchronization" and any sub-keys are reserved.