Class AnnotationDefaultValues
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationDefaultValues
-
public final class AnnotationDefaultValues extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_DECIMAL_SCALE
This extreme value is both invalid and very unlikely to be used.static String
DO_NOT_INDEX_NULL
This special value is reserved to mark the default of the indexNullAs option.
-
-
-
Field Detail
-
DO_NOT_INDEX_NULL
public static final String DO_NOT_INDEX_NULL
This special value is reserved to mark the default of the indexNullAs option. The default behavior is to not index the null value.- See Also:
- Constant Field Values
-
DEFAULT_DECIMAL_SCALE
public static final int DEFAULT_DECIMAL_SCALE
This extreme value is both invalid and very unlikely to be used. So we use it to mark that the user has not set the value.- See Also:
- Constant Field Values
-
-