Uses of Class
com.querydsl.core.types.dsl.CollectionPath
Packages that use CollectionPath
Package
Description
Alias functionality
DSL expression types
-
Uses of CollectionPath in com.querydsl.core.alias
Methods in com.querydsl.core.alias that return CollectionPathModifier and TypeMethodDescriptionstatic <D> CollectionPath<D,SimpleExpression<D>> Alias.$(Collection<D> arg) Convert the given alias to an expression -
Uses of CollectionPath in com.querydsl.core.types.dsl
Methods in com.querydsl.core.types.dsl that return CollectionPathModifier and TypeMethodDescriptionstatic <E,Q extends SimpleExpression<? super E>>
CollectionPath<E,Q> Expressions.collectionPath(Class<E> type, Class<Q> queryType, PathMetadata metadata) Create a new Path expressionprotected <A,Q extends SimpleExpression<? super A>>
CollectionPath<A,Q> BeanPath.createCollection(String property, Class<? super A> type, Class<? super Q> queryType, PathInits inits) Create a new Collection typed path<A> CollectionPath<A,PathBuilder<A>> PathBuilder.getCollection(String property, Class<A> type) Create a new Collection typed path<A,E extends SimpleExpression<A>>
CollectionPath<A,E> PathBuilder.getCollection(String property, Class<A> type, Class<? super E> queryType) Create a new Collection typed path