Hello,
I generated a Hibernate mapping file and its classes for a simple database table. That worked fine.
Then I created a new table with a foreign key to the first one and tried to generate the Hibernate mapping file for the second table. That worked either, but there was no association visible in the generated mapping file.
My questions now:
1.What do I have to do to generate (simple) associations in general?
2.Which steps are neccessary to generate one-to-many associations?
Thank you in advance!
Cheers, Sven