#### 24.1.38. `@ManyToMany`
<div class="paragraph">
The [`@ManyToMany`](http://docs.oracle.com/javaee/7/api/javax/persistence/ManyToMany.html) annotation is used to specify a many-to-many database relationship.
</div>
<div class="paragraph">
See the [`@ManyToMany` mapping](#associations-many-to-many) section for more info.
</div>
</div>
<div class="sect3">