Class CypherRelationship


  • public abstract class CypherRelationship
    extends CypherAny
    Driver传输Relationship类型的对象。
    • Constructor Detail

      • CypherRelationship

        protected CypherRelationship​(String id)
    • Method Detail

      • startNodeId

        public abstract Long startNodeId()
      • endNodeId

        public abstract Long endNodeId()
      • properties

        public abstract CypherMap properties()