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

Packages that use AbstractPathExpr
com.caucho.amber.expr   
 

Uses of AbstractPathExpr in com.caucho.amber.expr
 

Subclasses of AbstractPathExpr in com.caucho.amber.expr
 class CollectionIdExpr
          Bound identifier expression.
 class DependentEntityOneToOneExpr
          Bound identifier expression.
 class ElementCollectionExpr
          Expression to a collection of rows The relation is maintained by a link from the child objects to the parent object.
 class ElementCollectionIdExpr
          Bound identifier expression.
 class EmbeddedExpr
          Embedded path expression
 class IdExpr
          Bound identifier expression.
 class KeyManyToOneExpr
          Bound identifier expression.
 class ManyToOneExpr
          Link expression to a new table
 class OneToManyExpr
          Expression to a collection of rows The relation is maintained by a link from the child objects to the parent object.