Annotation Type Column


@Documented @Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface Column
Defines the related SQL table column for a property
Author:
tiwe
  • Required Element Summary

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

    • value

      String value
      Get the column name
      Returns:
      column name