Annotation Interface Table


@Retention(RUNTIME) @Target(TYPE) public @interface Table
Defines the table name for a given class. This annotation is optional since Persism can detect the table name from the class in most situations.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Table Name
  • Element Details

    • value

      String value
      Table Name
      Returns:
      Table Name