Package io.micronaut.data.annotation
Annotation Interface EmbeddedId
@Documented
@Target({METHOD,FIELD})
@Retention(RUNTIME)
@Relation(EMBEDDED)
@Id
public @interface EmbeddedId
Annotation that specifies the embedded ID.
- Since:
- 1.0.0
- Author:
- graemerocher