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

Packages that use MapExpression
com.mysema.query.collections Implementations of Querydsl query interfaces for JavaBean collections 
com.mysema.query.jpa Query implementations for HQL and JPAQL 
com.mysema.query.support Various support classes 
com.mysema.query.types.expr Operations represent typed operations with operator and arguments 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
 

Uses of MapExpression in com.mysema.query.collections
 

Methods in com.mysema.query.collections with parameters of type MapExpression
<P> ColQuery
ColQuery.innerJoin(MapExpression<?,P> mapPath, Path<P> alias)
          Define an inner join from the Map typed path to the alias
<P> Q
AbstractColQuery.innerJoin(MapExpression<?,P> target, Path<P> alias)
           
 

Uses of MapExpression in com.mysema.query.jpa
 

Methods in com.mysema.query.jpa with parameters of type MapExpression
<P> Q
AbstractJPQLSubQuery.fullJoin(MapExpression<?,P> target)
           
<P> Q
JPQLQueryBase.fullJoin(MapExpression<?,P> target)
           
<P> Q
JPQLCommonQuery.fullJoin(MapExpression<?,P> target)
          Create an full join with the given target.
<P> Q
AbstractJPQLSubQuery.fullJoin(MapExpression<?,P> target, Path<P> alias)
           
<P> Q
JPQLQueryBase.fullJoin(MapExpression<?,P> target, Path<P> alias)
           
<P> Q
JPQLCommonQuery.fullJoin(MapExpression<?,P> target, Path<P> alias)
          Create a full join with the given target and alias.
<P> Q
AbstractJPQLSubQuery.innerJoin(MapExpression<?,P> target)
           
<P> Q
JPQLQueryBase.innerJoin(MapExpression<?,P> target)
           
<P> Q
JPQLCommonQuery.innerJoin(MapExpression<?,P> target)
          Create an inner join with the given target.
<P> Q
AbstractJPQLSubQuery.innerJoin(MapExpression<?,P> target, Path<P> alias)
           
<P> Q
JPQLQueryBase.innerJoin(MapExpression<?,P> target, Path<P> alias)
           
<P> Q
JPQLCommonQuery.innerJoin(MapExpression<?,P> target, Path<P> alias)
          Create an inner join with the given target and alias.
<P> Q
AbstractJPQLSubQuery.join(MapExpression<?,P> target)
           
<P> Q
JPQLQueryBase.join(MapExpression<?,P> target)
           
<P> Q
JPQLCommonQuery.join(MapExpression<?,P> target)
          Create an join with the given target.
<P> Q
AbstractJPQLSubQuery.join(MapExpression<?,P> target, Path<P> alias)
           
<P> Q
JPQLQueryBase.join(MapExpression<?,P> target, Path<P> alias)
           
<P> Q
JPQLCommonQuery.join(MapExpression<?,P> target, Path<P> alias)
          Create a join with the given target and alias.
<P> Q
AbstractJPQLSubQuery.leftJoin(MapExpression<?,P> target)
           
<P> Q
JPQLQueryBase.leftJoin(MapExpression<?,P> target)
           
<P> Q
JPQLCommonQuery.leftJoin(MapExpression<?,P> target)
          Create an left join with the given target.
<P> Q
AbstractJPQLSubQuery.leftJoin(MapExpression<?,P> target, Path<P> alias)
           
<P> Q
JPQLQueryBase.leftJoin(MapExpression<?,P> target, Path<P> alias)
           
<P> Q
JPQLCommonQuery.leftJoin(MapExpression<?,P> target, Path<P> alias)
          Create a left join with the given target and alias.
 

Uses of MapExpression in com.mysema.query.support
 

Methods in com.mysema.query.support with parameters of type MapExpression
protected
<D> Expression<D>
QueryMixin.createAlias(MapExpression<?,D> target, Path<D> alias)
           
<P> T
QueryMixin.fullJoin(MapExpression<?,P> target)
           
<P> T
QueryMixin.fullJoin(MapExpression<?,P> target, Path<P> alias)
           
<P> T
QueryMixin.innerJoin(MapExpression<?,P> target)
           
<P> T
QueryMixin.innerJoin(MapExpression<?,P> target, Path<P> alias)
           
<P> T
QueryMixin.join(MapExpression<?,P> target)
           
<P> T
QueryMixin.join(MapExpression<?,P> target, Path<P> alias)
           
<P> T
QueryMixin.leftJoin(MapExpression<?,P> target)
           
<P> T
QueryMixin.leftJoin(MapExpression<?,P> target, Path<P> alias)
           
<P> T
QueryMixin.rightJoin(MapExpression<?,P> target)
           
<P> T
QueryMixin.rightJoin(MapExpression<?,P> target, Path<P> alias)
           
 

Uses of MapExpression in com.mysema.query.types.expr
 

Classes in com.mysema.query.types.expr that implement MapExpression
 class MapExpressionBase<K,V,Q extends SimpleExpression<? super V>>
          MapExpressionBase is an abstract base class for MapExpression implementations
 

Uses of MapExpression in com.mysema.query.types.path
 

Classes in com.mysema.query.types.path that implement MapExpression
 class MapPath<K,V,E extends SimpleExpression<? super V>>
          MapPath represents map paths
 



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