Hello All,
In my application i need to
create Table Dynamically. I mean user will create new table from user interface.
I am having two classes named : Table and Column
I have created the proper mapping file for both and tested. And it works fine.
Now suppose, my Table class is having 2 columns object in columns (List<Column>). And each column is having Table object.
I'm using
MySQL.
How can i solve the above problem?
Please help me out!!!