17.1. Creating a native query using JPA
<div class="paragraph">
Execution of native SQL queries is controlled via the `SQLQuery` interface, which is obtained by calling `Session.createSQLQuery()`.
The following sections describe how to use this API for querying.
</div>
</div>
<div class="sect2">