T
- expression typepublic interface Path<T> extends Expression<T>
Path
represents a path expression. Paths refer to variables, properties and collection members access.Modifier and Type | Method and Description |
---|---|
AnnotatedElement |
getAnnotatedElement()
Return the annotated element related to the given path
|
PathMetadata |
getMetadata()
Get the metadata for this path
|
Path<?> |
getRoot()
Get the root for this path
|
accept, getType
PathMetadata getMetadata()
Path<?> getRoot()
AnnotatedElement getAnnotatedElement()
For 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.
Copyright © 2007–2016 Querydsl. All rights reserved.