Uses of Class
com.mysema.query.jpa.JPQLQueryBase

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

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

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

Subclasses of JPQLQueryBase in com.mysema.query.jpa.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 JPQLQueryBase in com.mysema.query.jpa.impl
 

Subclasses of JPQLQueryBase in com.mysema.query.jpa.impl
 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.