Given the following entity structure:
{{Product}} -_embedded_-> {{VendorInfo}} -M:1-> {{Vendor}}
Selecting all {{Product}}s while ordering by {{vendorInfo.vendor.name}} results in the omissions of those {{Product}}s where {{VendorInfo}} is {{NULL}}.
I'll link to a repository [Repository with a full example an and failing tests demonstrating the issue. |https://github.com/schauder/issue-HHH-13363-embedded-null-filtered-by-sort] |
|