Uses of Class
org.hibernate.search.engine.cfg.spi.ConfigurationScope
-
Packages that use ConfigurationScope Package Description org.hibernate.search.engine.cfg.impl org.hibernate.search.engine.cfg.spi -
-
Uses of ConfigurationScope in org.hibernate.search.engine.cfg.impl
Methods in org.hibernate.search.engine.cfg.impl that return ConfigurationScope Modifier and Type Method Description static ConfigurationScopeConfigurationPropertySourceScopeUtils. backend()static ConfigurationScopeConfigurationPropertySourceScopeUtils. backend(String backendName)static ConfigurationScopeConfigurationPropertySourceScopeUtils. global()static ConfigurationScopeConfigurationPropertySourceScopeUtils. index(String backendName, String indexName)Methods in org.hibernate.search.engine.cfg.impl with parameters of type ConfigurationScope Modifier and Type Method Description static ConfigurationPropertySourceConfigurationPropertySourceScopeUtils. fallback(BeanResolver beanResolver, ConfigurationScope scope)Helps to create the fallback from the configuration providers for an exact scope. -
Uses of ConfigurationScope in org.hibernate.search.engine.cfg.spi
Fields in org.hibernate.search.engine.cfg.spi declared as ConfigurationScope Modifier and Type Field Description static ConfigurationScopeConfigurationScope. GLOBALMethods in org.hibernate.search.engine.cfg.spi that return ConfigurationScope Modifier and Type Method Description ConfigurationScopeConfigurationScope. parent()ConfigurationScopeConfigurationScope. reduce(String namespace, String name)Methods in org.hibernate.search.engine.cfg.spi with parameters of type ConfigurationScope Modifier and Type Method Description Optional<ConfigurationPropertySource>ConfigurationProvider. get(ConfigurationScope scope)Provide a configuration property source for the given scope.Method parameters in org.hibernate.search.engine.cfg.spi with type arguments of type ConfigurationScope Modifier and Type Method Description booleanConfigurationScope. match(Predicate<ConfigurationScope> predicate)
-