Annotation Type Table


  • @Target(TYPE)
    @Retention(SOURCE)
    public @interface Table
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The default name of the table in which all entities defined under the annotated type will reside.
    • Element Detail

      • value

        java.lang.String value
        The default name of the table in which all entities defined under the annotated type will reside. Required.
        Returns:
        The table name