Hi, I am new to Hibernate. This is my first post in this forum.
I am using Hibernate in my application which is using MySQL as its database. I am creating tables dynamically based on the user selection and data availability. Usually, in Hibernate we create a configuration file seperately for each table. So, If we have an additional table in database which is not defined in Hibernate configurations, How to use that table in Hibernate?
How to do mapping for dynamically created tables in hibernate?
I would be really grateful, if any one can help me in solving my above issue. Its very urgent requirement. Kindly help me.
Sowmya
Last edited by SowmyaSV on Tue Dec 22, 2009 11:20 am, edited 2 times in total.
|