0

How can I define a named query in Spring data Neo4J 4.0.0? In earlier release 3.4.1 @Query annotation had queryName attribute. Now it is not available

Edit: As mentioned in the answer, named-queries are currently not supported. Created a new ticket for the same.

sidgate
  • 14,650
  • 11
  • 68
  • 119

1 Answers1

1

Named queries are not supported in SDN 4.

Please open a feature request at https://jira.spring.io/browse/DATAGRAPH/ if it's a must-have for you

Luanne
  • 19,145
  • 1
  • 39
  • 51