public final class ImmutableRelationship extends AbstractRelationship implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static void |
create(Relationship origRelationship,
ImmutableSchema schema) |
Column[] |
getForeignColumns()
Gets the foreign key columns of this relationship.
|
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 Column[] getPrimaryColumns()
RelationshipgetPrimaryColumns in interface Relationshippublic Column[] getForeignColumns()
RelationshipgetForeignColumns in interface RelationshipCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.