C - collection typeE - component typeQ - expression type for any() resultspublic abstract class CollectionPathBase<C extends java.util.Collection<E>,E,Q extends SimpleExpression<? super E>> extends CollectionExpressionBase<C,E> implements Path<C>
CollectionPath is a base class for collection typed pathshashCode, mixin| Constructor and Description |
|---|
CollectionPathBase(PathImpl<C> mixin,
PathInits inits) |
| Modifier and Type | Method and Description |
|---|---|
abstract Q |
any()
Create a path that matches any element in this collection
|
protected Q |
newInstance(java.lang.Class<Q> queryType,
PathMetadata pm) |
as, contains, contains, getElementType, isEmpty, isNotEmpty, sizeas, as, equals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotatedElement, getMetadata, getRootaccept, getTypegetParameterpublic abstract Q any()
protected Q newInstance(java.lang.Class<Q> queryType, PathMetadata pm)
Copyright © 2007–2021 Querydsl. All rights reserved.