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...