Package com.querydsl.core.types.dsl
Class CollectionOperation<E>
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.CollectionExpressionBase<Collection<E>,E>
com.querydsl.core.types.dsl.CollectionOperation<E>
- Type Parameters:
E- element type
- All Implemented Interfaces:
CollectionExpression<Collection<E>,,E> Expression<Collection<E>>,ParameterizedExpression<Collection<E>>,Serializable
CollectionOperation is a collection typed operation- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCollectionOperation(Class<? super E> type, Operator op, Expression<?>... args) protectedCollectionOperation(Class<? super E> type, Operator op, List<Expression<?>> args) -
Method Summary
Modifier and TypeMethodDescription<R,C> R Accept the visitor with the given contextGet the element typeClass<?>getParameter(int index) Get the type parameter at the given indexMethods inherited from class com.querydsl.core.types.dsl.CollectionExpressionBase
as, contains, contains, isEmpty, isNotEmpty, sizeMethods inherited from class com.querydsl.core.types.dsl.DslExpression
as, as, equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
getType
-
Constructor Details
-
CollectionOperation
-
CollectionOperation
-
-
Method Details
-
getParameter
Description copied from interface:ParameterizedExpressionGet the type parameter at the given index- Parameters:
index- zero based index of type parameter- Returns:
- type parameter at index
-
accept
Description copied from interface:ExpressionAccept the visitor with the given context- Type Parameters:
R- return typeC- context type- Parameters:
v- visitorcontext- context of visit- Returns:
- result of visit
-
getElementType
Description copied from class:CollectionExpressionBaseGet the element type- Specified by:
getElementTypein classCollectionExpressionBase<Collection<E>,E> - Returns:
- element type
-