Toggle navigation
Home
org.neo4j.unsafe.impl.batchimport.input.InputRelationship to org.neo4j.unsafe.impl.batchimport.input.InputEntity
No. of Instances - 12
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Other
new InputRelationship("source",i,i,NO_PROPERTIES,null,nodeData.get(random.nextInt(nodeData.size())).id(),nodeData.get(random.nextInt(nodeData.size())).id(),"TYPE_" + random.nextInt(3),null)
to
relationship
Add or Remove Method invocation
expectedRelationship.startNode()
to
expectedRelationship.startId()
relationship.startNode()
to
relationship.startId()
expectedRelationship.endNode()
to
expectedRelationship.endId()
relationship.endNode()
to
relationship.endId()
expectedRelationship.hasTypeId()
to
expectedRelationship.hasIntType
relationship.startNode()
to
relationship.startId()
relationship.endNode()
to
relationship.endId()
relationship.type()
to
relationship.stringType
relationship.startNode()
to
relationship.startId()
relationship.endNode()
to
relationship.endId()
expectedRelationship.startNode()
to
expectedRelationship.startId()
relationship.startNode()
to
relationship.startId()
expectedRelationship.endNode()
to
expectedRelationship.endId()
relationship.endNode()
to
relationship.endId()
Cascading Type Change (Different)
InputNode
to
InputEntity
InputNode
to
InputEntity