Search code examples
neo4jspring-data-neo4jneo4j-ogm

Spring SDN and dynamic query


We would like to order the results of a query by a property name. This property name can vary. According to this requirements which is the best solution to accomplish it with spring SDN?

The only solution that I found is to use the OGM Session and create the query dynamically.

Any suggestion? Maybe an enhancement on Spring SDN?


Solution

  • This is not possible with Spring Data Neo4j or Spring Data in general (see: Spring data JPA query with parameter properties and Query : property name in parameter).

    Your best bet is to generate the query dynamically via Session.