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
Fields Modifier and Type Field Description static booleanAUTOMATIC_INDEXING_ENABLE_DIRTY_CHECKstatic booleanAUTOMATIC_INDEXING_ENABLEDstatic AutomaticIndexingStrategyNameAUTOMATIC_INDEXING_STRATEGYDeprecated.Use the new configuration property instead:HibernateOrmMapperSettings.AUTOMATIC_INDEXING_STRATEGY, (caution: it expects a boolean value, and its default isENABLED).static BeanReference<AutomaticIndexingSynchronizationStrategy>AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGYstatic BeanReference<CoordinationStrategy>COORDINATION_STRATEGYstatic booleanENABLEDstatic booleanMAPPING_PROCESS_ANNOTATIONSstatic EntityLoadingCacheLookupStrategyQUERY_LOADING_CACHE_LOOKUP_STRATEGYstatic intQUERY_LOADING_FETCH_SIZEstatic SchemaManagementStrategyNameSCHEMA_MANAGEMENT_STRATEGY
-
-
-
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
public static final BeanReference<AutomaticIndexingSynchronizationStrategy> AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGY
-
AUTOMATIC_INDEXING_ENABLE_DIRTY_CHECK
public static final boolean AUTOMATIC_INDEXING_ENABLE_DIRTY_CHECK
- 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
-
SCHEMA_MANAGEMENT_STRATEGY
public static final SchemaManagementStrategyName SCHEMA_MANAGEMENT_STRATEGY
-
COORDINATION_STRATEGY
public static final BeanReference<CoordinationStrategy> COORDINATION_STRATEGY
-
-