|
For the moment I had to use a less-than-ideal solution. Namely, I circumvent inner joining of all associations for entities involved in inheritance.
The better (longer term fix) is to look at whether the association being joined is defined on the class/super-class(es) or sub-class(es). But that requires SPI changes that would not be reasonable for 4.3.
|