Class AnnotationDefaultValues
java.lang.Object
org.hibernate.search.mapper.pojo.mapping.definition.annotation.AnnotationDefaultValues
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
This extreme value is both invalid and very unlikely to be used.static final String
This special value is reserved to mark the default of the indexNullAs option. -
Method Summary
-
Field Details
-
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:
-
DEFAULT_DECIMAL_SCALE
public static final int DEFAULT_DECIMAL_SCALEThis 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:
-