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