spring-data-relational icon indicating copy to clipboard operation
spring-data-relational copied to clipboard

Add projection support (and fluent API) to `JdbcAggregateTemplate`

Open mp911de opened this issue 5 months ago • 0 comments

It would be neat to have projection support, ideally through a fluent API (similar to R2DBC, Cassandra, and MongoDB) to apply projections much closer to the query and conversion instead of fetching and materializing entities and running DTO conversion afterwards.

See also #2098 and #1870 as triggers for this ticket.

mp911de avatar Aug 12 '25 12:08 mp911de