Uses of Interface
com.mysema.query.jpa.JPQLQuery

Packages that use JPQLQuery
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 
 

Uses of JPQLQuery in com.mysema.query.jpa
 

Methods in com.mysema.query.jpa that return JPQLQuery
 JPQLQuery JPQLQuery.fetch()
          Add the "fetch" flag to the last defined join
 JPQLQuery JPQLQuery.fetchAll()
          Add the "fetch all properties" flag to the last defined join.
 

Uses of JPQLQuery in com.mysema.query.jpa.hibernate
 

Classes in com.mysema.query.jpa.hibernate that implement JPQLQuery
 class HibernateQuery
          HibernateQuery is the default implementation of the JPQLQuery interface for Hibernate
 

Uses of JPQLQuery in com.mysema.query.jpa.impl
 

Classes in com.mysema.query.jpa.impl that implement JPQLQuery
 class JPAQuery
          JPAQuery is the default implementation of the JPQLQuery interface for JPA
 



Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.