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