C
- collection typeE
- component typeQ
- expression type for any()
resultspublic 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 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(Class<Q> queryType,
PathMetadata pm) |
as, contains, contains, getElementType, isEmpty, isNotEmpty, size
as, as, equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotatedElement, getMetadata, getRoot
accept, getType
getParameter
Copyright © 2007–2016 Querydsl. All rights reserved.