Annotation Type ConversionValue


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

      Required Elements 
      Modifier and Type Required Element Description
      String dataValue
      (Required) Specify the database value.
      String objectValue
      (Required) Specify the object value.
    • Element Detail

      • dataValue

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

        String objectValue
        (Required) Specify the object value.