#### 24.1.27. `@FieldResult`
<div class="paragraph">
The [`@FieldResult`](http://docs.oracle.com/javaee/7/api/javax/persistence/FieldResult.html) annotation is used with the [`@EntityResult`](#annotations-jpa-entityresult) annotation to map the selected columns to the fields of some specific entity.
</div>
<div class="paragraph">
See the [Entity associations with named native queries](#sql-composite-key-entity-associations_named-query-example) section for more info.
</div>
</div>
<div class="sect3">