24.1.53. @NamedNativeQuery
<div class="paragraph">
The [`@NamedNativeQuery`](http://docs.oracle.com/javaee/7/api/javax/persistence/NamedNativeQuery.html) annotation is used to specify a native SQL query that can be retrieved later by its name.
</div>
<div class="paragraph">
See the [Custom CRUD mapping](#sql-custom-crud-example) section for more info.
</div>
</div>
<div class="sect3">