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
To me it seems that the following query methods do not trigger AfterConvertCallback even though I expect them to do so:
JdbcAggregateTemplate#findOne(org.springframework.data.relational.core.query.Query, java.lang.Class<T>) JdbcAggregateTemplate#findAll(org.springframework.data.relational.core.query.Query, java.lang.Class<T>)
The text was updated successfully, but these errors were encountered:
feb630a
Invoke callbacks for find by Query methods.
1c9c014
Callback handlers are now properly called for findAll/One with Query parameter. Closes #1979
f7462c4
Thanks for finding and reporting this. It's fixed for the upcoming releases.
Sorry, something went wrong.
schauder
No branches or pull requests
To me it seems that the following query methods do not trigger AfterConvertCallback even though I expect them to do so:
The text was updated successfully, but these errors were encountered: