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, toStringequals, hashCodepublic static void create(Relationship origRelationship, ImmutableSchema schema)
public List<Column> getPrimaryColumns()
RelationshipgetPrimaryColumns in interface Relationshippublic List<Column> getForeignColumns()
RelationshipgetForeignColumns in interface RelationshipCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.