public class EmbeddedEntityAdapter extends Object
| Constructor and Description |
|---|
EmbeddedEntityAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
endNodeId(Object relationship) |
static Map<String,Object> |
getAllProperties(org.neo4j.graphdb.PropertyContainer propertyContainer) |
boolean |
isNode(Object value) |
boolean |
isPath(Object value) |
boolean |
isRelationship(Object value) |
List<String> |
labels(Object node) |
long |
nodeId(Object node) |
List<Object> |
nodesInPath(Object path) |
Map<String,Object> |
properties(Object container) |
long |
relationshipId(Object relationship) |
String |
relationshipType(Object relationship) |
List<Object> |
relsInPath(Object path) |
Long |
startNodeId(Object relationship) |
Copyright © 2017 Neo Technology, Inc.. All rights reserved.