Hi,
I have a requirement to create table at run time.. i.e. user will be providing all the details of the table such as table name, column names, their data type, constraints etc... Is there a way that i can do the same using hibernate.
Also the hidden challenge is to provide CRUD operations like inserting records, updating records, deleting records are the be performed on the created table.
Its a very urgent requirement... Requesting to kindly help out at the earliest.
Note: I am able to do that task without using hibernated i.e by using native SQL statments, but problem is there will be the possibility of changing the database at any point of time...which will force me to rewrite the queries acc to the database..
Thanks & Regards Junaid.
|