| Package | Description |
|---|---|
| org.springframework.data.neo4j.core.mapping |
The main mapping framework.
|
| Modifier and Type | Method and Description |
|---|---|
RelationshipDescription |
NestedRelationshipContext.getRelationship() |
RelationshipDescription |
RelationshipDescription.getRelationshipObverse() |
| Modifier and Type | Method and Description |
|---|---|
Collection<RelationshipDescription> |
NodeDescription.getRelationships()
This returns the outgoing relationships this node has to other nodes.
|
| Modifier and Type | Method and Description |
|---|---|
NestedRelationshipProcessingStateMachine.ProcessState |
NestedRelationshipProcessingStateMachine.getStateOf(RelationshipDescription relationshipDescription,
Collection<?> valuesToStore) |
void |
NestedRelationshipProcessingStateMachine.markAsProcessed(RelationshipDescription relationshipDescription,
Collection<?> valuesToStore)
Marks the passed objects as processed
|
org.neo4j.cypherdsl.core.Statement |
CypherGenerator.prepareDeleteOf(Neo4jPersistentEntity<?> neo4jPersistentEntity,
RelationshipDescription relationshipDescription) |
org.neo4j.cypherdsl.core.Statement |
CypherGenerator.prepareSaveOfRelationship(Neo4jPersistentEntity<?> neo4jPersistentEntity,
RelationshipDescription relationship,
String dynamicRelationshipType,
Long relatedInternalId) |
org.neo4j.cypherdsl.core.Statement |
CypherGenerator.prepareSaveOfRelationshipWithProperties(Neo4jPersistentEntity<?> neo4jPersistentEntity,
RelationshipDescription relationship,
String dynamicRelationshipType,
Long relatedInternalId) |
void |
RelationshipDescription.setRelationshipObverse(RelationshipDescription relationshipObverse)
Set the relationship definition that describes the opposite side of the relationship.
|
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.