You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a way to order node properties when creating new nodes.
My goal is to optimize our queries by reducing the number of DB hits, so the properties order matters a lot.
As you can see, properties are randomly ordered. So, how does Neo4JTemplate internally serialize those attributes?
I've tried to used @JsonPropertyOrder but I has no effect.
Regards,
Laurent
The text was updated successfully, but these errors were encountered:
Hello,
I'm looking for a way to order node properties when creating new nodes.
My goal is to optimize our queries by reducing the number of DB hits, so the properties order matters a lot.
My code looks like the following:
It results in creating nodes, like this one :
As you can see, properties are randomly ordered. So, how does Neo4JTemplate internally serialize those attributes?
I've tried to used
@JsonPropertyOrder
but I has no effect.Regards,
Laurent
The text was updated successfully, but these errors were encountered: