org.apache.cayenne.access.trans
Class JoinTreeNode
java.lang.Object
org.apache.cayenne.access.trans.JoinTreeNode
public final class JoinTreeNode
- extends Object
- Since:
- 3.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.