Uses of Class
com.querydsl.core.types.dsl.MapPath
Packages that use MapPath
Package
Description
Alias functionality
DSL expression types
-
Uses of MapPath in com.querydsl.core.alias
Methods in com.querydsl.core.alias that return MapPathModifier and TypeMethodDescriptionstatic <K,V> MapPath<K, V, SimpleExpression<V>> Convert the given alias to an expression -
Uses of MapPath in com.querydsl.core.types.dsl
Methods in com.querydsl.core.types.dsl that return MapPathModifier and TypeMethodDescriptionprotected <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>> Create a new Map typed path<K,V, E extends SimpleExpression<V>>
MapPath<K,V, E> Create a new Map typed pathstatic <K,V, E extends SimpleExpression<? super V>>
MapPath<K,V, E> Expressions.mapPath(Class<? super K> keyType, Class<? super V> valueType, Class<E> queryType, PathMetadata metadata) Create a new Path expression