public final class Neo4jHelper extends Object
| Modifier and Type | Method and Description | 
|---|---|
static Neo4jNode | 
getVertexPropertyNode(Neo4jVertexProperty vertexProperty)  | 
static boolean | 
isDeleted(Neo4jNode node)  | 
static boolean | 
isNotFound(RuntimeException ex)  | 
static org.neo4j.tinkerpop.api.Neo4jDirection | 
mapDirection(Direction direction)  | 
static void | 
setVertexPropertyNode(Neo4jVertexProperty vertexProperty,
                     Neo4jNode node)  | 
public static org.neo4j.tinkerpop.api.Neo4jDirection mapDirection(Direction direction)
public static boolean isDeleted(Neo4jNode node)
public static boolean isNotFound(RuntimeException ex)
public static Neo4jNode getVertexPropertyNode(Neo4jVertexProperty vertexProperty)
public static void setVertexPropertyNode(Neo4jVertexProperty vertexProperty, Neo4jNode node)
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.