Joined: Mon Jan 03, 2005 3:18 am Posts: 8
|
Hi,
I am facing problem in querying on a table whose database schema is available in another table.
Let's say we need to query on the 'data' table. The schema of data table is available in 'schema' table. We can get the schema of the data table only in runtime after querying the 'schema' table.
The problem is mapping the 'data' table to a POJO. "CAN WE MAP THE TABLE AND THE JAVA OBJECT IN RUNTIME" as we cannot map it statically with a data.hbm.xml file.
any help is appreciated.
|
|