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

Packages that use HQLCommonQuery
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 HQLCommonQuery in com.mysema.query.hql
 

Classes in com.mysema.query.hql with type parameters of type HQLCommonQuery
 interface HQLCommonQuery<Q extends HQLCommonQuery<Q>>
          HQLCommonQuery is a common interface for HQLQuery and HQLSubQuery
 

Subinterfaces of HQLCommonQuery in com.mysema.query.hql
 interface HQLQuery
          Query interface for HQL queries
 

Classes in com.mysema.query.hql that implement HQLCommonQuery
 class HQLSubQuery
          HQLSubQuery is a subquery class for JPQL
 

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

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

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

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



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