Annotation Type ConversionValue


@Target({}) @Retention(RUNTIME) public @interface ConversionValue
A ConversionValue annotation is used within an ObjectTypeConverter.
See Also:
Author:
Guy Pelletier
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    (Required) Specify the database value.
    (Required) Specify the object value.
  • Element Details

    • dataValue

      String dataValue
      (Required) Specify the database value.
    • objectValue

      String objectValue
      (Required) Specify the object value.