Annotation Interface Table
Annotate the entity mapping a special table in datasource by
value().
Use example:
@Table("t_person")
public class Person extends AbsEntity{
}
- 从以下版本开始:
- 1.0.0
- 版本:
- 1.0.0
- 作者:
- ilikly
-
可选元素概要
可选元素修饰符和类型可选元素说明return the special table name when theClass.getSimpleName()of entity can not mapped the table.
-
元素详细资料
-
value
return the special table name when theClass.getSimpleName()of entity can not mapped the table.- 返回:
- the special table name.
- 默认值:
- ""
-