Uses of Class
com.mysema.query.hql.HQLQueryBase

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

Classes in com.mysema.query.hql with type parameters of type HQLQueryBase
 class HQLQueryBase<Q extends HQLQueryBase<Q>>
          HQLQueryBase is a base Query class for HQL
 

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

Subclasses of HQLQueryBase in com.mysema.query.hql.hibernate
 class AbstractHibernateQuery<Q extends AbstractHibernateQuery<Q>>
          Abstract base class for Hibernate API based implementations of the HQLQuery interface
 class HibernateQuery
          HibernateQuery is the default implementation of the HQLQuery interface for Hibernate
 

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

Subclasses of HQLQueryBase in com.mysema.query.hql.jpa
 class AbstractJPAQuery<Q extends AbstractJPAQuery<Q>>
          Abstract base class for JPA API based implementations of the HQLQuery interface
 class JPAQuery
          JPAQuery is the default implementation of the HQLQuery interface for JPA
 



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