cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

xenoxi
Node
since ‎11-07-2022
‎11-16-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I want to execute Yen's algorithm using Query annotation in Spring Data. It works but I have problem with mapping the paths: in option A: I'm mapping to List<NodeName>, it returns all of nodes in one list without separating paths in option B: I'm...