-
Terminally Deprecated ElementsElementDescriptionIt is recommended to use the
CustomValueTypeannotation with aStringValueConverterinstead of calling this method.To register a class not in your code (e.g.,
UUIDfrom the JDK) as a string-value type, use a@Column(customValueType=@CustomValueType(...))annotation on the specific field.Future versions of YOJ might remove this method entirely.
-
Deprecated MethodsMethodDescriptionIt is recommended to use the
CustomValueTypeannotation with aStringValueConverterinstead of calling this method.To register a class not in your code (e.g.,
UUIDfrom the JDK) as a string-value type, use a@Column(customValueType=@CustomValueType(...))annotation on the specific field.Future versions of YOJ might remove this method entirely.
-
Deprecated Enum ConstantsEnum ConstantDescription
@Columnannotation on the field. Please do not call it directly, instead useFieldValueType.forJavaType(type, column).isComposite()wherecolumnis the@Columnannotation's value.