We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
QueryByExampleExecutor and ListQueryByExampleExecutor only return an Iterable or a List , it should also allow to return Page
QueryByExampleExecutor
ListQueryByExampleExecutor
Page
The text was updated successfully, but these errors were encountered:
Background Info
Sorry, something went wrong.
fix: correctly implement Pagination for Query by Example (QBE) with r…
2befc95
…epositories (resolves #redisgh-449)
c4de53d
…epositories (resolves #gh-449)
bsbodden
No branches or pull requests
QueryByExampleExecutor
andListQueryByExampleExecutor
only return an Iterable or a List , it should also allow to returnPage
The text was updated successfully, but these errors were encountered: