Hi, I am new to Hibernate and I was
trying out the Hibernator plugin for Eclipse to generate the mappings. I have a
simple persistent class (java bean) which I need to map to an existent table in
my database. I was following the steps provided in the readme file with
hibernator. I used the hibernator plugin to generate my mapping but it was not
able to map it to the table I wanted it to map to. Do I need to add XDoclet tags
to my code to instruct what table/columns hibernator needs to map the class/member
variables to?
|
<<image001.jpg>>