com.mysema.query.hql.hibernate
Class HibernateQuery

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.hibernate.AbstractHibernateQuery<HibernateQuery>
                  extended by com.mysema.query.hql.hibernate.HibernateQuery
All Implemented Interfaces:
HQLQuery, Projectable, Query<HQLQuery>

public class HibernateQuery
extends AbstractHibernateQuery<HibernateQuery>
implements HQLQuery

HibernateQuery is the default implementation of the HQLQuery interface for Hibernate

Author:
tiwe

Field Summary
 
Fields inherited from class com.mysema.query.QueryBase
_this
 
Constructor Summary
HibernateQuery(org.hibernate.Session session)
           
HibernateQuery(org.hibernate.Session session, HQLTemplates templates)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.hql.hibernate.AbstractHibernateQuery
count, count, createQuery, createQuery, iterate, iterate, list, list, listResults, logQuery, scroll, scroll, setCacheable, setCacheRegion, setFetchSize, setReadOnly, setTimeout, 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

HibernateQuery

public HibernateQuery(org.hibernate.Session session,
                      HQLTemplates templates)

HibernateQuery

public HibernateQuery(org.hibernate.Session session)


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