Package com.querydsl.core.types.dsl
Class CollectionPathBase<C extends Collection<E>,E,Q extends SimpleExpression<? super E>>
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.CollectionExpressionBase<C,E>
com.querydsl.core.types.dsl.CollectionPathBase<C,E,Q>
- Type Parameters:
C- collection typeE- component typeQ- expression type forany()results
- All Implemented Interfaces:
CollectionExpression<C,,E> Expression<C>,ParameterizedExpression<C>,Path<C>,Serializable
- Direct Known Subclasses:
CollectionPath,ListPath,SetPath
public abstract class CollectionPathBase<C extends Collection<E>,E,Q extends SimpleExpression<? super E>>
extends CollectionExpressionBase<C,E>
implements Path<C>
CollectionPath is a base class for collection typed paths- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Qany()Create a path that matches any element in this collectionprotected QnewInstance(Class<Q> queryType, PathMetadata pm) Methods inherited from class com.querydsl.core.types.dsl.CollectionExpressionBase
as, contains, contains, getElementType, 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
accept, getTypeMethods inherited from interface com.querydsl.core.types.ParameterizedExpression
getParameterMethods inherited from interface com.querydsl.core.types.Path
getAnnotatedElement, getMetadata, getRoot
-
Constructor Details
-
CollectionPathBase
-
-
Method Details
-
any
Create a path that matches any element in this collection- Returns:
- path expression
-
newInstance
-