| Package | Description |
|---|---|
| com.caucho.amber.expr | |
| com.caucho.amber.field |
| Constructor and Description |
|---|
EmbeddedExpr(PathExpr parent,
EmbeddableType embeddableType,
java.util.ArrayList<EmbeddedSubField> subFields)
Creates a new expression.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyEmbeddedSubField
Represents the sub-field of an embedded type.
|
| Modifier and Type | Method and Description |
|---|---|
protected EmbeddedSubField |
EntityEmbeddedField.createSubField(AmberField field,
int index) |
protected EmbeddedSubField |
EmbeddedIdField.createSubField(AmberField field,
int index) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<EmbeddedSubField> |
EntityEmbeddedField.getSubFields()
Returns the subfields.
|