JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
top.magstar.framework.database.mapping.annotations
>
Id
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Id
@Documented
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public @interface
Id
主键注解。
标记在实体类字段上,表示该字段是数据库表的主键。
Since:
1.0.0
Version:
1.0.0
Author:
Berry_so