Class LongIdJsonNode

    • Constructor Detail

      • LongIdJsonNode

        public LongIdJsonNode()
      • LongIdJsonNode

        public LongIdJsonNode​(Node node)
      • LongIdJsonNode

        public LongIdJsonNode​(Node node,
                              String[] properties)
      • LongIdJsonNode

        public LongIdJsonNode​(long id)
      • LongIdJsonNode

        public LongIdJsonNode​(long id,
                              String[] labels,
                              Map<String,​Object> properties)
    • Method Detail

      • produceEntity

        public Node produceEntity​(Transaction tx)
        Description copied from class: DetachedEntity
        Produce a Entity from this representation. This means either fetch the entity from the given tx (iff id is set), or create it.
        Overrides:
        produceEntity in class DetachedEntity<Long,​Node>
        Parameters:
        tx - to create/fetch entity in.
        Returns:
        entity.