Won't Fix
Details
Assignee
Koen AersKoen AersReporter
ErkiErkiLabels
Bug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
ErkiKoen AersComponents
Fix versions
Priority
Major
Details
Details
Assignee
Koen Aers
Koen AersReporter
Erki
ErkiLabels
Bug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Erki
Koen Aers
Components
Fix versions
Priority
Created September 24, 2011 at 8:02 PM
Updated December 10, 2024 at 3:06 PM
Resolved December 10, 2024 at 3:06 PM
Hello, I'm using the latest development milestone of hibernate tools 3.4.0.v20110915-1559-H24-M3.
I am trying to reverse egineer the tables defined in the attached creeation sql file using the attached reveng file.
Table parent has just an id column.
Tables child and child2 have an id column and an unique parent_id column which references the parent.id.
If I try to reverse engineer the parent with 2 child tables, I get an exception saying that parent table class does not exist.
org.test.hibernate.MappingException: An association from the table child refers to an unmapped class: ee.hibernate.reveng.generated.Parent
An association from the table child refers to an unmapped class: ee.test.hibernate.reveng.generated.Parent
<No message>
If try to reverse engineer the parent with only 1 child, it succeeds.