Toggle navigation
Home
com.tinkerpop.blueprints.impls.orient.OrientVertex to com.orientechnologies.orient.core.record.OVertex
No. of Instances - 105
No. of Commits - 4
No. of Projects - {'orientdb'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
OrientEdge
to
OEdge
LinkedList<OrientVertex>
to
LinkedList<OVertex>
OrientVertex
to
OElement
OrientVertex
to
OElement
OrientVertex
to
OElement
OrientVertex
to
OElement
OrientVertex
to
OElement
Direction
to
ODirection
Direction
to
ODirection
Direction
to
ODirection
Direction
to
ODirection
Direction
to
ODirection
Edge
to
OEdge
OrientVertex
to
OElement
OrientVertex
to
OElement
OrientVertex
to
OElement
OrientVertex
to
OElement
OrientVertex
to
OElement
OrientVertex
to
OElement
OrientVertex
to
OElement
OrientVertex
to
OElement
OrientVertex
to
OElement
Add or Remove Method invocation
vertex.addEdge(edgeClass,targetVertex)
to
vertex.addEdge(targetVertex,edgeClass)
databaseProvider.getGraphDatabase()
to
db
gTx.addVertex("class:Client-Type")
to
gTx.newVertex("Client-Type")
(OrientVertex)v
to
v.asVertex().get()
parentV1.getId()
to
parentV1.getIdentity()
((OrientVertex)parentV1).getRecord().getVersion()
to
parentV1.getVersion()
g.addVertex("class:V1")
to
g.newVertex("V1")
graph.addVertex("class:ProductType")
to
graph.newVertex("ProductType")
parentV2.getId()
to
parentV2.getIdentity()
next
to
get
parentV2.getId()
to
parentV2.getIdentity()
parentV1.getId()
to
parentV1.getIdentity()
parentV1.getId()
to
parentV1.getIdentity()
(OrientVertex)v
to
v.asVertex().get()
graph.addVertex("class:Hobby-Type")
to
graph.newVertex("Hobby-Type")
graph.addVertex("class:Product-Type")
to
graph.newVertex("Product-Type")
graph.getVertex(parentV1Id)
to
graph.load((ORID)parentV1Id)
graph.addVertex("class:Client-Type")
to
graph.newVertex("Client-Type")
(OrientVertex)v
to
v.asVertex().get()
graph.addVertex("Employee",localCluster)
to
graph.newVertex("Employee")
g.addVertex("class:V2")
to
g.newVertex("V2")
graph.addVertex("class:ProductType")
to
graph.newVertex("ProductType")
graph.addVertex("class:ProductType")
to
graph.newVertex("ProductType")
graph.getVertex(parentV2Id)
to
graph.load((ORID)parentV1Id)
g.addVertex("class:V2")
to
g.newVertex("V2")
gTx.addVertex("class:Client-Type")
to
gTx.newVertex("Client-Type")
Rename Method invocation
remove
to
delete
getVertex
to
load
getVertex
to
load
getVertex
to
load
getVertex
to
load
getVertex
to
load
remove
to
delete
remove
to
delete
getVertex
to
load
getVertex
to
load
getVertex
to
load
getVertex
to
load
getVertex
to
load
getVertex
to
load
getVertex
to
load
getVertex
to
load
getVertex
to
load
remove
to
delete
Cascading Type Change (Similar)
OrientVertex
to
OVertex
OrientVertex
to
OVertex
OrientVertex
to
OVertex
Update argument list (Method invocation)
addEdge
to
addEdge