Michael Simons
Michael Simons
Re 1 - Date time values are serialized as strings, not as native types (the database supports them native) - No support for spatial Re 3 - No, we can...
That’s a great idea. I think it’s worth adding something like this to the FAQ. Thank you. Sunny Pelletier ***@***.***> schrieb am Mi. 23. Juni 2021 um 23:18: > For...
A big +1 to @meistermeier from my side as well, thank you @marichka-spin.
There is no map attribute type inside the Neo4j database. You are free to use Jackson or any other tool in your custom conversion for composite attribute types.
Hi Caleb, yes, that's a misconception I head to deal with a couple of years as well. No, Neo4j does not store Maps. It supports them as parameters, though. Here's...
No, you can have a map attribute on a `@Node` or `@RelationshipProperties` *on the Java side / client side* of things. This will be stored than as separate properties on...
https://github.com/spring-projects/spring-data-neo4j/blob/ea28dcadea3cd42196edca8e21f8faa00a69f73a/src/test/java/org/springframework/data/neo4j/integration/shared/conversion/ThingWithCompositeProperties.java#L238 Please checkout if you use `Object` as `V`alue for the interface: `Neo4jPersistentPropertyToMapConverter` The key is the prefix (either `String` or `Enum`). And then pipe your `Object` instance through whatever...
Hey. You what kind of object to hydrate? Sure, that makes sense. And please, no need to beg. Caleb Cushing ***@***.***> schrieb am Mi. 7. Juli 2021 um 01:07: >...
The reason why we are not matching on relationship patterns is not because we don't know Cypher, but we need all of them… So it is not only one hope,...
Ok, this will die a slow death already on our integration tests… (on the database side of things…) I need to discuss this topic with @meistermeier, I leave my generator...