Package org.hibernate.query.criteria

Hibernate's support for JPA criteria queries.

Note JPA criteria are similar to Hibernate's legacy notion of a detached criteria. Ultimately the criteria tree is transformed into an SQM form and becomes a Query.