Annotation Type 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