| Package | Description |
|---|---|
| org.springframework.data.neo4j.core |
This package contains the core infrastructure for creating an imperative or reactive client that can execute queries.
|
| org.springframework.data.neo4j.core.convert |
Provides a set of simples types that SDN supports.
|
| org.springframework.data.neo4j.core.mapping |
The main mapping framework.
|
| Modifier and Type | Method and Description |
|---|---|
<T> reactor.core.publisher.Mono<Void> |
ReactiveNeo4jOperations.deleteByIdWithVersion(Object id,
Class<T> domainType,
Neo4jPersistentProperty versionProperty,
Object versionValue) |
<T> void |
Neo4jOperations.deleteByIdWithVersion(Object id,
Class<T> domainType,
Neo4jPersistentProperty versionProperty,
Object versionValue) |
<T> reactor.core.publisher.Mono<Void> |
ReactiveNeo4jTemplate.deleteByIdWithVersion(Object id,
Class<T> domainType,
Neo4jPersistentProperty versionProperty,
Object versionValue) |
<T> void |
Neo4jTemplate.deleteByIdWithVersion(Object id,
Class<T> domainType,
Neo4jPersistentProperty versionProperty,
Object versionValue) |
| Modifier and Type | Method and Description |
|---|---|
Neo4jPersistentPropertyConverter |
Neo4jPersistentPropertyConverterFactory.getPropertyConverterFor(Neo4jPersistentProperty persistentProperty) |
| Modifier and Type | Method and Description |
|---|---|
protected Neo4jPersistentProperty |
Neo4jMappingContext.createPersistentProperty(Property property,
Neo4jPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
Neo4jPersistentProperty |
NestedRelationshipContext.getInverse() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Neo4jPersistentProperty> |
Neo4jPersistentEntity.getDynamicLabelsProperty() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<?> |
MappingSupport.unifyRelationshipValue(Neo4jPersistentProperty property,
Object rawValue)
The value for a relationship can be a scalar object (1:1), a collection (1:n), a map (1:n, but with dynamic
relationship types) or a map (1:n) with properties for each relationship.
|
| Modifier and Type | Method and Description |
|---|---|
static NestedRelationshipContext |
NestedRelationshipContext.of(Association<Neo4jPersistentProperty> handler,
PersistentPropertyAccessor<?> propertyAccessor,
Neo4jPersistentEntity<?> neo4jPersistentEntity) |
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.