Class JoinTreeNode
- java.lang.Object
-
- org.apache.cayenne.access.translator.select.JoinTreeNode
-
public final class JoinTreeNode extends Object
- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<JoinTreeNode>
getChildren()
JoinType
getJoinType()
JoinTreeNode
getParent()
DbRelationship
getRelationship()
String
getSourceTableAlias()
String
getTargetTableAlias()
-
-
-
Method Detail
-
getChildren
public Collection<JoinTreeNode> getChildren()
-
getTargetTableAlias
public String getTargetTableAlias()
-
getSourceTableAlias
public String getSourceTableAlias()
-
getRelationship
public DbRelationship getRelationship()
-
getJoinType
public JoinType getJoinType()
-
getParent
public JoinTreeNode getParent()
- Returns:
- parent join
-
-