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 JPQL 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>>
          JPQLCommonQuery is a common interface for HQLQuery and HQLSubQuery
 

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

Classes in com.mysema.query.jpa that implement JPQLCommonQuery
 class JPQLSubQuery
          JPQLSubQuery 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 JPQLQuery interface for Hibernate
 class HibernateSubQuery
          HibernateSubQuery is a subquery class 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 JPQLQuery interface for JPA
 class JPASubQuery
          JPASubQuery is a subquery class for JPA
 



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