com.mysema.query.types.expr
Class QTuple

java.lang.Object
  extended by com.mysema.query.types.Expr<D>
      extended by com.mysema.query.types.expr.ESimple<D>
          extended by com.mysema.query.types.EConstructor<Tuple>
              extended by com.mysema.query.types.expr.QTuple
All Implemented Interfaces:
Serializable

public class QTuple
extends EConstructor<Tuple>

QTuple represents a projection of type Tuple

Author:
tiwe
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mysema.query.types.Expr
primitive
 
Constructor Summary
QTuple(Expr<?>... args)
           
 
Method Summary
 Tuple newInstance(Object... args)
          Create a projection with the given arguments
 
Methods inherited from class com.mysema.query.types.EConstructor
accept, create, equals, getArgs, hashCode
 
Methods inherited from class com.mysema.query.types.expr.ESimple
as, count, countDistinct, eq, eq, in, in, in, ne, ne, when, when
 
Methods inherited from class com.mysema.query.types.Expr
asExpr, getType, notIn, notIn, notIn, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QTuple

public QTuple(Expr<?>... args)
Method Detail

newInstance

public Tuple newInstance(Object... args)
Description copied from class: EConstructor
Create a projection with the given arguments

Overrides:
newInstance in class EConstructor<Tuple>
Returns:


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