com.mysema.query.types.query
Class ObjectSubQuery<A>

java.lang.Object
  extended by com.mysema.query.types.expr.Expr<A>
      extended by com.mysema.query.types.query.ObjectSubQuery<A>
Type Parameters:
JM -
A -
All Implemented Interfaces:
SubQuery, Serializable

public class ObjectSubQuery<A>
extends Expr<A>
implements SubQuery

Single result subquery

Author:
tiwe
See Also:
Serialized Form

Constructor Summary
ObjectSubQuery(QueryMetadata md, Class<A> type)
           
 
Method Summary
 void accept(Visitor v)
           
 EBoolean exists()
           
 QueryMetadata getMetadata()
           
 EBoolean notExists()
           
 
Methods inherited from class com.mysema.query.types.expr.Expr
count, countAll, countDistinct, eq, eq, getType, hashCode, in, in, in, ne, ne, notIn, notIn, notIn, toString, when, when
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectSubQuery

public ObjectSubQuery(QueryMetadata md,
                      Class<A> type)
Method Detail

accept

public void accept(Visitor v)
Specified by:
accept in class Expr<A>

getMetadata

public QueryMetadata getMetadata()
Specified by:
getMetadata in interface SubQuery

exists

public EBoolean exists()
Specified by:
exists in interface SubQuery

notExists

public EBoolean notExists()
Specified by:
notExists in interface SubQuery


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.