Annotation Type TableName


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface TableName
    Author:
    Collin Alpert

    Specifies the database table name for an entity. If this annotation is not specified, the class name as lower case will be used.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value