public class HibernateSQLQuery extends AbstractHibernateSQLQuery<HibernateSQLQuery>
cacheable, cacheRegion, fetchSize, readOnly, timeoutconfiguration, firstUnionSubQuery, union, unionAllMDC_PARAMETERS, MDC_QUERY, queryMixin| Constructor and Description |
|---|
HibernateSQLQuery(org.hibernate.Session session,
Configuration conf) |
HibernateSQLQuery(SessionHolder session,
Configuration conf,
QueryMetadata metadata) |
HibernateSQLQuery(SessionHolder session,
SQLTemplates sqlTemplates,
QueryMetadata metadata) |
HibernateSQLQuery(org.hibernate.Session session,
SQLTemplates sqlTemplates) |
HibernateSQLQuery(org.hibernate.StatelessSession session,
Configuration conf) |
HibernateSQLQuery(org.hibernate.StatelessSession session,
SQLTemplates sqlTemplates) |
| Modifier and Type | Method and Description |
|---|---|
protected HibernateSQLQuery |
clone(SessionHolder sessionHolder) |
cleanupMDC, clone, clone, clone, clone, createQuery, createSerializer, iterate, list, listResults, logQuery, reset, setCacheable, setCacheRegion, setFetchSize, setReadOnly, setTimeout, uniqueResultextractEntityExpression, isEntityExpressionaddFlag, addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, count, exists, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, getMetadata, getSQL, innerJoin, innerJoin, innerJoin, innerJoin, iterate, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, list, listResults, on, on, rightJoin, rightJoin, rightJoin, rightJoin, serialize, toString, union, union, union, union, unionAll, unionAll, unionAll, unionAll, uniqueResult, with, with, with, withRecursive, withRecursive, withRecursivemap, notExists, singleResult, singleResult, transform, uniqueResultdistinct, equals, groupBy, groupBy, hashCode, having, having, limit, offset, orderBy, orderBy, restrict, set, where, wherefinalize, getClass, notify, notifyAll, wait, wait, waitdistinct, limit, offset, orderBy, restrict, setwherepublic HibernateSQLQuery(org.hibernate.Session session,
SQLTemplates sqlTemplates)
public HibernateSQLQuery(org.hibernate.Session session,
Configuration conf)
public HibernateSQLQuery(org.hibernate.StatelessSession session,
SQLTemplates sqlTemplates)
public HibernateSQLQuery(org.hibernate.StatelessSession session,
Configuration conf)
public HibernateSQLQuery(SessionHolder session, SQLTemplates sqlTemplates, QueryMetadata metadata)
public HibernateSQLQuery(SessionHolder session, Configuration conf, QueryMetadata metadata)
protected HibernateSQLQuery clone(SessionHolder sessionHolder)
clone in class AbstractHibernateSQLQuery<HibernateSQLQuery>Copyright © 2007–2015 Querydsl. All rights reserved.