| Package | Description |
|---|---|
| org.springframework.data.neo4j.core.mapping |
The main mapping framework.
|
| org.springframework.data.neo4j.repository.support |
This package provides a couple of public support classes for building custom imperative and reactive Spring Data Neo4j
repository base classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> Neo4jPersistentEntity<?> |
Neo4jMappingContext.createPersistentEntity(TypeInformation<T> typeInformation) |
Neo4jPersistentEntity<?> |
Neo4jMappingContext.getPersistentEntity(TypeInformation<?> typeInformation) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Neo4jPersistentEntity<?>> |
Neo4jMappingContext.addPersistentEntity(TypeInformation<?> typeInformation) |
| Modifier and Type | Method and Description |
|---|---|
protected Neo4jPersistentProperty |
Neo4jMappingContext.createPersistentProperty(Property property,
Neo4jPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
CreateRelationshipStatementHolder |
Neo4jMappingContext.createStatement(Neo4jPersistentEntity<?> neo4jPersistentEntity,
NestedRelationshipContext relationshipContext,
Long relatedInternalId,
Object relatedValue) |
static NestedRelationshipContext |
NestedRelationshipContext.of(Association<Neo4jPersistentProperty> handler,
PersistentPropertyAccessor<?> propertyAccessor,
Neo4jPersistentEntity<?> neo4jPersistentEntity) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Neo4jPersistentEntity<T> |
Neo4jEntityInformation.getEntityMetaData() |
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.