29. Legacy Hibernate Criteria Queries
<div class="sectionbody">
<div class="admonitionblock important">
<table>
<tr>
<td class="icon">
</td>
<td class="content">
<div class="paragraph">
This appendix covers the legacy Hibernate `org.hibernate.Criteria` API, which should be considered deprecated.
</div>
<div class="paragraph">
New development should focus on the JPA javax.persistence.criteria.CriteriaQuery API.
Eventually, Hibernate-specific criteria features will be ported as extensions to the JPA `javax.persistence.criteria.CriteriaQuery`.
For details on the JPA APIs, see [Criteria](#criteria).
</div>
</td>
</tr>
</table>
</div>
<div class="paragraph">
Hibernate features an intuitive, extensible criteria query API.
</div>
<div class="sect2">