Package | Description |
---|---|
com.orientechnologies.teleporter.model.dbschema |
Modifier and Type | Method and Description |
---|---|
OForeignKey |
OCanonicalRelationship.getForeignKey() |
Modifier and Type | Method and Description |
---|---|
List<OForeignKey> |
OEntity.getForeignKeys() |
Modifier and Type | Method and Description |
---|---|
void |
OCanonicalRelationship.setForeignKey(OForeignKey foreignKey) |
Modifier and Type | Method and Description |
---|---|
void |
OEntity.setForeignKeys(List<OForeignKey> foreignKeys) |
Constructor and Description |
---|
OCanonicalRelationship(OEntity foreignEntity,
OEntity parentEntity,
OForeignKey foreignKey,
OPrimaryKey primaryKey) |
Copyright © 2015–2024 OrientDB. All rights reserved.