Skip to content
New issue

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

Replace AggregateResultSetExtractor with RowDocumentResultSetExtractor #120

Open
wool0826 opened this issue Feb 4, 2024 · 0 comments
Open
Assignees

Comments

@wool0826
Copy link
Collaborator

wool0826 commented Feb 4, 2024

After upgrading to Spring Data JDBC 3.2.2, adopting RowDocumentResultSetExtractor for extracting ResultSets has become standard practice.

In line with these developments, we are evaluating the feasibility of switching from AggregateResultSetExtractor to RowDocumentResultSetExtractor.

If we find it's feasible, we plan to remove these classes:

  • AggregateResultSetExtractor
  • AggregateResultJdbcConverter
@wool0826 wool0826 changed the title Replace AggregateResultSetExtractor to RowDocumentResultSetExtractor Replace AggregateResultSetExtractor with RowDocumentResultSetExtractor Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants