Uses of Interface
com.mysema.query.hql.HQLQuery

Packages that use HQLQuery
com.mysema.query.hql Query implementations for HQL and JPAQL 
com.mysema.query.hql.hibernate HQL for Hibernate 
com.mysema.query.hql.jpa HQL Support classes 
 

Uses of HQLQuery in com.mysema.query.hql
 

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

Uses of HQLQuery in com.mysema.query.hql.hibernate
 

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

Uses of HQLQuery in com.mysema.query.hql.jpa
 

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



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