|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.query.QueryBase<SubType>
com.mysema.query.support.QueryBaseWithProjection<SubType>
com.mysema.query.hql.HQLQueryBase<SubType>
com.mysema.query.hql.hibernate.AbstractHibernateQuery<HibernateQuery>
com.mysema.query.hql.hibernate.HibernateQuery
public class HibernateQuery
HibernateQuery is the default implementation of the HQLQuery interface for Hibernate
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 |
---|
public HibernateQuery(org.hibernate.Session session, HQLTemplates templates)
public HibernateQuery(org.hibernate.Session session)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |