Hi all,
I have managed to generate mapping files using the middlegen-hibernate plugin by connecting to my Oracle database. All is perfectly fine, except that Oracle returns all table and column names in all upper case.
As I wish to produce java files from the mapping files, mixed-case names is of course preferred.
My DDL file which generates the tables in Oracle contain the names with the correct casing.
Is it possible to make Middlegen read the DDL file, instead of connecting to the database?
Any help is greatly appreciated!
Regards
Niklas Gr
|