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

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

Uses of EmbeddedSubField in com.caucho.amber.expr
 

Constructor parameters in com.caucho.amber.expr with type arguments of type EmbeddedSubField
EmbeddedExpr(PathExpr parent, EmbeddableType embeddableType, java.util.ArrayList<EmbeddedSubField> subFields)
          Creates a new expression.
 

Uses of EmbeddedSubField in com.caucho.amber.field
 

Subclasses of EmbeddedSubField in com.caucho.amber.field
 class KeyEmbeddedSubField
          Represents the sub-field of an embedded type.
 

Methods in com.caucho.amber.field that return EmbeddedSubField
protected  EmbeddedSubField EmbeddedIdField.createSubField(AmberField field, int index)
           
protected  EmbeddedSubField EntityEmbeddedField.createSubField(AmberField field, int index)
           
 

Methods in com.caucho.amber.field that return types with arguments of type EmbeddedSubField
 java.util.ArrayList<EmbeddedSubField> EntityEmbeddedField.getSubFields()
          Returns the subfields.