public final class Relationships extends Object
Modifier and Type | Method and Description |
---|---|
static Collection<?> |
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.
|
@Nullable public static Collection<?> unifyRelationshipValue(Neo4jPersistentProperty property, Object rawValue)
rawValue
- The raw value to unifyCopyright © 2019–2020 Neo4j, Neo4j Sweden AB. All rights reserved.