Package | Description |
---|---|
com.orientechnologies.teleporter.importengine.rdbms.graphengine | |
com.orientechnologies.teleporter.model.dbschema |
Modifier and Type | Method and Description |
---|---|
void |
OGraphEngineForDB.connectVertexToRelatedVertices(com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph,
OLogicalRelationship relation,
com.orientechnologies.orient.core.record.OVertex currentOutVertex,
OVertexType currentOutVertexType,
OVertexType currentInVertexType,
String edgeTypeName)
Dead!
|
Modifier and Type | Method and Description |
---|---|
Set<OLogicalRelationship> |
OEntity.getInLogicalRelationships() |
List<OLogicalRelationship> |
ODataBaseSchema.getLogicalRelationships() |
Set<OLogicalRelationship> |
OEntity.getOutLogicalRelationships() |
Modifier and Type | Method and Description |
---|---|
void |
OEntity.setInLogicalRelationships(Set<OLogicalRelationship> inLogicalRelationships) |
void |
ODataBaseSchema.setLogicalRelationships(List<OLogicalRelationship> logicalRelationships) |
void |
OEntity.setOutLogicalRelationships(Set<OLogicalRelationship> outLogicalRelationships) |
Copyright © 2015–2020 OrientDB. All rights reserved.