public final class JoinTreeNode extends Object
| Modifier and Type | Method and Description | 
|---|---|
| Collection<JoinTreeNode> | getChildren() | 
| JoinType | getJoinType() | 
| JoinTreeNode | getParent() | 
| DbRelationship | getRelationship() | 
| String | getSourceTableAlias() | 
| String | getTargetTableAlias() | 
public Collection<JoinTreeNode> getChildren()
public String getTargetTableAlias()
public String getSourceTableAlias()
public DbRelationship getRelationship()
public JoinType getJoinType()
public JoinTreeNode getParent()
Copyright © 2001–2023 Apache Cayenne. All rights reserved.