@DefaultAnnotation(value=javax.annotation.Nonnull.class)

Package com.mysema.query.hql

Query implementations for HQL and JPAQL

See:
          Description

Interface Summary
HQLCommonQuery<Q extends HQLCommonQuery<Q>> HQLCommonQuery is a common interface for HQLQuery and HQLSubQuery
HQLQuery Query interface for HQL queries
 

Class Summary
AbstractHQLSubQuery<Q extends AbstractHQLSubQuery<Q>> Abstract superclass for SubQuery implementations
AbstractSQLQuery<T extends AbstractSQLQuery<T>> Abstract super class for SQLQuery implementation for JPA and Hibernate
EclipseLinkTemplates NOTE : this is under construction
HibernateSQLSerializer HibernateSQLSerializer extends the SQLSerializer to extract referenced entity paths and change some serialization formats
HQLGrammar HQLGrammar provides factory methods for HQL specific operations elements.
HQLQueryBase<Q extends HQLQueryBase<Q>> HQLQueryBase is a base Query class for HQL
HQLQueryMixin<T> HQLQueryMixin extends QueryMixin to support JPQL join construction
HQLSerializer HQLSerializer serializes Querydsl expressions into HQL syntax.
HQLSubQuery HQLSubQuery is a subquery class for JPQL
HQLTemplates HQLTemplates extends JPQLTemplates with Hibernate specific extensions
JPQLTemplates JPQLTemplates extends Templates to provide operator patterns for HQL serialization
 

Package com.mysema.query.hql Description

Query implementations for HQL and JPAQL



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