Annotation Interface Entity.Table

Enclosing class:
Entity

@Target(TYPE) @Retention(RUNTIME) @Documented public static @interface Entity.Table
Annotation used to bind an entity to a specific table. It's mandatory to define an entity
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns a String about the acronym of the table, which is the first 4 letters that uniquely identify the table.
    Returns a String about the name of the table.
  • Element Details

    • value

      String value
      Returns a String about the name of the table.
      Returns:
      a String about the name of the table.
    • acronym

      String acronym
      Returns a String about the acronym of the table, which is the first 4 letters that uniquely identify the table.
      Returns:
      a String about the acronym of the table, which is the first 4 letters that uniquely identify the table.