@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Table
value().
Use example:
@Table("t_person")
public class Person extends AbsEntity{
}
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
value
return the special table name when the
Class.getSimpleName() of entity can not mapped the table. |
@NonNull public abstract String value
Class.getSimpleName() of entity can not mapped the table.Copyright © 2021. All rights reserved.