Files
spring-data-commons/src
Oliver Drotbohm 8b2eb8faff Fix query execution mode detection for aggregate types that implement Streamable.
We now short-circuit the QueryMethod.isCollectionQuery() algorithm in case we find the concrete domain type or any subclass of it.

Fixes #2869.
2023-07-01 01:56:34 +02:00
..