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 JPQL 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>>
          JPQLQueryBase is a base Query class for JPQL queries
 

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 JPQL interface
 class HibernateQuery
          HibernateQuery is the default implementation of the JPQLQuery 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 JPQLQuery interface
 class JPAQuery
          JPAQuery is the default implementation of the JPQLQuery interface for JPA
 



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