Uses of Interface
com.mysema.query.types.FactoryExpression

Packages that use FactoryExpression
com.mysema.query.group   
com.mysema.query.support Various support classes 
com.mysema.query.types Contains Querydsl grammar types 
 

Uses of FactoryExpression in com.mysema.query.group
 

Classes in com.mysema.query.group that implement FactoryExpression
 class QPair<K,V>
          A pair of (Map) key and value
 

Methods in com.mysema.query.group with parameters of type FactoryExpression
<V> ResultTransformer<Map<K,V>>
GroupByBuilder.as(FactoryExpression<V> expression)
           
 

Uses of FactoryExpression in com.mysema.query.support
 

Classes in com.mysema.query.support that implement FactoryExpression
 class NumberConversion<T>
          NumberConversion ensures that the results of a numeric projection confirm to the type of the projection expression
 class NumberConversions<T>
          NumberConversions ensures that the results of a projection involving numeric expressions confirm to the types of the numeric expressions
 

Methods in com.mysema.query.support with parameters of type FactoryExpression
 Expression<?> CollectionAnyVisitor.visit(FactoryExpression<?> expr, Context context)
           
 Expression<?> ListAccessVisitor.visit(FactoryExpression<?> expr, Context context)
           
 Void SerializerBase.visit(FactoryExpression<?> expr, Void context)
           
 

Constructors in com.mysema.query.support with parameters of type FactoryExpression
NumberConversions(FactoryExpression<T> expr)
           
 

Uses of FactoryExpression in com.mysema.query.types
 

Classes in com.mysema.query.types that implement FactoryExpression
 class ArrayConstructorExpression<T>
          ArrayConstructorExpression extends ExpressionBase to represent array initializers
 class ConstructorExpression<T>
          ConstructorExpression represents a constructor invocation
static class FactoryExpressionUtils.FactoryExpressionAdapter<T>
           
 class MappingProjection<T>
          Projection template that allows implementing arbitrary mapping of rows to result objects.
 class QBean<T>
          QBean is a JavaBean populating projection type
 class QTuple
          QTuple represents a projection of type Tuple
 

Methods in com.mysema.query.types that return FactoryExpression
static
<T> FactoryExpression<T>
FactoryExpressionUtils.wrap(FactoryExpression<T> expr)
           
static FactoryExpression<?> FactoryExpressionUtils.wrap(List<? extends Expression<?>> projection)
           
 

Methods in com.mysema.query.types with parameters of type FactoryExpression
 R Visitor.visit(FactoryExpression<?> expr, C context)
           
 String ToStringVisitor.visit(FactoryExpression<?> e, Templates templates)
           
 Path<?> PathExtractor.visit(FactoryExpression<?> expr, Void context)
           
 Integer HashCodeVisitor.visit(FactoryExpression<?> expr, Void context)
           
 Expression<?> ExtractorVisitor.visit(FactoryExpression<?> expr, Void context)
           
 Void ValidatingVisitor.visit(FactoryExpression<?> expr, Void context)
           
static
<T> FactoryExpression<T>
FactoryExpressionUtils.wrap(FactoryExpression<T> expr)
           
 



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