@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.
String
value
String value
Copyright © 2018. All rights reserved.