Joined: Sat Jan 10, 2004 10:06 pm Posts: 9 Location: Calgary, AB, Canada
|
Hi All,
I am busily generating some DDL and am finding SchemaExport quite handy. I need to generate several versions of the DDL that differ mostly only by the schema name for the tables. I have multiple config files that use the 'hibernate.default_schema' property and it all seems to work when I configure my various SessionFactory objects in code, but when I point SchemaExport to these config files I always get DDL generated without a schema prefix. Is that a bug/feature or am I doing something wrong?
Regards,
Jay
|
|