Use an Embedded ID Mapping to specify the primary key of an embedded ID. These mappings may be used with a Embeddable entities.
In the JPA Structure view, select the field to map.
Right-click the field and then select Map As > Embedded Id. The JPA Details view (for attributes) displays the properties for the selected field.
Complete each field in the Embedded ID Mapping area.
Eclipse adds the following annotations to the field:
@EmbeddedId
Related tasks
Related references
Related concepts