T - result typepublic class SQLServerQuery<T> extends AbstractSQLQuery<T,SQLServerQuery<T>>
SQLServerQuery provides SQL Server related extensions to SQLQuerylisteners, useLiteralsconfiguration, firstUnionSubQuery, union, unionAllMDC_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<T> |
clone(Connection conn) |
SQLServerQuery<Tuple> |
select(Expression<?>... exprs) |
<U> SQLServerQuery<U> |
select(Expression<U> expr) |
SQLServerQuery<T> |
tableHints(SQLServerTableHints... tableHints)
Set the table hints
|
addListener, as, as, cleanupMDC, clone, clone, createSerializer, endContext, fetch, fetchCount, fetchResults, forUpdate, getConfiguration, getResults, iterate, logQuery, onException, setParameters, setUseLiterals, startContextaccept, addFlag, addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, fetchOne, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, getSQL, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, on, on, rightJoin, rightJoin, rightJoin, rightJoin, serialize, toString, union, union, union, unionAll, unionAll, unionAll, with, with, with, withRecursive, withRecursive, withRecursivecontains, contains, eq, eq, exists, getMetadata, getType, goe, goe, gt, gt, hashCode, loe, loe, lt, lt, ne, ne, notExistsequals, fetchFirst, transform, uniqueResultdistinct, groupBy, groupBy, having, having, limit, offset, orderBy, orderBy, restrict, set, where, wherefinalize, getClass, notify, notifyAll, wait, wait, waitdistinct, limit, offset, orderBy, restrict, setwheretransformfetchFirstpublic 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<T> tableHints(SQLServerTableHints... tableHints)
tableHints - table hintspublic SQLServerQuery<T> clone(Connection conn)
clone in class AbstractSQLQuery<T,SQLServerQuery<T>>public <U> SQLServerQuery<U> select(Expression<U> expr)
public SQLServerQuery<Tuple> select(Expression<?>... exprs)
Copyright © 2007–2015 Mysema Ltd. All rights reserved.