|
||||||||||
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.support.QueryBase |
---|
queryMixin |
Constructor Summary | |
---|---|
SQLSubQuery()
|
|
SQLSubQuery(QueryMetadata metadata)
|
Method Summary | |
---|---|
BooleanExpression |
exists()
Create an exists(this) expression |
BooleanExpression |
notExists()
Create an not exists(this) expression |
Expression<?> |
union(SubQueryExpression<?>... sq)
|
Methods inherited from class com.mysema.query.sql.AbstractSQLSubQuery |
---|
addFlag, addFlag, addFlag, from, fullJoin, fullJoin, fullJoin, innerJoin, innerJoin, innerJoin, join, join, join, leftJoin, leftJoin, leftJoin, on, rightJoin, rightJoin, rightJoin, toString |
Methods inherited from class com.mysema.query.support.DetachableQuery |
---|
count, list, list, list, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique |
Methods inherited from class com.mysema.query.support.QueryBase |
---|
groupBy, having, limit, offset, orderBy, restrict, set, where |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.mysema.query.sql.SQLCommonQuery |
---|
from, fullJoin, fullJoin, fullJoin, innerJoin, innerJoin, innerJoin, join, join, join, leftJoin, leftJoin, leftJoin, on, rightJoin, rightJoin, rightJoin |
Methods inherited from interface com.mysema.query.Query |
---|
groupBy, having, limit, offset, orderBy, restrict, set |
Methods inherited from interface com.mysema.query.FilteredClause |
---|
where |
Constructor Detail |
---|
public SQLSubQuery()
public SQLSubQuery(QueryMetadata metadata)
Method Detail |
---|
public Expression<?> union(SubQueryExpression<?>... sq)
public BooleanExpression exists()
Detachable
exists
in interface Detachable
exists
in class DetachableQuery<SQLSubQuery>
public BooleanExpression notExists()
Detachable
notExists
in interface Detachable
notExists
in class DetachableQuery<SQLSubQuery>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |