Superclass-Subclass queries don't work correctly
Status: Beta
Brought to you by:
dbradby
I have a class Employer mapped as a subclass of Person
in one teble 'persons'
The query
'from Person p'
does not show any results even thought there are many
hibernated instances of subclass Employee in the DB
The query
from Employer e
shows only atributes of class Employee, but no
inherited atributes of superclass Person!