0

Spring neo4j-4 does not support DynamicProperties.

Is there any workaround for this in SDN4?

Luanne
  • 19,145
  • 1
  • 39
  • 51

1 Answers1

0

Not at the moment. It's on the roadmap though (release unknown).

You can of course write a converter to serialize a map of properties as a String (JSON for example), but that means all your dynamic properties are squashed into a String and you stuff such as @Query or derived finders won't work.

Luanne
  • 19,145
  • 1
  • 39
  • 51