Query methods returning an aggregate implementing Streamable
considered collection executions
#2869
Labels
Milestone
Streamable
considered collection executions
#2869
Given an aggregate
And a repository method
the
findBy()
method will be considered a collection query asQueryMethod.isCollectionQuery()
unwraps all types implementingStreamable
directly. We need to put guards in place that particularly rule out types assignable to the root domain type.The text was updated successfully, but these errors were encountered: