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

Packages that use FactoryExpression
com.mysema.query.collections Implementations of Querydsl query interfaces for JavaBean collections 
com.mysema.query.group   
com.mysema.query.jpa Query implementations for HQL and JPAQL 
com.mysema.query.jpa.hibernate JPQL for Hibernate 
com.mysema.query.jpa.impl HQL Support classes 
com.mysema.query.mongodb   
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.support Various support classes 
com.mysema.query.types Contains Querydsl grammar types 
 

Uses of FactoryExpression in com.mysema.query.collections
 

Methods in com.mysema.query.collections with parameters of type FactoryExpression
 Void ColQuerySerializer.visit(FactoryExpression<?> expr, Void context)
           
 

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.jpa
 

Methods in com.mysema.query.jpa with parameters of type FactoryExpression
 Void JPQLSerializer.visit(FactoryExpression<?> expr, Void context)
           
 

Uses of FactoryExpression in com.mysema.query.jpa.hibernate
 

Constructors in com.mysema.query.jpa.hibernate with parameters of type FactoryExpression
FactoryExpressionTransformer(FactoryExpression<?> constructor)
           
 

Uses of FactoryExpression in com.mysema.query.jpa.impl
 

Constructors in com.mysema.query.jpa.impl with parameters of type FactoryExpression
HibernateQueryTransformation(javax.persistence.Query query, FactoryExpression<?> projection)
           
 

Uses of FactoryExpression in com.mysema.query.mongodb
 

Methods in com.mysema.query.mongodb with parameters of type FactoryExpression
 Object MongodbSerializer.visit(FactoryExpression<?> expr, Void context)
           
 

Uses of FactoryExpression in com.mysema.query.sql
 

Classes in com.mysema.query.sql that implement FactoryExpression
 class QBeans
          Expression used to project a list of beans
 

Methods in com.mysema.query.sql that return FactoryExpression
static
<T> FactoryExpression<T>
RelationalPathUtils.createProjection(RelationalPath<T> path)
           
 FactoryExpression<T> RelationalPathBase.getProjection()
           
 

Uses of FactoryExpression in com.mysema.query.support
 

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)
           
 

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)
           
 

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)
           
 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-2011 Mysema Ltd. All Rights Reserved.