[Hibernate] Bug in HQL?

2003-12-09 Thread Jon Anderson
Not sure if this is a bug or not, so feel free to tell me to get lost! =) I have two tables, Data and Type. Type is a self referential table, allowing grouping of Types. (In my hibernate mapping, type_id reference is mapped as a many-to-on on method get/setSuperType ) CREATE TABLE Type (

[Hibernate] Bug in HQL?

2003-12-09 Thread Jon Anderson
Not sure if this is a bug or not, so feel free to tell me to get lost! =) I have two tables, Data and Type. Type is a self referential table, allowing grouping of Types. (In my hibernate mapping, type_id reference is mapped as a many-to-on on method get/setSuperType ) CREATE TABLE Type (