Package | Description |
---|---|
com.querydsl.core.alias |
Alias functionality
|
com.querydsl.core.types.dsl |
DSL expression types
|
Modifier and Type | Method and Description |
---|---|
static <K,V> MapPath<K,V,SimpleExpression<V>> |
Alias.$(Map<K,V> arg)
Convert the given alias to an expression
|
Modifier and Type | Method and Description |
---|---|
protected <K,V,E extends SimpleExpression<? super V>> |
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)
Create a new Map typed path
|
<K,V,E extends SimpleExpression<V>> |
PathBuilder.getMap(String property,
Class<K> key,
Class<V> value,
Class<? super E> queryType)
Create a new Map typed path
|
static <K,V,E extends SimpleExpression<? super V>> |
Expressions.mapPath(Class<? super K> keyType,
Class<? super V> valueType,
Class<E> queryType,
PathMetadata metadata)
Create a new Path expression
|
Copyright © 2007–2016 Querydsl. All rights reserved.