@Label(value="ForeignKeyReference") public interface ForeignKeyReferenceDescriptor extends RdbmsDescriptor
| Modifier and Type | Method and Description |
|---|---|
ColumnDescriptor |
getForeignKeyColumn() |
ColumnDescriptor |
getPrimaryKeyColumn() |
void |
setForeignKeyColumn(ColumnDescriptor foreignKeyColumn) |
void |
setPrimaryKeyColumn(ColumnDescriptor primaryKeyColumn) |
@Relation(value="FROM_FOREIGN_KEY_COLUMN") ColumnDescriptor getForeignKeyColumn()
void setForeignKeyColumn(ColumnDescriptor foreignKeyColumn)
@Relation(value="TO_PRIMARY_KEY_COLUMN") ColumnDescriptor getPrimaryKeyColumn()
void setPrimaryKeyColumn(ColumnDescriptor primaryKeyColumn)
Copyright © 2015 buschmais GbR. All rights reserved.