Package | Description |
---|---|
com.orientechnologies.teleporter.model.graphmodel |
Modifier and Type | Class and Description |
---|---|
class |
OEdgeType
It represents an Orient class of a specific type that extends the Orient Edge Class.
|
class |
OVertexType
It represents an Orient class of a specific type that extends the Orient Vertex Class.
|
Modifier and Type | Field and Description |
---|---|
protected OElementType |
OElementType.parentType |
Modifier and Type | Method and Description |
---|---|
OElementType |
OModelProperty.getBelongingElementType() |
OElementType |
OElementType.getParentType() |
Modifier and Type | Method and Description |
---|---|
int |
OElementType.compareTo(OElementType toCompare) |
void |
OModelProperty.setBelongingElementType(OElementType belongingElementType) |
void |
OElementType.setParentType(OElementType parentType) |
Constructor and Description |
---|
OModelProperty(String name,
int ordinalPosition,
String originalType,
boolean fromPrimaryKey,
OElementType belongingElementType) |
OModelProperty(String name,
int ordinalPosition,
String originalType,
String orientdbType,
boolean fromPrimaryKey,
OElementType belongingElementType,
boolean mandatory,
boolean readOnly,
boolean notNull) |
Copyright © 2015–2023 OrientDB. All rights reserved.