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 String
ENABLE_DIRTY_CHECK
static String
ENABLED
static String
STRATEGY
Deprecated.UseENABLED
instead (caution: it expects a boolean value).static String
SYNCHRONIZATION_STRATEGY
-
-
-
Field Detail
-
ENABLED
public static final String ENABLED
- See Also:
- Constant Field Values
-
STRATEGY
@Deprecated public static final String STRATEGY
Deprecated.UseENABLED
instead (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
-
-