注释类型 Entity
-
@Retention(RUNTIME) @Target(TYPE) public @interface Entity
- 版本:
- v1.0,Date:2012-5-25
- 作者:
- zhongxuchen
-
-
元素详细资料
-
tableName
String tableName
-
-
-
schema
String schema
- 默认值:
- ""
-
-
-
comment
String comment
- 默认值:
- ""
-
-
-
pk_constraint
@Deprecated String pk_constraint
已过时。- 默认值:
- ""
-
-