Package | Description |
---|---|
com.caucho.amber.cfg |
Modifier and Type | Method and Description |
---|---|
ColumnConfig |
VersionConfig.getColumn()
Returns the column.
|
ColumnConfig |
IdConfig.getColumn()
Returns the column.
|
ColumnConfig |
AttributeOverrideConfig.getColumn()
Returns the column.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionConfig.setColumn(ColumnConfig column)
Sets the column.
|
void |
IdConfig.setColumn(ColumnConfig column)
Sets the column.
|
void |
AttributeOverrideConfig.setColumn(ColumnConfig column)
Sets the column.
|