Modifier and Type | Method and Description |
---|---|
com.orientechnologies.orient.core.record.OVertex |
OGraphEngineForDB.upsertReachedVertexWithEdge(com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph,
ResultSet foreignRecord,
OCanonicalRelationship relation,
com.orientechnologies.orient.core.record.OVertex currentOutVertex,
OVertexType currentInVertexType,
String edgeTypeName) |
Modifier and Type | Method and Description |
---|---|
Set<OCanonicalRelationship> |
OEntity.getAllInCanonicalRelationships() |
Set<OCanonicalRelationship> |
OEntity.getAllOutCanonicalRelationships() |
List<OCanonicalRelationship> |
ODataBaseSchema.getCanonicalRelationships() |
Set<OCanonicalRelationship> |
OEntity.getInCanonicalRelationships() |
Set<OCanonicalRelationship> |
OEntity.getInheritedInCanonicalRelationships() |
Set<OCanonicalRelationship> |
OEntity.getInheritedOutCanonicalRelationships() |
Set<OCanonicalRelationship> |
OEntity.getOutCanonicalRelationships() |
Modifier and Type | Method and Description |
---|---|
void |
ODataBaseSchema.setCanonicalRelationships(List<OCanonicalRelationship> canonicalRelationships) |
void |
OEntity.setInCanonicalRelationships(Set<OCanonicalRelationship> inCanonicalRelationships) |
void |
OEntity.setInheritedInCanonicalRelationships(Set<OCanonicalRelationship> inheritedInCanonicalRelationships) |
void |
OEntity.setInheritedOutCanonicalRelationships(Set<OCanonicalRelationship> inheritedOutCanonicalRelationships) |
void |
OEntity.setOutCanonicalRelationships(Set<OCanonicalRelationship> outCanonicalRelationships) |
Modifier and Type | Method and Description |
---|---|
String |
OJavaConventionNameResolver.resolveEdgeName(OCanonicalRelationship relationship) |
String |
OOriginalConventionNameResolver.resolveEdgeName(OCanonicalRelationship relationship) |
String |
ONameResolver.resolveEdgeName(OCanonicalRelationship relationship) |
Copyright © 2015–2024 OrientDB. All rights reserved.