@Immutable public final class PathMetadata extends Object implements Serializable
PathMetadata
provides metadata for Path
expressions.Constructor and Description |
---|
PathMetadata(Path<?> parent,
Object element,
PathType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getElement() |
String |
getName() |
Path<?> |
getParent() |
PathType |
getPathType() |
Path<?> |
getRootPath() |
int |
hashCode() |
boolean |
isRoot() |
Copyright © 2007–2016 Querydsl. All rights reserved.