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

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

Uses of ArrayConstructorExpression in com.mysema.query.types
 

Methods in com.mysema.query.types that return ArrayConstructorExpression
static
<T> ArrayConstructorExpression<T>
Projections.array(Class<T[]> type, Expression<T>... exprs)
          Create a typed array projection for the given type and expressions
 



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