Annotation Interface EntityTable


@Target(TYPE) @Retention(RUNTIME) public @interface EntityTable
EntityTable annotation to define the table name
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Table Name, if not provided the class name will be used
  • Element Details

    • value

      String value
      Table Name, if not provided the class name will be used
      Returns:
      the table name
      Default:
      ""