Class BoltEntityAdapter

java.lang.Object
org.neo4j.ogm.drivers.bolt.driver.BoltEntityAdapter

public class BoltEntityAdapter extends Object
Helper methods for Bolt entities
Author:
Luanne Misquitta, Michael J. Simons
  • Method Details

    • isPath

      public boolean isPath(Object value)
    • isNode

      public boolean isNode(Object value)
    • isRelationship

      public boolean isRelationship(Object value)
    • nodeId

      public long nodeId(Object node)
    • labels

      public List<String> labels(Object value)
    • relationshipId

      public long relationshipId(Object relationship)
    • relationshipType

      public String relationshipType(Object relationship)
    • startNodeId

      public Long startNodeId(Object relationship)
    • endNodeId

      public Long endNodeId(Object relationship)
    • properties

      public Map<String,Object> properties(Object container)
    • nodesInPath

      public List<Object> nodesInPath(Object pathValue)
    • relsInPath

      public List<Object> relsInPath(Object pathValue)