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
(
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
(