public interface PathComponent<T extends Attribute,U extends Relationship>
| Modifier and Type | Method and Description | 
|---|---|
| Iterable<PathComponent<T,U>> | getAliasedPath()Returns an aliased path or null if this component is not an alias. | 
| T | getAttribute() | 
| JoinType | getJoinType()Returns a joint type of this path component in the expression. | 
| String | getName() | 
| U | getRelationship() | 
| boolean | isAlias()Returns true if this component is an alias for a different path. | 
| boolean | isLast() | 
T getAttribute()
U getRelationship()
String getName()
JoinType getJoinType()
boolean isLast()
boolean isAlias()
getAliasedPath().Iterable<PathComponent<T,U>> getAliasedPath()
Copyright © 2001–2023 Apache Cayenne. All rights reserved.