Uses of Class
com.querydsl.core.types.dsl.ListPath
Packages that use ListPath
Package
Description
Alias functionality
DSL expression types
-
Uses of ListPath in com.querydsl.core.alias
Methods in com.querydsl.core.alias that return ListPathModifier and TypeMethodDescriptionstatic <D> ListPath<D,SimpleExpression<D>> Convert the given alias to an expression -
Uses of ListPath in com.querydsl.core.types.dsl
Methods in com.querydsl.core.types.dsl that return ListPathModifier and TypeMethodDescriptionprotected <A,E extends SimpleExpression<? super A>>
ListPath<A,E> BeanPath.createList(String property, Class<? super A> type, Class<? super E> queryType, PathInits inits) Create a new List typed path<A> ListPath<A,PathBuilder<A>> Create a new List typed path<A,E extends SimpleExpression<A>>
ListPath<A,E> Create a new List typed pathstatic <E,Q extends SimpleExpression<? super E>>
ListPath<E,Q> Expressions.listPath(Class<E> type, Class<Q> queryType, PathMetadata metadata) Create a new Path expression