Uses of Class
com.caucho.amber.field.KeyPropertyField

Packages that use KeyPropertyField
com.caucho.amber.expr   
com.caucho.amber.field   
 

Uses of KeyPropertyField in com.caucho.amber.expr
 

Methods in com.caucho.amber.expr that return KeyPropertyField
 KeyPropertyField KeyPropertyExpr.getField()
          Returns the parent expression.
 

Constructors in com.caucho.amber.expr with parameters of type KeyPropertyField
KeyPropertyExpr(PathExpr parent, KeyPropertyField field)
          Creates a new unbound id expression.
 

Uses of KeyPropertyField in com.caucho.amber.field
 

Subclasses of KeyPropertyField in com.caucho.amber.field
 class IdentifyingKeyPropertyField
          Configuration for a bean's field
 

Methods in com.caucho.amber.field that return KeyPropertyField
 KeyPropertyField KeyManyToOneField.getIdField(IdField field)
          Returns the identifying field matching the target's id.