| Package | Description | 
|---|---|
| com.mysema.query.jpa | Query implementations for HQL and JPAQL | 
| com.mysema.query.jpa.hibernate.sql | |
| com.mysema.query.jpa.sql | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSQLQuery<Q extends AbstractSQLQuery<Q>>Abstract super class for SQLQuery implementation for JPA and Hibernate | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHibernateSQLQuery<Q extends AbstractHibernateSQLQuery<Q>>AbstractHibernateSQLQuery is the base class for Hibernate Native SQL queries | 
| class  | HibernateSQLQueryHibernateSQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality
 to execute queries | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractJPASQLQuery<Q extends AbstractJPASQLQuery<Q>>AbstractJPASQLQuery is the base class for JPA Native SQL queries | 
| class  | JPASQLQueryJPASQLQuery is an SQLQuery implementation that uses JPA Native SQL functionality
 to execute queries | 
Copyright © 2007–2015 Querydsl. All rights reserved.