Class HibernateOrmMapperSettings.AutomaticIndexingRadicals
- java.lang.Object
-
- org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.AutomaticIndexingRadicals
-
- Enclosing class:
- HibernateOrmMapperSettings
public static final class HibernateOrmMapperSettings.AutomaticIndexingRadicals extends Object
Configuration property keys without theprefix+HibernateOrmMapperSettings.Radicals.AUTOMATIC_INDEXING_PREFIX.
-
-
Field Summary
Fields Modifier and Type Field Description static StringENABLE_DIRTY_CHECKstatic StringENABLEDstatic StringSTRATEGYDeprecated.UseENABLEDinstead (caution: it expects a boolean value).static StringSYNCHRONIZATION_STRATEGY
-
-
-
Field Detail
-
ENABLED
public static final String ENABLED
- See Also:
- Constant Field Values
-
STRATEGY
@Deprecated public static final String STRATEGY
Deprecated.UseENABLEDinstead (caution: it expects a boolean value).- See Also:
- Constant Field Values
-
SYNCHRONIZATION_STRATEGY
public static final String SYNCHRONIZATION_STRATEGY
- See Also:
- Constant Field Values
-
ENABLE_DIRTY_CHECK
public static final String ENABLE_DIRTY_CHECK
- See Also:
- Constant Field Values
-
-