Class HibernateOrmMapperSettings.Radicals
- java.lang.Object
-
- org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Radicals
-
- Enclosing class:
- HibernateOrmMapperSettings
public static final class HibernateOrmMapperSettings.Radicals extends Object
Configuration property keys without theprefix.
-
-
Field Summary
-
-
-
Field Detail
-
ENABLED
public static final String ENABLED
- See Also:
- Constant Field Values
-
AUTOMATIC_INDEXING
@Deprecated public static final String AUTOMATIC_INDEXING
Deprecated.- See Also:
- Constant Field Values
-
AUTOMATIC_INDEXING_PREFIX
@Deprecated public static final String AUTOMATIC_INDEXING_PREFIX
Deprecated.- See Also:
- Constant Field Values
-
AUTOMATIC_INDEXING_ENABLED
@Deprecated public static final String AUTOMATIC_INDEXING_ENABLED
Deprecated.UseINDEXING_LISTENERS_ENABLEDinstead.- See Also:
- Constant Field Values
-
AUTOMATIC_INDEXING_STRATEGY
@Deprecated public static final String AUTOMATIC_INDEXING_STRATEGY
Deprecated.UseAUTOMATIC_INDEXING_ENABLEDinstead (caution: it expects a boolean value).- See Also:
- Constant Field Values
-
AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGY
@Deprecated public static final String AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGY
Deprecated.UseINDEXING_PLAN_SYNCHRONIZATION_STRATEGYinstead.- See Also:
- Constant Field Values
-
AUTOMATIC_INDEXING_ENABLE_DIRTY_CHECK
@Deprecated public static final String 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 String QUERY_LOADING_CACHE_LOOKUP_STRATEGY
- See Also:
- Constant Field Values
-
QUERY_LOADING_FETCH_SIZE
public static final String QUERY_LOADING_FETCH_SIZE
- See Also:
- Constant Field Values
-
MAPPING_PROCESS_ANNOTATIONS
public static final String MAPPING_PROCESS_ANNOTATIONS
- See Also:
- Constant Field Values
-
MAPPING_BUILD_MISSING_DISCOVERED_JANDEX_INDEXES
public static final String MAPPING_BUILD_MISSING_DISCOVERED_JANDEX_INDEXES
- See Also:
- Constant Field Values
-
MAPPING_CONFIGURER
public static final String MAPPING_CONFIGURER
- See Also:
- Constant Field Values
-
SCHEMA_MANAGEMENT_STRATEGY
public static final String SCHEMA_MANAGEMENT_STRATEGY
- See Also:
- Constant Field Values
-
COORDINATION
public static final String COORDINATION
- See Also:
- Constant Field Values
-
COORDINATION_PREFIX
public static final String COORDINATION_PREFIX
- See Also:
- Constant Field Values
-
COORDINATION_STRATEGY
public static final String COORDINATION_STRATEGY
- See Also:
- Constant Field Values
-
MULTI_TENANCY
public static final String MULTI_TENANCY
- See Also:
- Constant Field Values
-
MULTI_TENANCY_PREFIX
public static final String MULTI_TENANCY_PREFIX
- See Also:
- Constant Field Values
-
MULTI_TENANCY_TENANT_IDS
public static final String MULTI_TENANCY_TENANT_IDS
- See Also:
- Constant Field Values
-
INDEXING_PREFIX
public static final String INDEXING_PREFIX
- See Also:
- Constant Field Values
-
INDEXING_PLAN_SYNCHRONIZATION_STRATEGY
public static final String INDEXING_PLAN_SYNCHRONIZATION_STRATEGY
- See Also:
- Constant Field Values
-
INDEXING_LISTENERS_ENABLED
public static final String INDEXING_LISTENERS_ENABLED
- See Also:
- Constant Field Values
-
-