| Package | Description |
|---|---|
| org.springframework.data.neo4j.core.mapping |
The main mapping framework.
|
| org.springframework.data.neo4j.repository.query |
A set of annotations for providing custom queries to repositories.
|
| 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,
Object relatedValue,
boolean isNewRelationship) |
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) |
org.neo4j.cypherdsl.core.Statement |
CypherGenerator.prepareSaveOfRelationshipWithProperties(Neo4jPersistentEntity<?> neo4jPersistentEntity,
RelationshipDescription relationship,
boolean isNew,
String dynamicRelationshipType) |
| Modifier and Type | Method and Description |
|---|---|
static QueryFragmentsAndParameters |
QueryFragmentsAndParameters.forFindAll(Neo4jPersistentEntity<?> entityMetaData) |
static QueryFragmentsAndParameters |
QueryFragmentsAndParameters.forFindByAllId(Neo4jPersistentEntity<?> entityMetaData,
Object idValues) |
static QueryFragmentsAndParameters |
QueryFragmentsAndParameters.forFindById(Neo4jPersistentEntity<?> entityMetaData,
Object idValues) |
static QueryFragmentsAndParameters |
QueryFragmentsAndParameters.forPageableAndSort(Neo4jPersistentEntity<?> neo4jPersistentEntity,
Pageable pageable,
Sort sort) |
| Modifier and Type | Method and Description |
|---|---|
Neo4jPersistentEntity<T> |
Neo4jEntityInformation.getEntityMetaData() |
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.