Interface HibernateSearchElasticsearchBuildTimeConfig
@ConfigMapping(prefix="quarkus.hibernate-search-orm")
@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED)
public interface HibernateSearchElasticsearchBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionboolean
enabled()
Whether Hibernate Search is enabled **during the build**.@WithUnnamedKey("<default>") Map<String,
HibernateSearchElasticsearchBuildTimeConfigPersistenceUnit> Configuration for persistence units.
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()Whether Hibernate Search is enabled **during the build**. If Hibernate Search is disabled during the build, all processing related to Hibernate Search will be skipped, but it will not be possible to activate Hibernate Search at runtime: `quarkus.hibernate-search-orm.active` will default to `false` and setting it to `true` will lead to an error. -
persistenceUnits
@WithParentName @WithUnnamedKey("<default>") @ConfigDocMapKey("persistence-unit-name") @WithUnnamedKey("<default>") Map<String,HibernateSearchElasticsearchBuildTimeConfigPersistenceUnit> persistenceUnits()Configuration for persistence units.
-