Uses of Class
com.mysema.query.types.path.PMap

Packages that use PMap
com.mysema.query.alias Alias functionality 
com.mysema.query.hql Query implementations for HQL and JPAQL 
com.mysema.query.types Contains Querydsl grammar types 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
 

Uses of PMap in com.mysema.query.alias
 

Methods in com.mysema.query.alias that return PMap
static
<K,V> PMap<K,V,?>
Alias.$(Map<K,V> args)
           
 

Uses of PMap in com.mysema.query.hql
 

Methods in com.mysema.query.hql with parameters of type PMap
<P> HQLSubQuery
HQLSubQuery.fullJoin(PMap<?,P,?> target)
           
<P> T
HQLQueryMixin.fullJoin(PMap<?,P,?> target)
           
<P> SubType
HQLQueryBase.fullJoin(PMap<?,P,?> target)
           
<P> HQLQuery
HQLQuery.fullJoin(PMap<?,P,?> target)
          Create an full join with the given target.
<P> HQLSubQuery
HQLSubQuery.fullJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> T
HQLQueryMixin.fullJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.fullJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> HQLQuery
HQLQuery.fullJoin(PMap<?,P,?> target, Path<P> alias)
          Create a full join with the given target and alias.
<P> HQLSubQuery
HQLSubQuery.innerJoin(PMap<?,P,?> target)
           
<P> T
HQLQueryMixin.innerJoin(PMap<?,P,?> target)
           
<P> SubType
HQLQueryBase.innerJoin(PMap<?,P,?> target)
           
<P> HQLQuery
HQLQuery.innerJoin(PMap<?,P,?> target)
          Create an inner join with the given target.
<P> HQLSubQuery
HQLSubQuery.innerJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> T
HQLQueryMixin.innerJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.innerJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> HQLQuery
HQLQuery.innerJoin(PMap<?,P,?> target, Path<P> alias)
          Create an inner join with the given target and alias.
<P> HQLSubQuery
HQLSubQuery.join(PMap<?,P,?> target)
           
<P> T
HQLQueryMixin.join(PMap<?,P,?> target)
           
<P> SubType
HQLQueryBase.join(PMap<?,P,?> target)
           
<P> HQLQuery
HQLQuery.join(PMap<?,P,?> target)
          Create an join with the given target.
<P> HQLSubQuery
HQLSubQuery.join(PMap<?,P,?> target, Path<P> alias)
           
<P> T
HQLQueryMixin.join(PMap<?,P,?> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.join(PMap<?,P,?> target, Path<P> alias)
           
<P> HQLQuery
HQLQuery.join(PMap<?,P,?> target, Path<P> alias)
          Create a join with the given target and alias.
<P> HQLSubQuery
HQLSubQuery.leftJoin(PMap<?,P,?> target)
           
<P> T
HQLQueryMixin.leftJoin(PMap<?,P,?> target)
           
<P> SubType
HQLQueryBase.leftJoin(PMap<?,P,?> target)
           
<P> HQLQuery
HQLQuery.leftJoin(PMap<?,P,?> target)
          Create an left join with the given target.
<P> HQLSubQuery
HQLSubQuery.leftJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> T
HQLQueryMixin.leftJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> SubType
HQLQueryBase.leftJoin(PMap<?,P,?> target, Path<P> alias)
           
<P> HQLQuery
HQLQuery.leftJoin(PMap<?,P,?> target, Path<P> alias)
          Create a left join with the given target and alias.
 

Uses of PMap in com.mysema.query.types
 

Methods in com.mysema.query.types with parameters of type PMap
 void VisitorBase.visit(PMap<?,?,?> expr)
           
 void Visitor.visit(PMap<?,?,?> expr)
           
 

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

Methods in com.mysema.query.types.path that return PMap
 PMap<K,V,E> PMap.asExpr()
           
protected
<K,V,E extends Expr<V>>
PMap<K,V,E>
PEntity.createMap(String property, Class<? super K> key, Class<? super V> value, Class<? super E> queryType)
           
<K,V> PMap<K,V,PathBuilder<V>>
PathBuilder.getMap(String property, Class<K> key, Class<V> value)
           
<K,V,E extends Expr<V>>
PMap<K,V,E>
PathBuilder.getMap(String property, Class<K> key, Class<V> value, Class<E> queryType)
           
 

Methods in com.mysema.query.types.path with parameters of type PMap
static
<KT> PathMetadata<KT>
PathMetadataFactory.forMapAccess(PMap<?,?,?> parent, Expr<KT> key)
           
static
<KT> PathMetadata<KT>
PathMetadataFactory.forMapAccess(PMap<?,?,?> parent, KT key)
           
 



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