Annotation Type TableName
-
@Target(TYPE) @Retention(RUNTIME) public @interface TableNameSpecifies the database table name for an entity. If this annotation is not specified, the class name as lower case will be used.- Author:
- Collin Alpert
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-