Dear all,
I am a beginner to hibernate. I wanted the attributes of a table to be changed (table-name, column name). But when I run the application, hibernate still tries to use the old values (table name and column name) for any sql statements generated like (insert etc.). What should I do, so that hibernate generates the sql statements with new changed attributes (new table name and colum name). Should I do something with the code generator. Please give me your suggestions
Kindly reply and my apologies if this is a cliche question.
Thank you very much in advance.
Regards,
Praveen
|