Allow multiple named subqueries for @MappingSubquery #1896
Labels
component: entity-view
kind: enhancement
workaround available
worth: medium
Implementing this has a medium worth
Right now, the
SubqueryProvider
only allows adding one subquery, but it would be awesome if we allowed multiple named subqueries.Maybe we can add a sub-interface for this purpose?
Possible workaround is to use a
SubqueryProvider
withfromValues
e.g.:The text was updated successfully, but these errors were encountered: