Hi all,
I have an application that uses class inheritance (JPA) and Filters. The filter uses a field of the parent (super class) so that I don't have to define this field for every subclass. This was working nicely until recently I tried upgrade to 4.2.1.Final. The filter no longer uses the attribute from the parent class, but tries to find it of the subclass (which fails). It seems to have something to do with the improvement implemented in version 4.1.5.SP1 of the Core, see: https://hibernate.atlassian.net/browse/HHH-2394
My question is: was I using a feature (bug) that has now been fixed, or should it still be possible to filter on the super class?
Thanks in advance,
with kind regards,
Hidde Boonstra.
|