| Package | Description | 
|---|---|
| com.mysema.query.jpa | Query implementations for HQL and JPAQL | 
| com.mysema.query.jpa.hibernate | JPQL for Hibernate | 
| com.mysema.query.jpa.impl | JPQL for JPA | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JPAQueryBase<Q extends JPAQueryBase<Q>>JPAQueryBase is a base Query class for JPA queries | 
| Modifier and Type | Method and Description | 
|---|---|
| JPQLQuery | JPQLQuery. fetch()Add the "fetch" flag to the last defined join
 Mind that collection joins might result in duplicate rows and that "inner join fetch"
 will restrict your result set. | 
| JPQLQuery | JPQLQuery. fetchAll()Add the "fetch all properties" flag to the last defined join. | 
| JPQLQuery | JPQLQueryFactory. from(EntityPath<?> from)Create a new Query with the given source | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHibernateQuery<Q extends AbstractHibernateQuery<Q>>Abstract base class for Hibernate API based implementations of the JPQL interface | 
| class  | HibernateQueryHibernateQuery is the default implementation of the JPQLQuery interface for Hibernate | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractJPAQuery<Q extends AbstractJPAQuery<Q>>Abstract base class for JPA API based implementations of the JPQLQuery interface | 
| class  | JPAQueryJPAQuery is the default implementation of the JPQLQuery interface for JPA | 
Copyright © 2007–2015 Querydsl. All rights reserved.