org.apache.cayenne.access.trans
Class JoinTreeNode

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

public final class JoinTreeNode
extends Object

Since:
3.0

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

Method Detail

getChildren

public Collection<JoinTreeNode> getChildren()

getTargetTableAlias

public String getTargetTableAlias()

getSourceTableAlias

public String getSourceTableAlias()

getRelationship

public DbRelationship getRelationship()

getJoinType

public JoinType getJoinType()


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