Annotation Interface Id


@Target(FIELD) @Retention(RUNTIME) public @interface Id
Columns annotated with this annotation will be included in the primary key.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Sort order.
  • Element Details

    • value

      SortOrder value
      Sort order.
      Returns:
      Sort order.
      Default:
      DEFAULT