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

Packages that use MapPath
com.mysema.query.alias Alias functionality 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
 

Uses of MapPath in com.mysema.query.alias
 

Methods in com.mysema.query.alias that return MapPath
static
<K,V,Q extends SimpleExpression<V>>
MapPath<K,V,Q>
Alias.$(Map<K,V> args)
           
 

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

Methods in com.mysema.query.types.path that return MapPath
protected
<K,V,E extends SimpleExpression<? super V>>
MapPath<K,V,E>
BeanPath.createMap(String property, Class<? super K> key, Class<? super V> value, Class<? super E> queryType)
          Create a new Map typed path
<K,V> MapPath<K,V,PathBuilder<V>>
PathBuilder.getMap(String property, Class<K> key, Class<V> value)
          Get a new Map typed path
<K,V,E extends SimpleExpression<V>>
MapPath<K,V,E>
PathBuilder.getMap(String property, Class<K> key, Class<V> value, Class<E> queryType)
          Get a new Map typed path
 



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