Uses of Class
com.mysema.query.types.ConstructorExpression

Packages that use ConstructorExpression
com.mysema.query.types Contains Querydsl grammar types 
 

Uses of ConstructorExpression in com.mysema.query.types
 

Methods in com.mysema.query.types that return ConstructorExpression
static
<T> ConstructorExpression<T>
Projections.constructor(Class<T> type, Expression<?>... exprs)
          Create a constructor invocation projection for the given type and expressions
static
<D> ConstructorExpression<D>
ConstructorExpression.create(Class<D> type, Expression<?>... args)
           
 



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