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

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

Uses of IdExpr in com.caucho.amber.expr
 

Subclasses of IdExpr in com.caucho.amber.expr
 class CollectionIdExpr
          Bound identifier expression.
 class ElementCollectionIdExpr
          Bound identifier expression.
 

Methods in com.caucho.amber.expr that return IdExpr
 IdExpr AbstractPathExpr.createId(FromItem fromItem)
          Creates an id expression.
 IdExpr ElementCollectionExpr.createId(FromItem fromItem)
          Creates an id expression.
 IdExpr PathExpr.createId(FromItem from)
          Creates an id expression.
 

Methods in com.caucho.amber.expr with parameters of type IdExpr
 AmberExpr EqualJoinExpr.replace(IdExpr id)
          Returns the id expr with the joined expression.
 AmberExpr JoinExpr.replace(IdExpr id)
          Returns the id expr with the joined expression.
 AmberExpr ManyToOneJoinExpr.replace(IdExpr id)
          Returns the id expr with the joined expression.
 AmberExpr OneToManyJoinExpr.replace(IdExpr id)
          Returns the id expr with the joined expression.
 

Constructors in com.caucho.amber.expr with parameters of type IdExpr
FromIdSchemaExpr(IdExpr id)
          Creates the table id expr.
 

Uses of IdExpr in com.caucho.amber.query
 

Methods in com.caucho.amber.query that return IdExpr
 IdExpr FromItem.getIdExpr()
          Gets the id expr.
 

Methods in com.caucho.amber.query with parameters of type IdExpr
 void FromItem.setIdExpr(IdExpr idExpr)
          Sets the id expr.