Class HibernateOrmMapperSettings.Defaults
- java.lang.Object
-
- org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
-
- Enclosing class:
- HibernateOrmMapperSettings
public static final class HibernateOrmMapperSettings.Defaults extends Object
Default values for the different settings if no values are given.
-
-
Field Summary
-
-
-
Field Detail
-
ENABLED
public static final boolean ENABLED
- See Also:
- Constant Field Values
-
AUTOMATIC_INDEXING_ENABLED
public static final boolean AUTOMATIC_INDEXING_ENABLED
- See Also:
- Constant Field Values
-
AUTOMATIC_INDEXING_STRATEGY
@Deprecated public static final AutomaticIndexingStrategyName AUTOMATIC_INDEXING_STRATEGY
Deprecated.Use the new configuration property instead:HibernateOrmMapperSettings.AUTOMATIC_INDEXING_STRATEGY, (caution: it expects a boolean value, and its default isENABLED).
-
AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGY
@Deprecated public static final BeanReference<AutomaticIndexingSynchronizationStrategy> AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGY
Deprecated.UseINDEXING_PLAN_SYNCHRONIZATION_STRATEGYinstead.
-
AUTOMATIC_INDEXING_ENABLE_DIRTY_CHECK
@Deprecated public static final boolean AUTOMATIC_INDEXING_ENABLE_DIRTY_CHECK
Deprecated.This setting will be removed in a future version. There will be no alternative provided to replace it. After the removal of this property in a future version, a dirty check will always be performed when considering whether to trigger reindexing.- See Also:
- Constant Field Values
-
QUERY_LOADING_CACHE_LOOKUP_STRATEGY
public static final EntityLoadingCacheLookupStrategy QUERY_LOADING_CACHE_LOOKUP_STRATEGY
-
QUERY_LOADING_FETCH_SIZE
public static final int QUERY_LOADING_FETCH_SIZE
- See Also:
- Constant Field Values
-
MAPPING_PROCESS_ANNOTATIONS
public static final boolean MAPPING_PROCESS_ANNOTATIONS
- See Also:
- Constant Field Values
-
MAPPING_BUILD_MISSING_DISCOVERED_JANDEX_INDEXES
public static final boolean MAPPING_BUILD_MISSING_DISCOVERED_JANDEX_INDEXES
- See Also:
- Constant Field Values
-
SCHEMA_MANAGEMENT_STRATEGY
public static final SchemaManagementStrategyName SCHEMA_MANAGEMENT_STRATEGY
-
COORDINATION_STRATEGY
public static final BeanReference<CoordinationStrategy> COORDINATION_STRATEGY
-
INDEXING_PLAN_SYNCHRONIZATION_STRATEGY
public static final BeanReference<IndexingPlanSynchronizationStrategy> INDEXING_PLAN_SYNCHRONIZATION_STRATEGY
-
INDEXING_LISTENERS_ENABLED
public static final boolean INDEXING_LISTENERS_ENABLED
- See Also:
- Constant Field Values
-
-