Uses of Interface
org.hibernate.search.engine.cfg.spi.AllAwareConfigurationPropertySource
-
Packages that use AllAwareConfigurationPropertySource Package Description org.hibernate.search.engine.cfg.spi -
-
Uses of AllAwareConfigurationPropertySource in org.hibernate.search.engine.cfg.spi
Methods in org.hibernate.search.engine.cfg.spi that return AllAwareConfigurationPropertySource Modifier and Type Method Description static AllAwareConfigurationPropertySource
ConfigurationPropertySource. fromMap(Map<String,?> map)
static AllAwareConfigurationPropertySource
ConfigurationPropertySource. system()
Methods in org.hibernate.search.engine.cfg.spi with parameters of type AllAwareConfigurationPropertySource Modifier and Type Method Description ConfigurationPropertySource
ConfigurationPropertyChecker. wrap(AllAwareConfigurationPropertySource source)
-