Package | Description |
---|---|
com.orientechnologies.teleporter.model.dbschema |
Modifier and Type | Field and Description |
---|---|
protected List<OAttribute> |
OKey.involvedAttributes |
Modifier and Type | Method and Description |
---|---|
OAttribute |
OKey.getAttributeByName(String name) |
OAttribute |
OEntity.getAttributeByName(String name) |
OAttribute |
OKey.getAttributeByNameIgnoreCase(String name) |
OAttribute |
OEntity.getAttributeByNameIgnoreCase(String name) |
OAttribute |
OEntity.getAttributeByOrdinalPosition(int position) |
OAttribute |
OPrimaryKey.getAttributeByOrdinalPosition(int ordinalPosition) |
OAttribute |
OEntity.getInheritedAttributeByName(String name) |
OAttribute |
OEntity.getInheritedAttributeByNameIgnoreCase(String name) |
Modifier and Type | Method and Description |
---|---|
Set<OAttribute> |
OEntity.getAllAttributes() |
Set<OAttribute> |
OEntity.getAttributes() |
List<OAttribute> |
OLogicalRelationship.getFromColumns() |
List<OAttribute> |
OCanonicalRelationship.getFromColumns() |
abstract List<OAttribute> |
ORelationship.getFromColumns() |
Set<OAttribute> |
OEntity.getInheritedAttributes() |
List<OAttribute> |
OKey.getInvolvedAttributes() |
List<OAttribute> |
OLogicalRelationship.getToColumns() |
List<OAttribute> |
OCanonicalRelationship.getToColumns() |
abstract List<OAttribute> |
ORelationship.getToColumns() |
Modifier and Type | Method and Description |
---|---|
void |
OKey.addAttribute(OAttribute attribute) |
boolean |
OEntity.addAttribute(OAttribute attribute) |
int |
OAttribute.compareTo(OAttribute attributeToCompare) |
boolean |
OKey.removeAttribute(OAttribute toRemove) |
Modifier and Type | Method and Description |
---|---|
void |
OEntity.setAttributes(Set<OAttribute> attributes) |
void |
OLogicalRelationship.setFromColumns(List<OAttribute> columns) |
void |
OEntity.setInheritedAttributes(Set<OAttribute> inheritedAttributes) |
void |
OKey.setInvolvedAttributes(List<OAttribute> involvedAttributes) |
void |
OLogicalRelationship.setToColumns(List<OAttribute> columns) |
Constructor and Description |
---|
OLogicalRelationship(OEntity foreignEntity,
OEntity parentEntity,
List<OAttribute> fromColumns,
List<OAttribute> toColumns) |
OLogicalRelationship(OEntity foreignEntity,
OEntity parentEntity,
List<OAttribute> fromColumns,
List<OAttribute> toColumns) |
Copyright © 2015–2022 OrientDB. All rights reserved.