com.mysema.query.sql
Class SQLSubQuery

java.lang.Object
  extended by com.mysema.query.QueryBase<SubType>
      extended by com.mysema.query.support.DetachableQuery<SQLSubQuery>
          extended by 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

Field Summary
 
Fields inherited from class com.mysema.query.QueryBase
queryMixin
 
Constructor Summary
SQLSubQuery()
           
SQLSubQuery(QueryMetadata metadata)
           
 
Method Summary
 SQLSubQuery from(PEntity<?>... args)
           
 SQLSubQuery fullJoin(PEntity<?> target)
           
 SQLSubQuery innerJoin(PEntity<?> target)
           
 SQLSubQuery join(PEntity<?> target)
           
 SQLSubQuery leftJoin(PEntity<?> target)
           
 SQLSubQuery on(EBoolean... conditions)
           
 String toString()
           
 
Methods inherited from class com.mysema.query.support.DetachableQuery
count, exists, list, list, list, notExists, unique, unique, unique
 
Methods inherited from class com.mysema.query.QueryBase
groupBy, having, limit, offset, orderBy, restrict, where
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLSubQuery

public SQLSubQuery()

SQLSubQuery

public SQLSubQuery(QueryMetadata metadata)
Method Detail

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.