T
- result typeC
- the concrete subtypepublic abstract class AbstractSQLServerQuery<T,C extends AbstractSQLServerQuery<T,C>> extends AbstractSQLQuery<T,C>
AbstractSQLServerQuery
provides SQL Server related extensions to SQLQuerylisteners, PARENT_CONTEXT, useLiterals
configuration, firstUnionSubQuery, union, unionAll
MDC_PARAMETERS, MDC_QUERY, queryMixin
Constructor and Description |
---|
AbstractSQLServerQuery(Connection conn,
Configuration configuration,
QueryMetadata metadata) |
AbstractSQLServerQuery(javax.inject.Provider<Connection> connProvider,
Configuration configuration,
QueryMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
C |
tableHints(SQLServerTableHints... tableHints)
Set the table hints
|
addListener, as, as, cleanupMDC, clone, clone, clone, createSerializer, endContext, fetch, fetchCount, fetchResults, forShare, forShare, forUpdate, getConfiguration, getResults, getResults, iterate, logQuery, onException, setParameters, setStatementOptions, setUseLiterals, startContext
accept, addFlag, addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, fetchOne, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, getSQL, getSQL, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, on, on, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, serialize, toString, union, union, union, unionAll, unionAll, unionAll, with, with, with, withRecursive, withRecursive, withRecursive
contains, contains, eq, eq, exists, getMetadata, getType, goe, goe, gt, gt, hashCode, in, in, isNotNull, isNull, loe, loe, lt, lt, ne, ne, notExists
equals, fetchFirst, transform, uniqueResult
distinct, groupBy, groupBy, having, having, limit, offset, orderBy, orderBy, restrict, set, where, where
finalize, getClass, notify, notifyAll, wait, wait, wait
distinct, limit, offset, orderBy, restrict, set
where
select, select, transform
fetchFirst
public AbstractSQLServerQuery(Connection conn, Configuration configuration, QueryMetadata metadata)
public AbstractSQLServerQuery(javax.inject.Provider<Connection> connProvider, Configuration configuration, QueryMetadata metadata)
@WithBridgeMethods(value=SQLServerQuery.class, castRequired=true) public C tableHints(SQLServerTableHints... tableHints)
tableHints
- table hintsCopyright © 2007–2018 Querydsl. All rights reserved.