public class PropertyPath extends Object
PathedPropertyReferenceSource
s used in a SELECT or WHERE clause,
e.g. foo.bar.baz
.Constructor and Description |
---|
PropertyPath() |
PropertyPath(PropertyPath path) |
Modifier and Type | Method and Description |
---|---|
void |
appendNode(PathedPropertyReferenceSource property) |
String |
asStringPathWithoutAlias() |
PathedPropertyReferenceSource |
getLastNode() |
List<String> |
getNodeNamesWithoutAlias() |
List<PathedPropertyReferenceSource> |
getNodes() |
String |
toString() |
public PropertyPath()
public PropertyPath(PropertyPath path)
public void appendNode(PathedPropertyReferenceSource property)
public PathedPropertyReferenceSource getLastNode()
public List<PathedPropertyReferenceSource> getNodes()
public String asStringPathWithoutAlias()
Copyright © 2013. All rights reserved.