Annotation Interface EmbeddedId


@Documented @Target(FIELD) @Retention(RUNTIME) public @interface EmbeddedId
嵌入式复合主键注解。

标记在实体类字段上,表示该字段是一个嵌入式复合主键对象。

Since:
1.0.0
Version:
1.0.0
Author:
Berry_so