com.mysema.query.sql
Class SQLSubQuery
java.lang.Object
com.mysema.query.support.QueryBase<Q>
com.mysema.query.support.DetachableQuery<SQLSubQuery>
com.mysema.query.sql.SQLSubQuery
- All Implemented Interfaces:
- Detachable
public class SQLSubQuery
- extends DetachableQuery<SQLSubQuery>
SQLSubQuery is a subquery implementation for SQL queries
- Author:
- tiwe
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 |
SQLSubQuery
public SQLSubQuery()
SQLSubQuery
public SQLSubQuery(QueryMetadata metadata)
from
public SQLSubQuery from(PEntity<?>... args)
fullJoin
public SQLSubQuery fullJoin(PEntity<?> target)
innerJoin
public SQLSubQuery innerJoin(PEntity<?> target)
join
public SQLSubQuery join(PEntity<?> target)
leftJoin
public SQLSubQuery leftJoin(PEntity<?> target)
on
public SQLSubQuery on(EBoolean... conditions)
toString
public String toString()
- Overrides:
toString
in class QueryBase<SQLSubQuery>
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.