Uses of Interface
com.querydsl.core.types.CollectionExpression
Packages that use CollectionExpression
Package
Description
Various support classes
Expression types
DSL expression types
-
Uses of CollectionExpression in com.querydsl.core.support
Methods in com.querydsl.core.support with parameters of type CollectionExpressionModifier and TypeMethodDescriptionfinal <P> TQueryMixin.fullJoin(CollectionExpression<?, P> target, Path<P> alias) final <P> TQueryMixin.innerJoin(CollectionExpression<?, P> target, Path<P> alias) final <P> TQueryMixin.join(CollectionExpression<?, P> target, Path<P> alias) final <P> TQueryMixin.leftJoin(CollectionExpression<?, P> target, Path<P> alias) final <P> TQueryMixin.rightJoin(CollectionExpression<?, P> target, Path<P> alias) -
Uses of CollectionExpression in com.querydsl.core.types
Methods in com.querydsl.core.types with parameters of type CollectionExpressionModifier and TypeMethodDescriptionstatic <T> Expression<T>ExpressionUtils.all(CollectionExpression<?, ? super T> col) Create aall colexpressionstatic <T> Expression<T>ExpressionUtils.any(CollectionExpression<?, ? super T> col) Create aany colexpressionstatic <D> PredicateExpressionUtils.in(Expression<D> left, CollectionExpression<?, ? extends D> right) Create aleft in rightexpressionstatic <D> PredicateExpressionUtils.notIn(Expression<D> left, CollectionExpression<?, ? extends D> right) Create aleft not in rightexpression -
Uses of CollectionExpression in com.querydsl.core.types.dsl
Subinterfaces of CollectionExpression in com.querydsl.core.types.dslModifier and TypeInterfaceDescriptioninterfaceListExpression<E,Q extends SimpleExpression<? super E>> ListExpressionrepresentsjava.util.Listtyped expressionsClasses in com.querydsl.core.types.dsl that implement CollectionExpressionModifier and TypeClassDescriptionclassCollectionExpressionBase<T extends Collection<E>,E> CollectionExpressionBaseis an abstract base class forCollectionExpressionimplementationsclassCollectionOperationis a collection typed operationclassCollectionPath<E,Q extends SimpleExpression<? super E>> CollectionPathrepresents collection pathsclassCollectionPathBase<C extends Collection<E>,E, Q extends SimpleExpression<? super E>> CollectionPathis a base class for collection typed pathsclassListPath<E,Q extends SimpleExpression<? super E>> ListPathrepresents list pathsclassSetPath<E,Q extends SimpleExpression<? super E>> SetPathrepresents set pathsMethods in com.querydsl.core.types.dsl that return CollectionExpressionModifier and TypeMethodDescriptionstatic <T> CollectionExpression<Collection<T>,T> Expressions.collectionOperation(Class<T> elementType, Operator operator, Expression<?>... args) Create a new Collection operation expressionMethods in com.querydsl.core.types.dsl with parameters of type CollectionExpressionModifier and TypeMethodDescriptionSimpleExpression.eqAll(CollectionExpression<?, ? super T> right) Create athis == all rightexpressionSimpleExpression.eqAny(CollectionExpression<?, ? super T> right) Create athis == < rightexpressionComparableExpression.goeAll(CollectionExpression<?, ? super T> right) Create athis >= all rightexpressionNumberExpression.goeAll(CollectionExpression<?, ? super T> right) Create athis >= all rightexpressionComparableExpression.goeAny(CollectionExpression<?, ? super T> right) Create athis >= any rightexpressionNumberExpression.goeAny(CollectionExpression<?, ? super T> right) Create athis >= any rightexpressionComparableExpression.gtAll(CollectionExpression<?, ? super T> right) Create athis > all rightexpressionNumberExpression.gtAll(CollectionExpression<?, ? super T> right) Create athis > all rightexpressionComparableExpression.gtAny(CollectionExpression<?, ? super T> right) Create athis > any rightexpressionNumberExpression.gtAny(CollectionExpression<?, ? super T> right) Create athis > any rightexpressionSimpleExpression.in(CollectionExpression<?, ? extends T> right) Create athis in rightexpressionComparableExpression.loeAll(CollectionExpression<?, ? super T> right) Create athis <= all rightexpressionNumberExpression.loeAll(CollectionExpression<?, ? super T> right) Create athis <= all rightexpressionComparableExpression.loeAny(CollectionExpression<?, ? super T> right) Create athis <= any rightexpressionNumberExpression.loeAny(CollectionExpression<?, ? super T> right) Create athis <= any rightexpressionComparableExpression.ltAll(CollectionExpression<?, ? super T> right) Create athis < all rightexpressionNumberExpression.ltAll(CollectionExpression<?, ? super T> right) Create athis < all rightexpressionComparableExpression.ltAny(CollectionExpression<?, ? super T> right) Create athis < any rightexpressionNumberExpression.ltAny(CollectionExpression<?, ? super T> right) Create athis < any rightexpressionSimpleExpression.neAll(CollectionExpression<?, ? super T> right) Create athis != all rightexpressionSimpleExpression.neAny(CollectionExpression<?, ? super T> right) Create athis != any rightexpressionSimpleExpression.notIn(CollectionExpression<?, ? extends T> right) Create athis not in rightexpression