#### 24.1.20. `@EmbeddedId`
<div class="paragraph">
The [`@EmbeddedId`](http://docs.oracle.com/javaee/7/api/javax/persistence/EmbeddedId.html) annotation is used to specify the entity identifier is an embeddable type.
</div>
<div class="paragraph">
See the [Composite identifiers with `@EmbeddedId`](#identifiers-composite-aggregated) section for more info.
</div>
</div>
<div class="sect3">