org.apache.cayenne.access.trans
Class JoinTreeNode

java.lang.Object
  extended by org.apache.cayenne.access.trans.JoinTreeNode

public final class JoinTreeNode
extends java.lang.Object

Since:
3.0

Method Summary
 java.util.Collection<JoinTreeNode> getChildren()
           
 JoinType getJoinType()
           
 JoinTreeNode getParent()
           
 DbRelationship getRelationship()
           
 java.lang.String getSourceTableAlias()
           
 java.lang.String getTargetTableAlias()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChildren

public java.util.Collection<JoinTreeNode> getChildren()

getTargetTableAlias

public java.lang.String getTargetTableAlias()

getSourceTableAlias

public java.lang.String getSourceTableAlias()

getRelationship

public DbRelationship getRelationship()

getJoinType

public JoinType getJoinType()

getParent

public JoinTreeNode getParent()
Returns:
parent join


Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.