|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.query.support.QueryBase<Q>
com.mysema.query.support.DetachableQuery<Q>
com.mysema.query.sql.AbstractSQLSubQuery<SQLSubQuery>
com.mysema.query.sql.SQLSubQuery
public class SQLSubQuery
SQLSubQuery is a subquery implementation for SQL queries
Field Summary |
---|
Fields inherited from class com.mysema.query.sql.AbstractSQLSubQuery |
---|
queryMixin |
Constructor Summary | |
---|---|
SQLSubQuery()
|
|
SQLSubQuery(com.mysema.query.QueryMetadata metadata)
|
Method Summary | ||
---|---|---|
com.mysema.query.types.expr.BooleanExpression |
exists()
|
|
com.mysema.query.types.expr.BooleanExpression |
notExists()
|
|
|
union(List<? extends com.mysema.query.types.SubQueryExpression<T>> sq)
|
|
|
union(com.mysema.query.types.SubQueryExpression<T>... sq)
|
Methods inherited from class com.mysema.query.sql.AbstractSQLSubQuery |
---|
addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, from, from, fullJoin, fullJoin, fullJoin, fullJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, on, rightJoin, rightJoin, rightJoin, rightJoin, toString |
Methods inherited from class com.mysema.query.support.DetachableQuery |
---|
count, list, list, list, list, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique |
Methods inherited from class com.mysema.query.support.QueryBase |
---|
distinct, equals, groupBy, hashCode, having, limit, offset, orderBy, restrict, set, where |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.mysema.query.sql.SQLCommonQuery |
---|
addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, from, from, fullJoin, fullJoin, fullJoin, fullJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, on, rightJoin, rightJoin, rightJoin, rightJoin |
Methods inherited from interface com.mysema.query.Query |
---|
groupBy, having |
Methods inherited from interface com.mysema.query.SimpleQuery |
---|
distinct, limit, offset, orderBy, restrict, set |
Methods inherited from interface com.mysema.query.FilteredClause |
---|
where |
Constructor Detail |
---|
public SQLSubQuery()
public SQLSubQuery(com.mysema.query.QueryMetadata metadata)
Method Detail |
---|
public <T> com.mysema.query.types.expr.SimpleExpression<T> union(List<? extends com.mysema.query.types.SubQueryExpression<T>> sq)
public <T> com.mysema.query.types.expr.SimpleExpression<T> union(com.mysema.query.types.SubQueryExpression<T>... sq)
public com.mysema.query.types.expr.BooleanExpression exists()
exists
in interface com.mysema.query.types.query.Detachable
exists
in class com.mysema.query.support.DetachableQuery<SQLSubQuery>
public com.mysema.query.types.expr.BooleanExpression notExists()
notExists
in interface com.mysema.query.types.query.Detachable
notExists
in class com.mysema.query.support.DetachableQuery<SQLSubQuery>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |