Package | Description |
---|---|
com.caucho.amber.field |
Modifier and Type | Class and Description |
---|---|
class |
KeyManyToOneField
Configuration for a bean's field
|
Modifier and Type | Method and Description |
---|---|
ManyToOneField |
OneToManyField.getSourceField()
Gets the source field.
|
ManyToOneField |
DependentEntityOneToOneField.getTargetField()
Sets the target field.
|
Modifier and Type | Method and Description |
---|---|
void |
OneToManyField.setSourceField(ManyToOneField sourceField)
Sets the source field.
|
void |
DependentEntityOneToOneField.setTargetField(ManyToOneField targetField)
Sets the target field.
|