gilbert_staline wrote:
We have the requirement like this. Runtime only we know the table name and list of fields in that table. Now we can mange using dynamic SQL generation tool to generate SQL query to insert and update dynamic table.
How to handle this in Hibernate
Thax million for you response. .
I think mapping is config time / build time, not runtime... Correct me if wrong. Hibernate maps objects to tables. If you need a dynamic tool, you will nee to write one in JDBC (or find one somewhere). Chris