Hello,
I have a problem using Hibernate with NetBeans 6.5;
I have three tables table1, table2, table3; table2 and table3 are defined joined-subcalss of table1 in mapping file of table1; when I try to cancel table1 Hibernate should cancel before table2 and table3 but when try to cancel table2 for example I have verified that Hibernate try to cancel immediatly table1, the parent class, but this table have a referense with table3 so there is an error on the reference; how can I solve this problem?
Thanks
|