public final class ImmutableRelationship extends AbstractRelationship implements Serializable
Modifier and Type | Method and Description |
---|---|
static void |
create(Relationship origRelationship,
ImmutableSchema schema) |
List<Column> |
getForeignColumns()
Gets the foreign key columns of this relationship.
|
List<Column> |
getPrimaryColumns()
Gets the primary key columns of this relationship.
|
checkSameTable, classEquals, compareTo, containsColumnPair, decorateIdentity, getForeignTable, getPrimaryTable, toString
equals, hashCode
public static void create(Relationship origRelationship, ImmutableSchema schema)
public List<Column> getPrimaryColumns()
Relationship
getPrimaryColumns
in interface Relationship
public List<Column> getForeignColumns()
Relationship
getForeignColumns
in interface Relationship
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.