|
Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neo4j.unsafe.batchinsert.BatchRelationship
public final class BatchRelationship
Simple relationship wrapping start node id, end node id and relationship type.
Method Summary | |
---|---|
long |
getEndNode()
|
long |
getId()
|
long |
getStartNode()
|
RelationshipType |
getType()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public long getId()
public long getStartNode()
public long getEndNode()
public RelationshipType getType()
|
Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |