| Package | Description |
|---|---|
| org.neo4j.ogm.cypher.compiler | |
| org.neo4j.ogm.mapper |
| Modifier and Type | Class and Description |
|---|---|
class |
NewBiDirectionalRelationshipBuilder |
| Modifier and Type | Method and Description |
|---|---|
RelationshipBuilder |
RelationshipBuilder.direction(String direction) |
RelationshipBuilder |
CypherCompiler.existingRelationship(Long existingRelationshipId)
Returns a
RelationshipBuilder to use for constructing Cypher to update an existing relationship in the database
that possesses the given ID. |
RelationshipBuilder |
SingleStatementCypherCompiler.existingRelationship(Long existingRelationshipId) |
RelationshipBuilder |
CypherCompiler.newBiDirectionalRelationship()
Returns a
RelationshipBuilder to use for constructing Cypher for writing a new directed relationship in both directions to the database. |
RelationshipBuilder |
SingleStatementCypherCompiler.newBiDirectionalRelationship() |
RelationshipBuilder |
CypherCompiler.newRelationship()
Returns a
RelationshipBuilder to use for constructing Cypher for writing a new relationship to the database. |
RelationshipBuilder |
SingleStatementCypherCompiler.newRelationship() |
RelationshipBuilder |
RelationshipBuilder.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
int |
RelationshipBuilder.compareTo(RelationshipBuilder o) |
void |
CypherCompiler.release(RelationshipBuilder relationshipBuilder)
Returns an unused relationship's reference to the ref pool
This is to ensure that references are only created when needed
|
void |
SingleStatementCypherCompiler.release(RelationshipBuilder relationshipBuilder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TransientRelationship.equalsIgnoreDirection(String src,
RelationshipBuilder builder,
String tgt) |
Copyright © 2015 Neo Technology, Inc.. All rights reserved.