com.mysema.query.sql
Class SQLSubQuery
java.lang.Object
com.mysema.query.support.QueryBase<Q>
com.mysema.query.support.DetachableQuery<Q>
com.mysema.query.sql.AbstractSQLSubQuery<SQLSubQuery>
com.mysema.query.sql.SQLSubQuery
- All Implemented Interfaces:
- FilteredClause<SQLSubQuery>, Query<SQLSubQuery>, SQLCommonQuery<SQLSubQuery>, Detachable
public class SQLSubQuery
- extends AbstractSQLSubQuery<SQLSubQuery>
- implements SQLCommonQuery<SQLSubQuery>
SQLSubQuery is a subquery implementation for SQL queries
- Author:
- tiwe
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, exists, list, list, list, notExists, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique |
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 |
SQLSubQuery
public SQLSubQuery()
SQLSubQuery
public SQLSubQuery(QueryMetadata metadata)
union
public Expr<?> union(SubQueryExpression<?>... sq)
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.