Interface ForeignKeyDomainType

    • Method Detail

      • getForeignKeyColumn

        Column getForeignKeyColumn​(String columnName)
        The foreign key column to which a certain column refers. Is only relevant if this reference is a foreign key.
        Parameters:
        columnName - the refering foreign key column
        Returns:
        the refered-to column, often the primary key column of the table.