spring-jdbc-plus icon indicating copy to clipboard operation
spring-jdbc-plus copied to clipboard

Replace AggregateResultSetExtractor with RowDocumentResultSetExtractor

Open wool0826 opened this issue 1 year ago • 0 comments
trafficstars

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 avatar Feb 04 '24 08:02 wool0826