E - component typeQ - component query typepublic class SetPath<E,Q extends SimpleExpression<? super E>> extends CollectionPathBase<Set<E>,E,Q>
hashCode, mixin| Constructor and Description |
|---|
SetPath(Class<? super E> type,
Class<Q> queryType,
Path<?> parent,
String property) |
SetPath(Class<? super E> type,
Class<Q> queryType,
PathMetadata<?> metadata) |
SetPath(Class<? super E> type,
Class<Q> queryType,
PathMetadata<?> metadata,
PathInits inits) |
SetPath(Class<? super E> type,
Class<Q> queryType,
String variable) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
Q |
any() |
AnnotatedElement |
getAnnotatedElement()
Return the annotated element related to the given path
|
Class<E> |
getElementType() |
PathMetadata<?> |
getMetadata()
Get the metadata for this path
|
Class<?> |
getParameter(int index) |
Path<?> |
getRoot()
Get the root for this path
|
newInstanceas, contains, contains, isEmpty, isNotEmpty, sizeas, as, equals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic SetPath(Class<? super E> type, Class<Q> queryType, PathMetadata<?> metadata)
public final <R,C> R accept(Visitor<R,C> v, C context)
ExpressionR - return typeC - context typev - visitorcontext - context of visitpublic Q any()
any in class CollectionPathBase<Set<E>,E,Q extends SimpleExpression<? super E>>public Class<E> getElementType()
getElementType in class CollectionExpressionBase<Set<E>,E>public PathMetadata<?> getMetadata()
Pathpublic Path<?> getRoot()
Pathpublic AnnotatedElement getAnnotatedElement()
PathFor property paths the annotated element contains the annotations of the related field and/or getter method and for all others paths the annotated element is the expression type.
public Class<?> getParameter(int index)
Copyright © 2007–2015 Querydsl. All rights reserved.