Uses of Class
com.caucho.amber.expr.JoinExpr

Packages that use JoinExpr
com.caucho.amber.expr   
com.caucho.amber.query   
 

Uses of JoinExpr in com.caucho.amber.expr
 

Subclasses of JoinExpr in com.caucho.amber.expr
 class EqualJoinExpr
          Links two tables by their key fields.
 class ManyToOneJoinExpr
          Links two tables.
 class OneToManyJoinExpr
          Joins two tables as "a.children".
 

Methods in com.caucho.amber.expr with parameters of type JoinExpr
 AmberExpr AbstractAmberExpr.replaceJoin(JoinExpr join)
          Returns true if the expression uses the from item.
 AmberExpr AmberColumnExpr.replaceJoin(JoinExpr join)
          Replaces linked join to eliminate a table.
 AmberExpr AmberExpr.replaceJoin(JoinExpr join)
          Returns true if the expression uses the from item.
 AmberExpr AndExpr.replaceJoin(JoinExpr join)
          Returns true if the expression uses the from item.
 AmberExpr BinaryExpr.replaceJoin(JoinExpr join)
          Returns true if the expression uses the from item.
 AmberExpr BooleanColumnExpr.replaceJoin(JoinExpr join)
          Replaces linked join to eliminate a table.
 AmberExpr EmptyExpr.replaceJoin(JoinExpr join)
          Returns true if the expression uses the from item.
 AmberExpr IdExpr.replaceJoin(JoinExpr join)
          Returns true if the expression uses the from item.
 AmberExpr InExpr.replaceJoin(JoinExpr join)
          Returns true if the expression uses the from item.
 AmberExpr KeyColumnExpr.replaceJoin(JoinExpr join)
          Replaces linked join to eliminate a table.
 AmberExpr LikeExpr.replaceJoin(JoinExpr join)
          Returns true if the expression uses the from item.
 AmberExpr MemberExpr.replaceJoin(JoinExpr join)
          Returns true if the expression uses the from item.
 AmberExpr OrExpr.replaceJoin(JoinExpr join)
          Returns true if the expression uses the from item.
 

Uses of JoinExpr in com.caucho.amber.query
 

Methods in com.caucho.amber.query that return JoinExpr
 JoinExpr FromItem.getJoinExpr()
          Gets the join expr.
 

Methods in com.caucho.amber.query with parameters of type JoinExpr
 void FromItem.setJoinExpr(JoinExpr joinExpr)
          Sets the join expr.