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

Package com.mysema.query.jpa

Query implementations for HQL and JPAQL

See:
          Description

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

Class Summary
AbstractJPQLSubQuery<Q extends AbstractJPQLSubQuery<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
HQLTemplates HQLTemplates extends JPQLTemplates with Hibernate specific extensions
JPQLGrammar HQLGrammar provides factory methods for HQL specific operations elements.
JPQLQueryBase<Q extends JPQLQueryBase<Q>> HQLQueryBase is a base Query class for HQL
JPQLQueryMixin<T> HQLQueryMixin extends QueryMixin to support JPQL join construction
JPQLSerializer HQLSerializer serializes Querydsl expressions into HQL syntax.
JPQLSubQuery HQLSubQuery is a subquery class for JPQL
JPQLTemplates JPQLTemplates extends Templates to provide operator patterns for HQL serialization
 

Package com.mysema.query.jpa Description

Query implementations for HQL and JPAQL



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