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

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

Uses of QBean in com.mysema.query.types
 

Methods in com.mysema.query.types that return QBean
static
<T> QBean<T>
Projections.bean(Class<T> type, Expression<?>... exprs)
          Create a Bean populating projection for the given type and expressions
static
<T> QBean<T>
Projections.bean(Path<T> type, Expression<?>... exprs)
          Create a Bean populating projection for the given type and expressions
static
<T> QBean<T>
Projections.fields(Class<T> type, Expression<?>... exprs)
          Create a field access based Bean populating projection for the given type and expressions
static
<T> QBean<T>
Projections.fields(Path<T> type, Expression<?>... exprs)
          Create a field access based Bean populating projection for the given type and expressions
 



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