org.eobjects.metamodel.schema
Class ImmutableRelationship
java.lang.Object
org.eobjects.metamodel.util.BaseObject
org.eobjects.metamodel.schema.AbstractRelationship
org.eobjects.metamodel.schema.ImmutableRelationship
- All Implemented Interfaces:
- Serializable, Comparable<Relationship>, Relationship
public final class ImmutableRelationship
- extends AbstractRelationship
- implements Serializable
- See Also:
- Serialized Form
create
public static void create(Relationship origRelationship,
ImmutableSchema schema)
getPrimaryColumns
public Column[] getPrimaryColumns()
- Description copied from interface:
Relationship
- Gets the primary key columns of this relationship.
- Specified by:
getPrimaryColumns in interface Relationship
- Returns:
- an array of primary key columns.
getForeignColumns
public Column[] getForeignColumns()
- Description copied from interface:
Relationship
- Gets the foreign key columns of this relationship.
- Specified by:
getForeignColumns in interface Relationship
- Returns:
- an array of foreign key columns.
Copyright © 2007-2013. All Rights Reserved.