|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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
|
BeanPath.createMap(String property,
Class<? super K> key,
Class<? super V> value,
Class<? super E> queryType)
Create a new Map typed path |
|
|
PathBuilder.getMap(String property,
Class<K> key,
Class<V> value)
Get a new Map typed path |
|
|
PathBuilder.getMap(String property,
Class<K> key,
Class<V> value,
Class<E> queryType)
Get a new Map typed path |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||