|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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<SubType extends HQLQueryBase<SubType>>
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<SubType extends AbstractHibernateQuery<SubType>>
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<SubType extends AbstractJPAQuery<SubType>>
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |