Hi,
I want to develop a software which will has as input different types(DB2,Oracle and SQL) and schemas databases. Each database will have different number of columns and tables.
I am new with Hibernate but as I understand for an application like this Hibernate is not useful because every time that i want to load a new database i will need to create new mapping .xml files with the appropriate columns and fields.
So for an application like that I need to turn in the standard way of java with the appropriate SQL commands.
Am I right or i have misundarstood something?
Thanks in advance, Xanthos
|