T
- result typeQ
- concrete subtypepublic abstract class AbstractSQLQuery<T,Q extends AbstractSQLQuery<T,Q>> extends ProjectableSQLQuery<T,Q>
configuration, firstUnionSubQuery, union, unionAll
MDC_PARAMETERS, MDC_QUERY, queryMixin
Constructor and Description |
---|
AbstractSQLQuery(QueryMetadata metadata,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
protected Expression<?> |
extractEntityExpression(Expression<?> expr) |
protected boolean |
isEntityExpression(Expression<?> expr) |
accept, addFlag, addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, clone, clone, createSerializer, fetchCount, fetchOne, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, 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, fetch, 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
fetch, fetchFirst, fetchResults, iterate
public AbstractSQLQuery(QueryMetadata metadata, Configuration configuration)
protected boolean isEntityExpression(Expression<?> expr)
protected Expression<?> extractEntityExpression(Expression<?> expr)
Copyright © 2007–2016 Querydsl. All rights reserved.