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