Annotation Interface Entity


@Retention(RUNTIME) @Target(TYPE) public @interface Entity
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the name of the table containing this entity.
  • Element Details

    • value

      String value
      Returns the name of the table containing this entity. Defaults to the name of the class
      Default:
      ""