@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>> JPQLCommonQuery is a common interface for HQLQuery and HQLSubQuery
JPQLQuery Query interface for JPQL 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
JPQLCollectionAnyVisitor  
JPQLGrammar JPQLGrammar provides factory methods for JPQL specific operations elements.
JPQLQueryBase<Q extends JPQLQueryBase<Q>> JPQLQueryBase is a base Query class for JPQL queries
JPQLQueryMixin<T> JPQLQueryMixin extends QueryMixin to support JPQL join construction
JPQLSerializer JPQLSerializer serializes Querydsl expressions into JPQL syntax.
JPQLSubQuery JPQLSubQuery is a subquery class for JPQL
JPQLTemplates JPQLTemplates extends Templates to provide operator patterns for JPQL serialization
 

Package com.mysema.query.jpa Description

Query implementations for HQL and JPAQL



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