| Package | Description |
|---|---|
| org.neo4j.ogm.metadata.schema | |
| org.neo4j.ogm.session.request.strategy.impl |
| Modifier and Type | Method and Description |
|---|---|
Node |
Schema.findNode(String label)
Return schema
Node for given label |
Node |
Relationship.other(Node node)
Return the other node on this side of the relationship
|
Node |
Relationship.start()
Return start node of this relationship
|
| Modifier and Type | Method and Description |
|---|---|
String |
Relationship.direction(Node node)
Direction of the relationship from given node
|
Node |
Relationship.other(Node node)
Return the other node on this side of the relationship
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSchemaLoadClauseBuilder.expand(StringBuilder sb,
String variable,
Node node,
int depth) |
protected void |
AbstractSchemaLoadClauseBuilder.expand(StringBuilder sb,
String variable,
Node node,
int level,
int depth) |
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.