public final class HibernateSQLQuery extends AbstractHibernateSQLQuery<HibernateSQLQuery> implements SQLCommonQuery<HibernateSQLQuery>
cacheable, cacheRegion, fetchSize, readOnly, templates, timeout, union
queryMixin
Constructor and Description |
---|
HibernateSQLQuery(SessionHolder session,
SQLTemplates sqlTemplates,
QueryMetadata metadata) |
HibernateSQLQuery(org.hibernate.Session session,
SQLTemplates sqlTemplates) |
HibernateSQLQuery(org.hibernate.StatelessSession session,
SQLTemplates sqlTemplates) |
Modifier and Type | Method and Description |
---|---|
HibernateSQLQuery |
clone(org.hibernate.Session session) |
createQuery, iterate, iterate, list, list, listResults, listResults, logQuery, reset, setCacheable, setCacheRegion, setFetchSize, setReadOnly, setTimeout, toCountRowsString, toQueryString, union, union, union, union, unionAll, unionAll, unionAll, unionAll, uniqueResult, uniqueResult
addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, count, exists, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, getMetadata, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, on, on, rightJoin, rightJoin, rightJoin, rightJoin
countDistinct, iterateDistinct, iterateDistinct, listDistinct, listDistinct, listDistinctResults, map, notExists, singleResult, singleResult, transform, uniqueResult
distinct, equals, groupBy, groupBy, hashCode, having, having, limit, offset, orderBy, orderBy, restrict, set, toString, where, where
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, from, from, fullJoin, fullJoin, fullJoin, fullJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, on, rightJoin, rightJoin, rightJoin, rightJoin
distinct, limit, offset, orderBy, restrict, set
where
public HibernateSQLQuery(org.hibernate.Session session, SQLTemplates sqlTemplates)
public HibernateSQLQuery(org.hibernate.StatelessSession session, SQLTemplates sqlTemplates)
public HibernateSQLQuery(SessionHolder session, SQLTemplates sqlTemplates, QueryMetadata metadata)
public HibernateSQLQuery clone(org.hibernate.Session session)
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.