6869707172737475767778
throw new IllegalStateException("Node with id=" + id + " already exists in permanent space"); } else { spaceManager.setIsPermanent(node, entity); } Neo4JErsatz ret = new Neo4JNodeErsatz(entity, node); Ersatz.copy(row, ret); return ret; }