Joined: Sat Oct 22, 2011 7:27 pm Posts: 1
|
Hello. I need to connect to different databases and analyze the tables and the relations between these tables. These means that I can't create predefined java classes that will represent each individual table.
So I if I have a table called customers with a column "name", then I must have the function "getName" in the class "customer.java". But I must do this at run time and at run time I don't have the class customer.java created.
Can I implement this with hibernate?
Thank you.
|
|