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

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

Uses of JPQLCommonQuery in com.mysema.query.jpa
 

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

Subinterfaces of JPQLCommonQuery in com.mysema.query.jpa
 interface JPQLQuery
          Query interface for HQL queries
 

Classes in com.mysema.query.jpa that implement JPQLCommonQuery
 class JPQLSubQuery
          HQLSubQuery is a subquery class for JPQL
 

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

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

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

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



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