Annotation Type TableName
@Target(TYPE)
@Retention(RUNTIME)
public @interface TableName
Specifies 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
-
Element Details
-
value
java.lang.String value
-