EmbeddedId
annotationin packageklyn.data.mapping
public annotation EmbeddedId
EmbeddedId

Marks one @Embeddable value as the composite identity of an entity.

The entity cannot declare another @Id, @EmbeddedId, or @IdClass key.