Package | Description |
---|---|
com.caucho.amber.field | |
com.caucho.amber.table |
Modifier and Type | Method and Description |
---|---|
ForeignColumn |
ManyToOneField.getColumn(AmberColumn targetColumn)
Gets the column corresponding to the target field.
|
ForeignColumn |
KeyManyToOneField.getColumn(AmberColumn key)
Gets the column corresponding to the target field.
|
ForeignColumn |
DependentEntityOneToOneField.getColumn(IdField targetField)
Gets the column corresponding to the target field.
|
ForeignColumn |
CollectionField.getSourceColumn(AmberColumn key)
Returns the source column for a given target key.
|
Constructor and Description |
---|
IdentifyingKeyPropertyField(EntityType entityType,
ForeignColumn column) |
Modifier and Type | Method and Description |
---|---|
ForeignColumn |
AmberTable.createForeignColumn(java.lang.String name,
AmberColumn key)
Creates a foreign column.
|
ForeignColumn |
LinkColumns.getSourceColumn(AmberColumn targetKey)
Generates the linking for a link
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ForeignColumn> |
LinkColumns.getColumns()
Returns the component list.
|
Constructor and Description |
---|
LinkColumns(AmberTable sourceTable,
AmberTable targetTable,
java.util.ArrayList<ForeignColumn> columns)
Creates the table link.
|