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
@Target(TYPE) @Retention(RUNTIME) public @interface TableName