#### 24.1.6. `@Basic`
<div class="paragraph">
The [`@Basic`](http://docs.oracle.com/javaee/7/api/javax/persistence/Basic.html) annotation is used to map a basic attribute type to a database column.
</div>
<div class="paragraph">
See the [Basic types](#basic) chapter for more info.
</div>
</div>
<div class="sect3">