#### 24.1.34. `@JoinColumn`
<div class="paragraph">
The [`@JoinColumn`](http://docs.oracle.com/javaee/7/api/javax/persistence/JoinColumn.html) annotation is used to specify the FOREIGN KEY column used when joining an entity association or an embeddable collection.
</div>
<div class="paragraph">
See the [`@ManyToOne` with `@JoinColumn`](#associations-many-to-one-example) section for more info.
</div>
</div>
<div class="sect3">