#### 24.1.11. `@ConstructorResult`
<div class="paragraph">
The [`@ConstructorResult`](http://docs.oracle.com/javaee/7/api/javax/persistence/ConstructorResult.html) annotation is used in conjunction with the [`@SqlResultSetMapping`](#annotations-jpa-sqlresultsetmapping) annotations to map columns of a given SELECT query to a certain object constructor.
</div>
</div>
<div class="sect3">