Annotation Interface DBAnnotatedColumn


@Retention(RUNTIME) @Target(FIELD) public @interface DBAnnotatedColumn
Mark a DBObjectColumn to receive a column handle
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the column
  • Element Details

    • value

      String value
      The name of the column

      There should be a DBAnnotatedField annotation with the same column name