We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ihordz opened DATAGRAPH-1241 and commented
According to documentation we can use Named Queries feature
https://docs.spring.io/spring-data/neo4j/docs/current/reference/html/#_query_methods.
There is no limitation provided.
But in case we want to get pageable result - named queries is not an option as we cannot specify countQuery in neo4j-named-queries.properties.
Looks like before it was possible by using <queryName>.count key.
Affects: 5.2 RC1 (Moore), 5.1.9 (Lovelace SR9)
Backported to: 5.2.5 (Moore SR5)
The text was updated successfully, but these errors were encountered:
ihordz commented
Added pull request
Sorry, something went wrong.
Gerrit Meier commented
Thanks for the effort. I will take a look at your pull request
Any updates?
michael-simons
No branches or pull requests
ihordz opened DATAGRAPH-1241 and commented
According to documentation we can use Named Queries feature
https://docs.spring.io/spring-data/neo4j/docs/current/reference/html/#_query_methods.
There is no limitation provided.
But in case we want to get pageable result - named queries is not an option as we cannot specify countQuery in neo4j-named-queries.properties.
Looks like before it was possible by using <queryName>.count key.
Affects: 5.2 RC1 (Moore), 5.1.9 (Lovelace SR9)
Backported to: 5.2.5 (Moore SR5)
The text was updated successfully, but these errors were encountered: