#### 24.1.36. `@JoinTable`
<div class="paragraph">
The [`@JoinTable`](http://docs.oracle.com/javaee/7/api/javax/persistence/JoinTable.html) annotation is used to specify the link table between two other database tables.
</div>
<div class="paragraph">
See the [`@JoinTable` mapping](#collections-map-unidirectional-example) section for more info.
</div>
</div>
<div class="sect3">