您的浏览器已禁用 JavaScript。
跳过导航链接
返回说明文档
返回主站
模块
程序包
类
使用
树
已过时
索引
帮助
概要:
字段 |
可选
|
必需
详细资料:
字段 |
元素
SEARCH:
模块
linlang.api
程序包
api.linlang.file.database.annotations
Annotation Interface Table
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
Table
指定实体对应的数据表名称和可选说明。
必需元素概要
所需元素
修饰符和类型
必需的元素
说明
String
name
可选元素概要
可选元素
修饰符和类型
可选元素
说明
String
comment
元素详细资料
name
String
name
返回:
数据表名称
comment
String
comment
返回:
数据表说明;空字符串表示不声明说明
默认值:
""