public class SQLServerQuery extends AbstractSQLQuery<SQLServerQuery>
listeners, useLiterals
configuration, firstUnionSubQuery, union, unionAll
MDC_PARAMETERS, MDC_QUERY, queryMixin
Modifier | Constructor and Description |
---|---|
|
SQLServerQuery(Connection conn) |
|
SQLServerQuery(Connection conn,
Configuration configuration) |
|
SQLServerQuery(Connection conn,
Configuration configuration,
QueryMetadata metadata) |
|
SQLServerQuery(Connection conn,
SQLTemplates templates) |
protected |
SQLServerQuery(Connection conn,
SQLTemplates templates,
QueryMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
SQLServerQuery |
clone(Connection conn) |
SQLServerQuery |
tableHints(SQLServerTableHints... tableHints) |
addListener, cleanupMDC, clone, clone, count, createSerializer, endContext, forUpdate, getConfiguration, getResults, iterate, list, listResults, logQuery, onException, setParameters, setUseLiterals, startContext, uniqueResult
addFlag, addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, 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, withRecursive
map, notExists, singleResult, singleResult, transform, uniqueResult
distinct, equals, groupBy, groupBy, hashCode, having, having, limit, offset, orderBy, orderBy, restrict, set, where, where
finalize, getClass, notify, notifyAll, wait, wait, wait
distinct, limit, offset, orderBy, restrict, set
where
public SQLServerQuery(Connection conn)
public SQLServerQuery(Connection conn, SQLTemplates templates)
protected SQLServerQuery(Connection conn, SQLTemplates templates, QueryMetadata metadata)
public SQLServerQuery(Connection conn, Configuration configuration, QueryMetadata metadata)
public SQLServerQuery(Connection conn, Configuration configuration)
public SQLServerQuery tableHints(SQLServerTableHints... tableHints)
tableHints
- public SQLServerQuery clone(Connection conn)
clone
in class AbstractSQLQuery<SQLServerQuery>
Copyright © 2007–2015 Mysema Ltd. All rights reserved.