Commit 910c08a
committed
GH-2246 - Deterministic mapping of records with mixed results.
If a record contains more than just a node, for example
a node and an additional field, the labels were ignored.
The default behaviour was to take the nodes provided by the
node description to instantiate the entity class.
This can lead to problems with abstract base classes, because
the detailed information which concrete implementation to choose
from was more or less random.
Closes #22461 parent 19d1fc7 commit 910c08a
File tree
1 file changed
+1
-0
lines changed- src/main/java/org/springframework/data/neo4j/core/mapping
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
| |||
0 commit comments