com.mysema.query.hql.jpa
Class JPAQuery

java.lang.Object
  extended by com.mysema.query.QueryBase<SubType>
      extended by com.mysema.query.support.QueryBaseWithProjection<SubType>
          extended by com.mysema.query.hql.HQLQueryBase<SubType>
              extended by com.mysema.query.hql.jpa.AbstractJPAQuery<JPAQuery>
                  extended by com.mysema.query.hql.jpa.JPAQuery
All Implemented Interfaces:
HQLQuery, Projectable, Query<HQLQuery>

public class JPAQuery
extends AbstractJPAQuery<JPAQuery>
implements HQLQuery

JPAQuery is the default implementation of the HQLQuery interface for JPA

Author:
tiwe

Field Summary
 
Fields inherited from class com.mysema.query.QueryBase
_this
 
Constructor Summary
JPAQuery(javax.persistence.EntityManager em)
           
JPAQuery(javax.persistence.EntityManager em, HQLTemplates patterns)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.hql.jpa.AbstractJPAQuery
count, createQuery, createQuery, iterate, iterate, list, list, listResults, logQuery, uniqueResult
 
Methods inherited from class com.mysema.query.hql.HQLQueryBase
createQBECondition, fetch, fetchAll, from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, getConstants, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, toCountRowsString, toQueryString, toString, with
 
Methods inherited from class com.mysema.query.support.QueryBaseWithProjection
asArray, countDistinct, iterateDistinct, iterateDistinct, listDistinct, listDistinct, listDistinctResults, map, uniqueResult
 
Methods inherited from class com.mysema.query.QueryBase
addToProjection, getMetadata, groupBy, having, limit, offset, orderBy, restrict, where
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.mysema.query.hql.HQLQuery
fetch, fetchAll, from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, with
 
Methods inherited from interface com.mysema.query.Query
groupBy, having, limit, offset, orderBy, restrict, where
 
Methods inherited from interface com.mysema.query.Projectable
count, countDistinct, iterate, iterate, iterateDistinct, iterateDistinct, list, list, listDistinct, listDistinct, listDistinctResults, listResults, map, uniqueResult, uniqueResult
 

Constructor Detail

JPAQuery

public JPAQuery(javax.persistence.EntityManager em,
                HQLTemplates patterns)

JPAQuery

public JPAQuery(javax.persistence.EntityManager em)


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